sapling/edenscm/mercurial/commands
Mark Thomas fc9106e076 dirstate: add checkoutidentifier to identify and correlate checkouts
Summary:
When the user checks out a new commit (either by updating to it, by
creating a new commit, or by amending or rebasing the current commit), create a
unique identifier for that checkout.

Log this identifier at the start and end of command processing, and allow other
tools to also query and log the identifier.

This allows both Mercurial commands and other commands that log the identifier
to be correlated with a particular checkout.

Reviewed By: quark-zju

Differential Revision: D14648523

fbshipit-source-id: 2fad79c3010f5fad1a0e180e3d3d6d9c0a7f8e85
2019-04-04 11:29:49 -07:00
..
__init__.py dirstate: add checkoutidentifier to identify and correlate checkouts 2019-04-04 11:29:49 -07:00
debug.py debugprocess: add a --sleep parameter 2019-03-29 20:32:22 -07:00
debugcheckoutidentifier.py dirstate: add checkoutidentifier to identify and correlate checkouts 2019-04-04 11:29:49 -07:00
debugstatus.py debugstatus: print the clock value stored in treestate 2019-02-20 11:01:52 -08:00
debugstrip.py subrepo: remove subrepo support 2019-03-11 10:43:55 -07:00
eden.py eden: properly close repo in debugedenimporthelper 2019-03-25 10:27:48 -07:00
fs.py fs: add stats subcommands 2019-03-08 06:02:22 -08:00
uncommit.py codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00