##// END OF EJS Templates
test-help: hg copy now shows up in the help...
mpm@selenic.com -
r364:6f43778f default
parent child Browse files
Show More
@@ -6,6 +6,7 b' hg commands:'
6 6 annotate show changeset information per file line
7 7 cat output the latest or given revision of a file
8 8 commit commit the specified files or all outstanding changes
9 copy mark a file as copied or renamed for the next commit
9 10 diff diff working directory (or selected files)
10 11 export dump the changeset header and diffs for a revision
11 12 forget don't add the specified files on the next commit
@@ -53,6 +54,7 b' hg commands:'
53 54 annotate show changeset information per file line
54 55 cat output the latest or given revision of a file
55 56 commit commit the specified files or all outstanding changes
57 copy mark a file as copied or renamed for the next commit
56 58 diff diff working directory (or selected files)
57 59 export dump the changeset header and diffs for a revision
58 60 forget don't add the specified files on the next commit
General Comments 0
You need to be logged in to leave comments. Login now