Show More
@@ -494,6 +494,14 b' def outgoing(ui, repo, other):' | |||||
494 | outgoings.append(" %-25s %s\n" % (b, getid(id))) |
|
494 | outgoings.append(" %-25s %s\n" % (b, getid(id))) | |
495 | for b, scid, dcid in addsrc: |
|
495 | for b, scid, dcid in addsrc: | |
496 | add(b, scid) |
|
496 | add(b, scid) | |
|
497 | for b, scid, dcid in adddst: | |||
|
498 | add(b, ' ' * 40) | |||
|
499 | for b, scid, dcid in advsrc: | |||
|
500 | add(b, scid) | |||
|
501 | for b, scid, dcid in diverge: | |||
|
502 | add(b, scid) | |||
|
503 | for b, scid, dcid in differ: | |||
|
504 | add(b, scid) | |||
497 |
|
505 | |||
498 | if not outgoings: |
|
506 | if not outgoings: | |
499 | ui.status(_("no changed bookmarks found\n")) |
|
507 | ui.status(_("no changed bookmarks found\n")) |
@@ -402,8 +402,11 b' hgweb' | |||||
402 | $ hg out -B http://localhost:$HGPORT/ |
|
402 | $ hg out -B http://localhost:$HGPORT/ | |
403 | comparing with http://localhost:$HGPORT/ |
|
403 | comparing with http://localhost:$HGPORT/ | |
404 | searching for changed bookmarks |
|
404 | searching for changed bookmarks | |
405 | no changed bookmarks found |
|
405 | @ 0d2164f0ce0d | |
406 | [1] |
|
406 | X 0d2164f0ce0d | |
|
407 | Z 0d2164f0ce0d | |||
|
408 | foo | |||
|
409 | foobar | |||
407 | $ hg push -B Z http://localhost:$HGPORT/ |
|
410 | $ hg push -B Z http://localhost:$HGPORT/ | |
408 | pushing to http://localhost:$HGPORT/ |
|
411 | pushing to http://localhost:$HGPORT/ | |
409 | searching for changes |
|
412 | searching for changes |
General Comments 0
You need to be logged in to leave comments.
Login now