Show More
@@ -574,7 +574,7 b' def add(ui, repo, *pats, **opts):' | |||||
574 | repo.add(names) |
|
574 | repo.add(names) | |
575 |
|
575 | |||
576 | def addremove(ui, repo, *pats, **opts): |
|
576 | def addremove(ui, repo, *pats, **opts): | |
577 |
"""add all new files, delete all missing files |
|
577 | """add all new files, delete all missing files | |
578 |
|
578 | |||
579 | Add all new files and remove all missing files from the repository. |
|
579 | Add all new files and remove all missing files from the repository. | |
580 |
|
580 | |||
@@ -2667,7 +2667,7 b' table = {' | |||||
2667 | ('n', 'dry-run', None, |
|
2667 | ('n', 'dry-run', None, | |
2668 | _('do not perform actions, just print output')), |
|
2668 | _('do not perform actions, just print output')), | |
2669 | ('s', 'similarity', '', |
|
2669 | ('s', 'similarity', '', | |
2670 | _('guess renamed files by similarity (0<=s<=1)'))], |
|
2670 | _('guess renamed files by similarity (0<=s<=100)'))], | |
2671 | _('hg addremove [OPTION]... [FILE]...')), |
|
2671 | _('hg addremove [OPTION]... [FILE]...')), | |
2672 | "^annotate": |
|
2672 | "^annotate": | |
2673 | (annotate, |
|
2673 | (annotate, |
@@ -115,7 +115,7 b' Mercurial Distributed SCM' | |||||
115 | list of commands (use "hg help -v" to show aliases and global options): |
|
115 | list of commands (use "hg help -v" to show aliases and global options): | |
116 |
|
116 | |||
117 | add add the specified files on the next commit |
|
117 | add add the specified files on the next commit | |
118 |
addremove add all new files, delete all missing files |
|
118 | addremove add all new files, delete all missing files | |
119 | annotate show changeset information per file line |
|
119 | annotate show changeset information per file line | |
120 | archive create unversioned archive of a repository revision |
|
120 | archive create unversioned archive of a repository revision | |
121 | backout reverse effect of earlier changeset |
|
121 | backout reverse effect of earlier changeset | |
@@ -162,7 +162,7 b' Mercurial Distributed SCM' | |||||
162 | list of commands (use "hg help -v" to show aliases and global options): |
|
162 | list of commands (use "hg help -v" to show aliases and global options): | |
163 |
|
163 | |||
164 | add add the specified files on the next commit |
|
164 | add add the specified files on the next commit | |
165 |
addremove add all new files, delete all missing files |
|
165 | addremove add all new files, delete all missing files | |
166 | annotate show changeset information per file line |
|
166 | annotate show changeset information per file line | |
167 | archive create unversioned archive of a repository revision |
|
167 | archive create unversioned archive of a repository revision | |
168 | backout reverse effect of earlier changeset |
|
168 | backout reverse effect of earlier changeset |
@@ -39,7 +39,7 b' Mercurial Distributed SCM' | |||||
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 | archive create unversioned archive of a repository revision | |
45 | backout reverse effect of earlier changeset |
|
45 | backout reverse effect of earlier changeset | |
@@ -82,7 +82,7 b' list of commands (use "hg help -v" to sh' | |||||
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 | |
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 |
General Comments 0
You need to be logged in to leave comments.
Login now