[PATCH STABLE] hgext: fix one typo in rebase

Simon Heimberg simohe at besonet.ch
Thu Jan 23 00:25:30 UTC 2014


# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1390436468 -3600
# Branch stable
# Node ID 47511b006e57dc5c50a361d40c35e1a03241a907
# Parent  d6b7673eafe373dd499c2a108d6dba01726792ce
hgext: fix one typo in rebase

diff -r d6b7673eafe3 -r 47511b006e57 hgext/rebase.py
--- a/hgext/rebase.py	Don Jan 23 01:21:08 2014 +0100
+++ b/hgext/rebase.py	Don Jan 23 01:21:08 2014 +0100
@@ -193,7 +193,7 @@
                     return 0
                 else:
                     msg = _('cannot continue inconsistent rebase')
-                    hint = _('use "hg rebase --abort" to clear borken state')
+                    hint = _('use "hg rebase --abort" to clear broken state')
                     raise util.Abort(msg, hint=hint)
             if abortf:
                 return abort(repo, originalwd, target, state)



More information about the Mercurial-devel mailing list