comparison tests/test-help.out @ 1680:c21b54f7f7b8

Merge with crew
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 01 Feb 2006 19:18:15 +0100
parents dbb8bba48510
children 6d288d8c3ca6
comparison
equal deleted inserted replaced
1679:675ca845c2f8 1680:c21b54f7f7b8
62 outgoing show changesets not found in destination 62 outgoing show changesets not found in destination
63 parents show the parents of the working dir or revision 63 parents show the parents of the working dir or revision
64 paths show definition of symbolic path names 64 paths show definition of symbolic path names
65 pull pull changes from the specified source 65 pull pull changes from the specified source
66 push push changes to the specified destination 66 push push changes to the specified destination
67 rawcommit raw commit interface 67 rawcommit raw commit interface (DEPRECATED)
68 recover roll back an interrupted transaction 68 recover roll back an interrupted transaction
69 remove remove the specified files on the next commit 69 remove remove the specified files on the next commit
70 rename rename files; equivalent of copy + remove 70 rename rename files; equivalent of copy + remove
71 revert revert modified files or dirs back to their unmodified states 71 revert revert modified files or dirs back to their unmodified states
72 root print the root (top) of the current working dir 72 root print the root (top) of the current working dir
104 outgoing show changesets not found in destination 104 outgoing show changesets not found in destination
105 parents show the parents of the working dir or revision 105 parents show the parents of the working dir or revision
106 paths show definition of symbolic path names 106 paths show definition of symbolic path names
107 pull pull changes from the specified source 107 pull pull changes from the specified source
108 push push changes to the specified destination 108 push push changes to the specified destination
109 rawcommit raw commit interface 109 rawcommit raw commit interface (DEPRECATED)
110 recover roll back an interrupted transaction 110 recover roll back an interrupted transaction
111 remove remove the specified files on the next commit 111 remove remove the specified files on the next commit
112 rename rename files; equivalent of copy + remove 112 rename rename files; equivalent of copy + remove
113 revert revert modified files or dirs back to their unmodified states 113 revert revert modified files or dirs back to their unmodified states
114 root print the root (top) of the current working dir 114 root print the root (top) of the current working dir
184 184
185 The codes used to show the status of files are: 185 The codes used to show the status of files are:
186 M = modified 186 M = modified
187 A = added 187 A = added
188 R = removed 188 R = removed
189 ! = deleted, but still tracked
189 ? = not tracked 190 ? = not tracked
190 191
191 aliases: st 192 aliases: st
192 193
193 options: 194 options:
194 195
195 -m --modified show only modified files 196 -m --modified show only modified files
196 -a --added show only added files 197 -a --added show only added files
197 -r --removed show only removed files 198 -r --removed show only removed files
199 -d --deleted show only deleted (but tracked) files
198 -u --unknown show only unknown (not tracked) files 200 -u --unknown show only unknown (not tracked) files
199 -n --no-status hide status prefix 201 -n --no-status hide status prefix
200 -0 --print0 end filenames with NUL, for use with xargs 202 -0 --print0 end filenames with NUL, for use with xargs
201 -I --include include names matching the given patterns 203 -I --include include names matching the given patterns
202 -X --exclude exclude names matching the given patterns 204 -X --exclude exclude names matching the given patterns