mercurial/manifest.py
changeset 24502 ecac0dd246a8
parent 24495 d2a3a2808974
child 24524 63b6031384fc
--- a/mercurial/manifest.py	Sun Mar 29 00:00:14 2015 -0400
+++ b/mercurial/manifest.py	Fri Mar 27 20:55:54 2015 -0700
@@ -87,7 +87,7 @@
 
     def text(self):
         """Get the full data of this manifest as a bytestring."""
-        fl = sorted(self.iterentries())
+        fl = self.iterentries()
 
         _hex = revlog.hex
         # if this is changed to support newlines in filenames,