mercurial/commands.py
changeset 17376 3738d6254bd3
parent 17370 3fe199579323
child 17388 54feb8d3bab7
child 17500 8ac8db8dc346
--- a/mercurial/commands.py	Wed Aug 15 16:33:26 2012 -0700
+++ b/mercurial/commands.py	Thu Aug 16 13:57:43 2012 +0200
@@ -4177,7 +4177,7 @@
                     res.append(fn[plen:-slen])
         finally:
             lock.release()
-        for f in sorted(res):
+        for f in res:
             ui.write("%s\n" % f)
         return