comparison tests/test-help.out @ 1254:e6560042b7b8

Switch cat command to use walk code. The old syntax of "hg cat FILE REV" is now obsolete. Use "hg cat -r REV FILE" instead, as for all other commands.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 14 Sep 2005 21:57:41 -0700
parents a45e717c61a8
children ea51d296085f
comparison
equal deleted inserted replaced
1253:a45e717c61a8 1254:e6560042b7b8
38 38
39 add add the specified files on the next commit 39 add add the specified files on the next commit
40 addremove add all new files, delete all missing files 40 addremove add all new files, delete all missing files
41 annotate show changeset information per file line 41 annotate show changeset information per file line
42 bundle create a changegroup file 42 bundle create a changegroup file
43 cat output the latest or given revision of a file 43 cat output the latest or given revisions of files
44 clone make a copy of an existing repository 44 clone make a copy of an existing repository
45 commit commit the specified files or all outstanding changes 45 commit commit the specified files or all outstanding changes
46 copy mark files as copied for the next commit 46 copy mark files as copied for the next commit
47 diff diff working directory (or selected files) 47 diff diff working directory (or selected files)
48 export dump the header and diffs for one or more changesets 48 export dump the header and diffs for one or more changesets
80 version output version and copyright information 80 version output version and copyright information
81 add add the specified files on the next commit 81 add add the specified files on the next commit
82 addremove add all new files, delete all missing files 82 addremove add all new files, delete all missing files
83 annotate show changeset information per file line 83 annotate show changeset information per file line
84 bundle create a changegroup file 84 bundle create a changegroup file
85 cat output the latest or given revision of a file 85 cat output the latest or given revisions of files
86 clone make a copy of an existing repository 86 clone make a copy of an existing repository
87 commit commit the specified files or all outstanding changes 87 commit commit the specified files or all outstanding changes
88 copy mark files as copied for the next commit 88 copy mark files as copied for the next commit
89 diff diff working directory (or selected files) 89 diff diff working directory (or selected files)
90 export dump the header and diffs for one or more changesets 90 export dump the header and diffs for one or more changesets