sapling/eden/scm/edenscm/mercurial/commands
Adam Simpkins a673c6bd4d update eden_dirstate_map to store dirstatetuple objects
Summary:
Update the `eden_dirstate_map` class to store `dirstatetuple` objects instead
of plain tuples in its `_map` member variable.  Without this the `filefoldmap`
code that is used on Windows fails, as it directly accesses `self._map` and
expects it to contain `dirstatetuple` objects.

Reviewed By: DurhamG, pkaush

Differential Revision: D19841881

fbshipit-source-id: ddb7523b598cfd8ec8719a8a74446cefcb411358
2020-02-19 13:05:05 -08:00
..
__init__.py commands: pass date-based rev as a hex hash 2020-02-14 09:39:55 -08:00
blackbox.py blackbox: remove IndexFilter 2019-11-21 08:36:09 -08:00
cmdtable.py pyre: add stub for "bindings" 2020-01-31 13:18:54 -08:00
debug.py update eden_dirstate_map to store dirstatetuple objects 2020-02-19 13:05:05 -08:00
debugcheckoutidentifier.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
debugdirs.py py3: iter{keys,values,items} -> pycompat.iter{keys,values,items} 2020-01-28 16:27:28 -08:00
debugmetalog.py debugmetalog: add a command to show repo history 2020-01-13 14:29:07 -08:00
debugmutation.py debugmutation: add time range limiting 2020-02-17 06:41:03 -08:00
debugrunshell.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
debugstatus.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
debugstrip.py pycompat: drop strkwargs / byteskwargs 2020-01-31 16:38:03 -08:00
doctor.py doctor: support efficient treestate (dirstate) repair 2020-02-18 09:41:32 -08:00
eden.py eden: decouple LocalStore from HgImporter 2020-01-16 12:45:36 -08:00
fs.py typing: enable pyre 2019-12-04 10:55:00 -08:00
purge.py purge: move extension to core 2020-01-21 20:49:08 -08:00
uncommit.py pycompat: drop strkwargs / byteskwargs 2020-01-31 16:38:03 -08:00