Show More
@@ -90,7 +90,7 b' def strip(ui, repo, revs, update=True, b' | |||||
90 | "strip")), |
|
90 | "strip")), | |
91 | ('B', 'bookmark', [], _("remove revs only reachable from given" |
|
91 | ('B', 'bookmark', [], _("remove revs only reachable from given" | |
92 | " bookmark"))], |
|
92 | " bookmark"))], | |
93 |
_('hg strip [-k] [-f] [- |
|
93 | _('hg strip [-k] [-f] [-B bookmark] [-r] REV...')) | |
94 | def stripcmd(ui, repo, *revs, **opts): |
|
94 | def stripcmd(ui, repo, *revs, **opts): | |
95 | """strip changesets and all their descendants from the repository |
|
95 | """strip changesets and all their descendants from the repository | |
96 |
|
96 |
@@ -1232,7 +1232,7 b' def branch(ui, repo, label=None, **opts)' | |||||
1232 | _('show only branches that have unmerged heads (DEPRECATED)')), |
|
1232 | _('show only branches that have unmerged heads (DEPRECATED)')), | |
1233 | ('c', 'closed', False, _('show normal and closed branches')), |
|
1233 | ('c', 'closed', False, _('show normal and closed branches')), | |
1234 | ] + formatteropts, |
|
1234 | ] + formatteropts, | |
1235 |
_('[- |
|
1235 | _('[-c]')) | |
1236 | def branches(ui, repo, active=False, closed=False, **opts): |
|
1236 | def branches(ui, repo, active=False, closed=False, **opts): | |
1237 | """list repository named branches |
|
1237 | """list repository named branches | |
1238 |
|
1238 | |||
@@ -5175,7 +5175,7 b' def manifest(ui, repo, node=None, rev=No' | |||||
5175 | ('P', 'preview', None, |
|
5175 | ('P', 'preview', None, | |
5176 | _('review revisions to merge (no merge is performed)')) |
|
5176 | _('review revisions to merge (no merge is performed)')) | |
5177 | ] + mergetoolopts, |
|
5177 | ] + mergetoolopts, | |
5178 |
_('[-P] [ |
|
5178 | _('[-P] [[-r] REV]')) | |
5179 | def merge(ui, repo, node=None, **opts): |
|
5179 | def merge(ui, repo, node=None, **opts): | |
5180 | """merge another revision into working directory |
|
5180 | """merge another revision into working directory | |
5181 |
|
5181 |
@@ -659,7 +659,7 b' Make sure no one adds back a -b option:' | |||||
659 |
|
659 | |||
660 | $ hg strip -b tip |
|
660 | $ hg strip -b tip | |
661 | hg strip: option -b not recognized |
|
661 | hg strip: option -b not recognized | |
662 |
hg strip [-k] [-f] [- |
|
662 | hg strip [-k] [-f] [-B bookmark] [-r] REV... | |
663 |
|
663 | |||
664 | strip changesets and all their descendants from the repository |
|
664 | strip changesets and all their descendants from the repository | |
665 |
|
665 |
General Comments 0
You need to be logged in to leave comments.
Login now