[PATCH 1 of 2 STABLE] rebase: add description about exit code when there are unresolved conflicts
FUJIWARA Katsunori
foozy at lares.dti.ne.jp
Sat Oct 26 15:41:48 UTC 2013
# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1382801065 -32400
# Sun Oct 27 00:24:25 2013 +0900
# Branch stable
# Node ID ce74c20e699eaeeb2e0bf0767dd5a1f8d9e8326a
# Parent 1d7a36ff2615e6e12ce65681db4e07622e7b60d1
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 @@
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
More information about the Mercurial-devel
mailing list