hgext/extdiff.py
changeset 23149 dc80a0ad7bf5
parent 22202 684bad8c4265
child 23150 aff73c777b0b
--- a/hgext/extdiff.py	Sun Nov 02 14:58:50 2014 -0500
+++ b/hgext/extdiff.py	Mon Nov 03 16:30:21 2014 -0600
@@ -90,7 +90,7 @@
     wopener = scmutil.opener(base)
     fns_and_mtime = []
     ctx = repo[node]
-    for fn in files:
+    for fn in sorted(files):
         wfn = util.pconvert(fn)
         if wfn not in ctx:
             # File doesn't exist; could be a bogus modify