sapling/eden/scm/tests/test-debuginternals.t
Jun Wu 03003242b0 debuginternals: new command to list or export internal states
Summary:
Sometimes we need repo internal states for deeper investigation. Right now
the process is quite adhoc - telling people to figure out where the "backing"
repo is, excluding unwanted files like 00changelog.d, etc. Let's just make
it easier so we have a dedicated command to tar up selected internal states.

Reviewed By: andll

Differential Revision: D29242716

fbshipit-source-id: 85604d0df5b3a12f1aed29e4f31fcd5c166f9066
2021-06-24 12:31:47 -07:00

15 lines
247 B
Raku

$ configure modern
$ newrepo
$ drawdag << 'EOS'
> A
> EOS
$ hg debuginternals
* blackbox (glob)
* store/manifests (glob)
* store/metalog (glob)
* store/mutation (glob)
$ hg debuginternals -o a.tar.gz 2>/dev/null
a.tar.gz