diff -r 06f075836010 -r 5a4f220fbfca mercurial/copies.py --- a/mercurial/copies.py Tue Jan 15 02:59:12 2013 +0100 +++ b/mercurial/copies.py Wed Dec 12 02:38:14 2012 +0100 @@ -314,7 +314,7 @@ if fullcopy: repo.ui.debug(" all copies found (* = to merge, ! = divergent, " "% = renamed and deleted):\n") - for f in fullcopy: + for f in sorted(fullcopy): note = "" if f in copy: note += "*"