Submitter | Yuya Nishihara |
---|---|
Date | March 8, 2014, 11:40 a.m. |
Message ID | <734580066b4ec44a59cf.1394278811@gimlet> |
Download | mbox | patch |
Permalink | /patch/3889/ |
State | Accepted |
Commit | e01cff65f4c55822ea79783ce36c104b2c64d5bf |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -416,7 +416,7 @@ def backout(ui, repo, node=None, rev=Non See :hg:`help dates` for a list of formats valid for -d/--date. - Returns 0 on success. + Returns 0 on success, 1 if there are unresolved files. ''' if rev and node: raise util.Abort(_("please specify just one revision"))