comparison tests/test-help.out @ 2955:9d1c3529ebbc

addremove: do not deprecate. command is too useful to drop. is also best place to try autodetect of rename/copy by content similarity.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 23 Jul 2006 09:04:14 -0700
parents 02b6fa7bbfbf
children 6dddcba7596a
comparison
equal deleted inserted replaced
2640:02b6fa7bbfbf 2955:9d1c3529ebbc
36 update update or merge working directory 36 update update or merge working directory
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 annotate show changeset information per file line 42 addremove add all new files, delete all missing files (DEPRECATED)
43 archive create unversioned archive of a repository revision 43 annotate show changeset information per file line
44 backout reverse effect of earlier changeset 44 archive create unversioned archive of a repository revision
45 bundle create a changegroup file 45 backout reverse effect of earlier changeset
46 cat output the latest or given revisions of files 46 bundle create a changegroup file
47 clone make a copy of an existing repository 47 cat output the latest or given revisions of files
48 commit commit the specified files or all outstanding changes 48 clone make a copy of an existing repository
49 copy mark files as copied for the next commit 49 commit commit the specified files or all outstanding changes
50 diff diff repository (or selected files) 50 copy mark files as copied for the next commit
51 export dump the header and diffs for one or more changesets 51 diff diff repository (or selected files)
52 grep search for a pattern in specified files and revisions 52 export dump the header and diffs for one or more changesets
53 heads show current repository heads 53 grep search for a pattern in specified files and revisions
54 help show help for a command, extension, or list of commands 54 heads show current repository heads
55 identify print information about the working copy 55 help show help for a command, extension, or list of commands
56 import import an ordered set of patches 56 identify print information about the working copy
57 incoming show new changesets found in source 57 import import an ordered set of patches
58 init create a new repository in the given directory 58 incoming show new changesets found in source
59 locate locate files matching specific patterns 59 init create a new repository in the given directory
60 log show revision history of entire repository or files 60 locate locate files matching specific patterns
61 manifest output the latest or given revision of the project manifest 61 log show revision history of entire repository or files
62 merge Merge working directory with another revision 62 manifest output the latest or given revision of the project manifest
63 outgoing show changesets not found in destination 63 merge Merge working directory with another revision
64 parents show the parents of the working dir or revision 64 outgoing show changesets not found in destination
65 paths show definition of symbolic path names 65 parents show the parents of the working dir or revision
66 pull pull changes from the specified source 66 paths show definition of symbolic path names
67 push push changes to the specified destination 67 pull pull changes from the specified source
68 recover roll back an interrupted transaction 68 push push changes to the specified destination
69 remove remove the specified files on the next commit 69 recover roll back an interrupted transaction
70 rename rename files; equivalent of copy + remove 70 remove remove the specified files on the next commit
71 revert revert files or dirs to their states as of some revision 71 rename rename files; equivalent of copy + remove
72 rollback roll back the last transaction in this repository 72 revert revert files or dirs to their states as of some revision
73 root print the root (top) of the current working dir 73 rollback roll back the last transaction in this repository
74 serve export the repository via HTTP 74 root print the root (top) of the current working dir
75 status show changed files in the working directory 75 serve export the repository via HTTP
76 tag add a tag for the current tip or a given revision 76 status show changed files in the working directory
77 tags list repository tags 77 tag add a tag for the current tip or a given revision
78 tip show the tip revision 78 tags list repository tags
79 unbundle apply a changegroup file 79 tip show the tip revision
80 update update or merge working directory 80 unbundle apply a changegroup file
81 verify verify the integrity of the repository 81 update update or merge working directory
82 version output version and copyright information 82 verify verify the integrity of the repository
83 add add the specified files on the next commit 83 version output version and copyright information
84 annotate show changeset information per file line 84 add add the specified files on the next commit
85 archive create unversioned archive of a repository revision 85 addremove add all new files, delete all missing files (DEPRECATED)
86 backout reverse effect of earlier changeset 86 annotate show changeset information per file line
87 bundle create a changegroup file 87 archive create unversioned archive of a repository revision
88 cat output the latest or given revisions of files 88 backout reverse effect of earlier changeset
89 clone make a copy of an existing repository 89 bundle create a changegroup file
90 commit commit the specified files or all outstanding changes 90 cat output the latest or given revisions of files
91 copy mark files as copied for the next commit 91 clone make a copy of an existing repository
92 diff diff repository (or selected files) 92 commit commit the specified files or all outstanding changes
93 export dump the header and diffs for one or more changesets 93 copy mark files as copied for the next commit
94 grep search for a pattern in specified files and revisions 94 diff diff repository (or selected files)
95 heads show current repository heads 95 export dump the header and diffs for one or more changesets
96 help show help for a command, extension, or list of commands 96 grep search for a pattern in specified files and revisions
97 identify print information about the working copy 97 heads show current repository heads
98 import import an ordered set of patches 98 help show help for a command, extension, or list of commands
99 incoming show new changesets found in source 99 identify print information about the working copy
100 init create a new repository in the given directory 100 import import an ordered set of patches
101 locate locate files matching specific patterns 101 incoming show new changesets found in source
102 log show revision history of entire repository or files 102 init create a new repository in the given directory
103 manifest output the latest or given revision of the project manifest 103 locate locate files matching specific patterns
104 merge Merge working directory with another revision 104 log show revision history of entire repository or files
105 outgoing show changesets not found in destination 105 manifest output the latest or given revision of the project manifest
106 parents show the parents of the working dir or revision 106 merge Merge working directory with another revision
107 paths show definition of symbolic path names 107 outgoing show changesets not found in destination
108 pull pull changes from the specified source 108 parents show the parents of the working dir or revision
109 push push changes to the specified destination 109 paths show definition of symbolic path names
110 recover roll back an interrupted transaction 110 pull pull changes from the specified source
111 remove remove the specified files on the next commit 111 push push changes to the specified destination
112 rename rename files; equivalent of copy + remove 112 recover roll back an interrupted transaction
113 revert revert files or dirs to their states as of some revision 113 remove remove the specified files on the next commit
114 rollback roll back the last transaction in this repository 114 rename rename files; equivalent of copy + remove
115 root print the root (top) of the current working dir 115 revert revert files or dirs to their states as of some revision
116 serve export the repository via HTTP 116 rollback roll back the last transaction in this repository
117 status show changed files in the working directory 117 root print the root (top) of the current working dir
118 tag add a tag for the current tip or a given revision 118 serve export the repository via HTTP
119 tags list repository tags 119 status show changed files in the working directory
120 tip show the tip revision 120 tag add a tag for the current tip or a given revision
121 unbundle apply a changegroup file 121 tags list repository tags
122 update update or merge working directory 122 tip show the tip revision
123 verify verify the integrity of the repository 123 unbundle apply a changegroup file
124 version output version and copyright information 124 update update or merge working directory
125 verify verify the integrity of the repository
126 version output version and copyright information
125 hg add [OPTION]... [FILE]... 127 hg add [OPTION]... [FILE]...
126 128
127 add the specified files on the next commit 129 add the specified files on the next commit
128 130
129 Schedule files to be version controlled and added to the repository. 131 Schedule files to be version controlled and added to the repository.