diff mercurial/merge.py @ 19802:94c394653b2a

merge: standardize error message for dirty working dir
author Siddharth Agarwal <sid0@fb.com>
date Mon, 23 Sep 2013 20:50:51 -0700
parents 41abe2e3e3b7
children 0f64af33fb63
line wrap: on
line diff
--- a/mercurial/merge.py	Mon Sep 23 20:33:02 2013 -0700
+++ b/mercurial/merge.py	Mon Sep 23 20:50:51 2013 -0700
@@ -711,7 +711,7 @@
                                      hint=_("use 'hg update' "
                                             "or check 'hg heads'"))
             if not force and (wc.files() or wc.deleted()):
-                raise util.Abort(_("outstanding uncommitted changes"),
+                raise util.Abort(_("uncommitted changes"),
                                  hint=_("use 'hg status' to list changes"))
             for s in sorted(wc.substate):
                 if wc.sub(s).dirty():