##// 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 194 @command('^unamend', [])
195 195 def unamend(ui, repo, **opts):
196 """
197 undo the most recent amend operation on a current changeset
196 """undo the most recent amend operation on a current changeset
198 197
199 198 This command will roll back to the previous version of a changeset,
200 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