mercurial/localrepo.py
changeset 2551 764a54eb8c5a
parent 2549 e1831f06eef1
parent 2548 0229ff95faec
child 2567 2748253b49c2
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1645,8 +1645,8 @@ class localrepository(object):
         linear_path = (pa == p1 or pa == p2)
 
         if allow and linear_path:
-            raise util.Abort(_("there is nothing to merge, "
-                               "just use 'hg update'"))
+            raise util.Abort(_("there is nothing to merge, just use "
+                               "'hg update' or look at 'hg heads'"))
         if allow and not forcemerge:
             if modified or added or removed:
                 raise util.Abort(_("outstanding uncommitted changes"))