diff --git a/mercurial/commands.py b/mercurial/commands.py index 31740563c8..a503fe2e7b 100644 --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2156,7 +2156,7 @@ def debugpushkey(ui, repopath, namespace, *keyinfo, **opts): ui.status(str(r) + '\n') return not r else: - for k, v in target.listkeys(namespace).iteritems(): + for k, v in sorted(target.listkeys(namespace).iteritems()): ui.write("%s\t%s\n" % (k.encode('string-escape'), v.encode('string-escape'))) diff --git a/tests/test-bookmarks-pushpull.t b/tests/test-bookmarks-pushpull.t index c8c1424a1a..ae43ad2a1b 100644 --- a/tests/test-bookmarks-pushpull.t +++ b/tests/test-bookmarks-pushpull.t @@ -51,12 +51,12 @@ import bookmark by name Z 0:4e3505fd9583 $ hg debugpushkey ../a namespaces bookmarks - phases namespaces obsolete + phases $ hg debugpushkey ../a bookmarks - Y 4e3505fd95835d721066b76e75dbb8cc554d7f77 X 4e3505fd95835d721066b76e75dbb8cc554d7f77 + Y 4e3505fd95835d721066b76e75dbb8cc554d7f77 Z 4e3505fd95835d721066b76e75dbb8cc554d7f77 $ hg pull -B X ../a pulling from ../a @@ -292,16 +292,16 @@ hgweb $ hg debugpushkey http://localhost:$HGPORT/ namespaces bookmarks - phases namespaces obsolete + phases $ hg debugpushkey http://localhost:$HGPORT/ bookmarks @ 9b140be1080824d768c5a4691a564088eede71f9 + X 9b140be1080824d768c5a4691a564088eede71f9 + Y c922c0139ca03858f655e4a2af4dd02796a63969 + Z 0d2164f0ce0d8f1d6f94351eba04b794909be66c foo 0000000000000000000000000000000000000000 foobar 9b140be1080824d768c5a4691a564088eede71f9 - Y c922c0139ca03858f655e4a2af4dd02796a63969 - X 9b140be1080824d768c5a4691a564088eede71f9 - Z 0d2164f0ce0d8f1d6f94351eba04b794909be66c $ hg out -B http://localhost:$HGPORT/ comparing with http://localhost:$HGPORT/ searching for changed bookmarks diff --git a/tests/test-ssh.t b/tests/test-ssh.t index 5102b0dc9d..f1584af2e2 100644 --- a/tests/test-ssh.t +++ b/tests/test-ssh.t @@ -165,8 +165,8 @@ test pushkeys and bookmarks $ cd ../local $ hg debugpushkey --config ui.ssh="python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote namespaces bookmarks - phases namespaces + phases $ hg book foo -r 0 $ hg out -B comparing with ssh://user@dummy/remote