##// END OF EJS Templates
unamend: fix command summary line...
Martin von Zweigbergk -
r35827:f9a82b9b stable
parent child Browse files
Show More
@@ -193,8 +193,7 b' def predecessormarkers(ctx):'
193
193
194 @command('^unamend', [])
194 @command('^unamend', [])
195 def unamend(ui, repo, **opts):
195 def unamend(ui, repo, **opts):
196 """
196 """undo the most recent amend operation on a current changeset
197 undo the most recent amend operation on a current changeset
198
197
199 This command will roll back to the previous version of a changeset,
198 This command will roll back to the previous version of a changeset,
200 leaving working directory in state in which it was before running
199 leaving working directory in state in which it was before running
General Comments 0
You need to be logged in to leave comments. Login now