comparison tests/test-help.out @ 2181:690da72b0b16

deprecate addremove command.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Tue, 02 May 2006 21:50:53 -0700
parents ec96c4518236
children 2477a7183a6f
comparison
equal deleted inserted replaced
2180:82385773df6c 2181:690da72b0b16
37 Mercurial Distributed SCM 37 Mercurial Distributed SCM
38 38
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 (DEPRECATED)
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 archive create unversioned archive of a repository revision
45 backout reverse effect of earlier changeset 45 backout reverse effect of earlier changeset
46 bundle create a changegroup file 46 bundle create a changegroup file
47 cat output the latest or given revisions of files 47 cat output the latest or given revisions of files
80 undo undo the last commit or pull 80 undo undo the last commit or pull
81 update update or merge working directory 81 update update or merge working directory
82 verify verify the integrity of the repository 82 verify verify the integrity of the repository
83 version output version and copyright information 83 version output version and copyright information
84 add add the specified files on the next commit 84 add add the specified files on the next commit
85 addremove add all new files, delete all missing files 85 addremove add all new files, delete all missing files (DEPRECATED)
86 annotate show changeset information per file line 86 annotate show changeset information per file line
87 archive create unversioned archive of a repository revision 87 archive create unversioned archive of a repository revision
88 backout reverse effect of earlier changeset 88 backout reverse effect of earlier changeset
89 bundle create a changegroup file 89 bundle create a changegroup file
90 cat output the latest or given revisions of files 90 cat output the latest or given revisions of files