comparison tests/test-help.out @ 3174:3637d5d17cbc

Documentation fixes for addremove. - It is no longer deprecated, but the short help still included (DEPRECATED). - Similarity parameter has to be 0<=s<=100 and not 0<=s<=1.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 27 Sep 2006 21:43:45 +0200
parents 6dddcba7596a
children 096f1c73cdc3
comparison
equal deleted inserted replaced
3172:76ab39df0917 3174:3637d5d17cbc
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 (DEPRECATED) 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 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 unbundle apply a changegroup file 80 unbundle apply a changegroup file
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 (DEPRECATED) 85 addremove add all new files, delete all missing files
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