sapling/eden/py
Adam Simpkins 53ac2a3ebe support reading the old .hg/dirstate format
Summary:
Update the eden.dirstate code to return parent information correctly even if
the .hg/dirstate file is still using the old format.

This does not return non-normal tuples correctly.  If we really wanted to we
could add the hgdirstate.thrift file back so we could parse the old dirstate
file correctly, but it doesn't really seem worthwhile for now.  Simply
returning the parents information will probably be good enough to help most of
our current users upgrade.

Reviewed By: bolinfest

Differential Revision: D6263602

fbshipit-source-id: 9b65335b0e98ba3fd79d2f220c82df18753ccfdc
2017-11-07 14:17:37 -08:00
..
dirstate.py support reading the old .hg/dirstate format 2017-11-07 14:17:37 -08:00
TARGETS Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00