comparison tests/test-help.out @ 2114:98cc126f9f3f

update tests after changing archival code. test-archive now contains tests for archive command.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 21 Apr 2006 15:47:27 -0700
parents a59da8cc35e4
children 11ad47f22023
comparison
equal deleted inserted replaced
2113:633d733e7b11 2114:98cc126f9f3f
39 list of commands (use "hg help -v" to show aliases and global options): 39 list of commands (use "hg help -v" to show aliases and global options):
40 40
41 add add the specified files on the next commit 41 add add the specified files on the next commit
42 addremove add all new files, delete all missing files 42 addremove add all new files, delete all missing files
43 annotate show changeset information per file line 43 annotate show changeset information per file line
44 archive create unversioned archive of a repository revision
44 bundle create a changegroup file 45 bundle create a changegroup file
45 cat output the latest or given revisions of files 46 cat output the latest or given revisions of files
46 clone make a copy of an existing repository 47 clone make a copy of an existing repository
47 commit commit the specified files or all outstanding changes 48 commit commit the specified files or all outstanding changes
48 copy mark files as copied for the next commit 49 copy mark files as copied for the next commit
81 verify verify the integrity of the repository 82 verify verify the integrity of the repository
82 version output version and copyright information 83 version output version and copyright information
83 add add the specified files on the next commit 84 add add the specified files on the next commit
84 addremove add all new files, delete all missing files 85 addremove add all new files, delete all missing files
85 annotate show changeset information per file line 86 annotate show changeset information per file line
87 archive create unversioned archive of a repository revision
86 bundle create a changegroup file 88 bundle create a changegroup file
87 cat output the latest or given revisions of files 89 cat output the latest or given revisions of files
88 clone make a copy of an existing repository 90 clone make a copy of an existing repository
89 commit commit the specified files or all outstanding changes 91 commit commit the specified files or all outstanding changes
90 copy mark files as copied for the next commit 92 copy mark files as copied for the next commit