##// END OF EJS Templates
strip: add optional -r to synopsis
Thomas Arendsen Hein -
r16989:0b1d1519 default
parent child Browse files
Show More
@@ -2901,7 +2901,7 b' def save(ui, repo, **opts):'
2901 ('k', 'keep', None, _("do not modify working copy during strip")),
2901 ('k', 'keep', None, _("do not modify working copy during strip")),
2902 ('B', 'bookmark', '', _("remove revs only reachable from given"
2902 ('B', 'bookmark', '', _("remove revs only reachable from given"
2903 " bookmark"))],
2903 " bookmark"))],
2904 _('hg strip [-k] [-f] [-n] [-B bookmark] REV...'))
2904 _('hg strip [-k] [-f] [-n] [-B bookmark] [-r] REV...'))
2905 def strip(ui, repo, *revs, **opts):
2905 def strip(ui, repo, *revs, **opts):
2906 """strip changesets and all their descendants from the repository
2906 """strip changesets and all their descendants from the repository
2907
2907
General Comments 0
You need to be logged in to leave comments. Login now