Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-03-11 04:32:33 +0000
committerspingel2009-03-11 04:32:33 +0000
commit16385aaef07b305f7924a7f880db8aa0a2aa64f9 (patch)
treec89bb4227f7c86c62d01919d6e8679f3e077c753 /org.eclipse.mylyn.help.ui/userguide/Team-Support.html
parentf88c6293559819892fc745a890a220370e97d679 (diff)
downloadorg.eclipse.mylyn.tasks-16385aaef07b305f7924a7f880db8aa0a2aa64f9.tar.gz
org.eclipse.mylyn.tasks-16385aaef07b305f7924a7f880db8aa0a2aa64f9.tar.xz
org.eclipse.mylyn.tasks-16385aaef07b305f7924a7f880db8aa0a2aa64f9.zip
NEW - bug 267415: Mylyn 3.1 RC doesn't have the latest Mylyn documentation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=267415
Diffstat (limited to 'org.eclipse.mylyn.help.ui/userguide/Team-Support.html')
-rw-r--r--org.eclipse.mylyn.help.ui/userguide/Team-Support.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/userguide/Team-Support.html b/org.eclipse.mylyn.help.ui/userguide/Team-Support.html
index edc892e99..096692895 100644
--- a/org.eclipse.mylyn.help.ui/userguide/Team-Support.html
+++ b/org.eclipse.mylyn.help.ui/userguide/Team-Support.html
@@ -50,6 +50,16 @@
<b>Incoming/Outgoing Mode</b> - See both incoming and outgoing changes
</li>
</ul>
+ <p>Right-clicking a Change Set provides access to the following operations:</p>
+ <ul>
+ <li>
+ <b>Add to Task Context</b> - Adds all changed files to the active task context, see
+ <a href="Team-Support.html#Working_with_Patches">Working with Patches</a> for more information
+ </li>
+ <li>
+ <b>Open Corresponding Task</b> - Opens the task associated with the Change Set in the Task Editor
+ </li>
+ </ul>
<h2 id="Automatic_Commit_Messages">Automatic Commit Messages</h2>
<p>When using task-focused change sets as described above, commit messages are automatically be generated based on the task whose resources are being commited. By default, the commit message includes information such as the task ID, description, and URL. To change the template for these commit messages, navigate to Window -> Preferences -> Tasks -> Team.</p>
<h2 id="Working_with_Patches">Working with Patches</h2>

Back to the top