hgext/relink.py
changeset 10226 e3e41e5e7ff4
parent 10221 489b0caf21ed
parent 10225 6521605bc200
child 10264 d6512b3e9ac0
--- a/hgext/relink.py	Sat Jan 09 10:47:47 2010 +0100
+++ b/hgext/relink.py	Sat Jan 09 23:16:48 2010 +0100
@@ -48,7 +48,7 @@
     try:
         remotelock = src.lock()
         try:
-            candidates = collect(src.store.path, ui)
+            candidates = sorted(collect(src.store.path, ui))
             targets = prune(candidates, src.store.path, repo.store.path, ui)
             do_relink(src.store.path, repo.store.path, targets, ui)
         finally: