##// END OF EJS Templates
backout: document return code of merge conflict
Yuya Nishihara -
r20871:e01cff65 stable
parent child Browse files
Show More
@@ -416,7 +416,7 b' def backout(ui, repo, node=None, rev=Non'
416
416
417 See :hg:`help dates` for a list of formats valid for -d/--date.
417 See :hg:`help dates` for a list of formats valid for -d/--date.
418
418
419 Returns 0 on success.
419 Returns 0 on success, 1 if there are unresolved files.
420 '''
420 '''
421 if rev and node:
421 if rev and node:
422 raise util.Abort(_("please specify just one revision"))
422 raise util.Abort(_("please specify just one revision"))
General Comments 0
You need to be logged in to leave comments. Login now