# HG changeset patch # User Steve Losh # Date 1475495140 0 # Mon Oct 03 11:45:40 2016 +0000 # Node ID 54262d42ff7c28dc680a5fa7c0991fcfa42aef79 # Parent 30832b77a931724ff45a361e96f260985640e611 # Parent ca659a3b3b9776f7d97ef649ca60211a3ddab1b3 Merge. diff --git a/prompt.py b/prompt.py --- a/prompt.py +++ b/prompt.py @@ -384,7 +384,7 @@ tip = head break - return _with_groups(m.groups(), '^') if current_rev != repo[tip] else '' + return _with_groups(m.groups(), '^') if current_rev.children() else '' if opts.get("angle_brackets"):