# HG changeset patch # User Martin von Zweigbergk # Date 2018-01-26 19:42:47 # Node ID f9a82b9b2c36ae9bb69774b271934cdbe53055e6 # Parent 178aacdc25db76f60518ee8de3b185d5c65d56ce unamend: fix command summary line Before this patch, the docstring started with a newline, which led the summary line (shown in e.g. `hg help -c`) to be blank. Differential Revision: https://phab.mercurial-scm.org/D1943 diff --git a/hgext/uncommit.py b/hgext/uncommit.py --- a/hgext/uncommit.py +++ b/hgext/uncommit.py @@ -193,8 +193,7 @@ def predecessormarkers(ctx): @command('^unamend', []) def unamend(ui, repo, **opts): - """ - undo the most recent amend operation on a current changeset + """undo the most recent amend operation on a current changeset This command will roll back to the previous version of a changeset, leaving working directory in state in which it was before running