Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-09-19 14:01:35 +0000
committerMichael Valenta2007-09-19 14:01:35 +0000
commit8e81873fbbfc1df0aac775c71b2fc114a1f55543 (patch)
treec1a8c67f36744ae06bcb62729f1097ed9477069d /tests/org.eclipse.team.tests.cvs.core/html/tags00002.html
parent830a633f5b6e8e3664be68f0f8333c3394fae6d8 (diff)
downloadeclipse.platform.team-8e81873fbbfc1df0aac775c71b2fc114a1f55543.tar.gz
eclipse.platform.team-8e81873fbbfc1df0aac775c71b2fc114a1f55543.tar.xz
eclipse.platform.team-8e81873fbbfc1df0aac775c71b2fc114a1f55543.zip
Bug 203944 Manual tests need to be updated
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/html/tags00002.html')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/html/tags00002.html44
1 files changed, 26 insertions, 18 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/html/tags00002.html b/tests/org.eclipse.team.tests.cvs.core/html/tags00002.html
index 8f9c04134..97df99829 100644
--- a/tests/org.eclipse.team.tests.cvs.core/html/tags00002.html
+++ b/tests/org.eclipse.team.tests.cvs.core/html/tags00002.html
@@ -1,31 +1,39 @@
-<html><head><title>Tag Selection in Dialogs</title>
+<html>
+<head>
+<title>Tag Selection in Dialogs</title>
<LINK REL=STYLESHEET HREF=../book.css CHARSET=ISO-8859-1 TYPE=text/css>
<meta NAME="keywords" content="">
<meta NAME="since" content="">
-</head><body><h2>Tag Selection in Dialogs</h2>
+</head>
+<body>
+<h2>Tag Selection in Dialogs</h2>
<p>Since: 3.1 M4<br>
-Last Modified: $Date: 2004/12/17 16:10:10 $</p>
+Last Modified: $Date: 2005/02/04 21:58:25 $</p>
Tag lists appear in many dialogs:
+
<ul>
-<li>Replace with Branch or Version
-<li>Compare with Branch or Version
-<li>Share of existing project
-<li>Switch to Another Branch or Versions
-<li>Tag with Existing
-<li>Tag as Version
+ <li>Replace with Branch or Version</li>
+ <li>Compare with Branch or Version</li>
+ <li>Share of existing project</li>
+ <li>Switch to Another Branch or Versions</li>
+ <li>Tag with Existing</li>
+ <li>Tag as Version</li>
</ul>
-<p>
-In each of these places, typing in the tag text field will filter the list of shown tags.
-The option to Refresh and Configure tags should also be present. Refreshing behavior should be as follows:
+<p>In each of these places, typing in the tag text field will filter
+the list of shown tags. The option to Refresh and Configure tags should
+also be present. Refreshing behavior should be as follows:</p>
<ol>
- <li>If an auto-refresh file (.project by default) exists and has tags, the tags are obtained from the file.
- <li>If there is no auto-refresh file, the log command is used to determine if there are any tags in the files
- that are direct children of the remote folder.
- <li>If no tags are found, the user is prompted to either perform a deep log to find any tags or configure the
- tags manually.
+ <li>If an auto-refresh file (.project by default) exists and has
+ tags, the tags are obtained from the file.</li>
+ <li>If there is no auto-refresh file, the log command is used to
+ determine if there are any tags in the files that are direct children
+ of the remote folder.</li>
+ <li>If no tags are found, the user is prompted to either perform a
+ deep log to find any tags or configure the tags manually.</li>
</ol>
-</body></html> \ No newline at end of file
+</body>
+</html> \ No newline at end of file

Back to the top