changeset 40295 | fa88170c10bb |
parent 40293 | c303d65d2e34 |
child 41339 | 7be231f5a4ad |
--- a/hgext/uncommit.py Fri Oct 12 18:06:32 2018 +0200 +++ b/hgext/uncommit.py Fri Oct 12 18:49:11 2018 +0200 @@ -191,7 +191,8 @@ for data in ctx.repo().obsstore.predecessors.get(ctx.node(), ()): yield obsutil.marker(ctx.repo(), data) -@command('^unamend', [], helpcategory=command.CATEGORY_CHANGE_MANAGEMENT) +@command('unamend', [], helpcategory=command.CATEGORY_CHANGE_MANAGEMENT, + helpbasic=True) def unamend(ui, repo, **opts): """undo the most recent amend operation on a current changeset