[PATCH 2 of 2] rebase: split line longer than 80 chars

Stefano Tortarolo stefano.tortarolo at gmail.com
Fri Feb 12 08:39:43 CST 2010


# HG changeset patch
# User Stefano Tortarolo <stefano.tortarolo at gmail.com>
# Date 1265984230 -3600
# Node ID c7bafcc9209de23ca361cb4a5787eacc06227cfc
# Parent  4ecbf4018d6f473ad2a68f668f94731a4510cd82
rebase: split line longer than 80 chars

diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
@@ -169,8 +169,8 @@
             rebased = [rev for rev in state if state[rev] != nullmerge]
             if rebased:
                 if set(repo.changelog.descendants(min(rebased))) - set(state):
-                    ui.warn(_("warning: new changesets detected on source branch, "
-                                                            "not stripping\n"))
+                    ui.warn(_("warning: new changesets detected on source "
+                                            "branch, not stripping\n"))
                 else:
                     if not keepbranchesf:
                         updatebranchcache(repo, state, rebased)


More information about the Mercurial-devel mailing list