3r1co / hg4j

Automatically exported from code.google.com/p/hg4j
GNU General Public License v2.0
0 stars 1 forks source link

Ordering in cache/branchheads is different from that of native client #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When HgBranches.writeCache serializes the cache, order of elements is different 
from what native hg client would write down. It doesn't seem to affect 
functionality (native hg perfectly reads the cache), however, it's nice and 
safe to write it down in the same order native client does.

Original issue reported on code.google.com by tikhomir...@gmail.com on 26 Aug 2011 at 1:09