Comments
Patch
@@ -460,6 +460,12 @@ def incoming(ui, repo, other):
incomings.append(" %-25s %s\n" % (b, getid(id)))
for b, scid, dcid in addsrc:
add(b, scid)
+ for b, scid, dcid in advsrc:
+ add(b, scid)
+ for b, scid, dcid in diverge:
+ add(b, scid)
+ for b, scid, dcid in differ:
+ add(b, scid)
if not incomings:
ui.status(_("no changed bookmarks found\n"))
@@ -414,6 +414,8 @@ hgweb
$ hg in -B http://localhost:$HGPORT/
comparing with http://localhost:$HGPORT/
searching for changed bookmarks
+ @ 9b140be10808
+ X 9b140be10808
Z 0d2164f0ce0d
foo 000000000000
foobar 9b140be10808