# HG changeset patch # User Steve Losh # Date 1475495140 0 # Node ID 54262d42ff7c28dc680a5fa7c0991fcfa42aef79 # Parent 30832b77a931724ff45a361e96f260985640e611# Parent ca659a3b3b9776f7d97ef649ca60211a3ddab1b3 Merge. diff -r 30832b77a931 -r 54262d42ff7c prompt.py --- a/prompt.py Wed Jul 27 20:40:17 2016 -0400 +++ b/prompt.py Mon Oct 03 11:45:40 2016 +0000 @@ -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"):