# HG changeset patch # User FUJIWARA Katsunori # Date 2013-10-26 15:24:25 # Node ID 2a9bb64faa0b26be8dee1604f770f8921c5013fe # Parent 065e6f1c92593af8ca85708cee083f2999c5eb1a rebase: add description about exit code when there are unresolved conflicts diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -128,7 +128,8 @@ def rebase(ui, repo, **opts): If a rebase is interrupted to manually resolve a merge, it can be continued with --continue/-c or aborted with --abort/-a. - Returns 0 on success, 1 if nothing to rebase. + Returns 0 on success, 1 if nothing to rebase or there are + unresolved conflicts. """ originalwd = target = None activebookmark = None