mercurial/subrepo.py
changeset 13857 ba1f98f877ec
parent 13771 ce6227306c9a
child 13913 d3f90ff904b8
--- a/mercurial/subrepo.py	Sat Apr 02 11:07:05 2011 +0200
+++ b/mercurial/subrepo.py	Sun Apr 03 01:57:17 2011 +0200
@@ -144,7 +144,7 @@
                 debug(s, "prompt remove")
                 wctx.sub(s).remove()
 
-    for s, r in s2.items():
+    for s, r in sorted(s2.items()):
         if s in s1:
             continue
         elif s not in sa: