test-drawdag: use modern setup

Summary: Some `x` commits become `o` because they don't have successors.

Reviewed By: sfilipco

Differential Revision: D21913601

fbshipit-source-id: 8d23edd4daa948433969460be9e6488865be7fb0
This commit is contained in:
Jun Wu 2020-06-10 17:33:43 -07:00 committed by Facebook GitHub Bot
parent 4efd06e29b
commit 03a5255e56

View File

@ -1,6 +1,6 @@
#chg-compatible
$ configure evolution
$ configure modern
$ reinit () {
> rm -rf .hg && hg init
@ -205,23 +205,23 @@ Create obsmarkers via comments
> EOS
$ hg log -r 'sort(all(), topo)' -G --hidden -T '{desc} {node}'
x L 12ac214c2132ccaa5b97fa70b25570496f86853c
o I 58e6b987bf7045fcd9c54f496396ca1d1fc81047
|
o K 623037570ba0971f93c31b1b90fa8a1b82307329
o H 575c4b5ec114d64b681d33f8792853568bfb2b2c
|
x J a0a5005cec670cc22e984711855473e8ba07230a
|
| x I 58e6b987bf7045fcd9c54f496396ca1d1fc81047
| |
| o H 575c4b5ec114d64b681d33f8792853568bfb2b2c
|/
| o G 711f53bbef0bebd12eb6f0511d5e2e998b984846
| |
| x F 64a8289d249234b9886244d379f15e6b650b28e3
| o F 64a8289d249234b9886244d379f15e6b650b28e3
| |
| o E 7fb047a69f220c21711122dfd94305a9efb60cba
|/
| o D be0ef73c17ade3fc89dc41701eb9fc3a91b58282
| x L 12ac214c2132ccaa5b97fa70b25570496f86853c
| |
| x K 623037570ba0971f93c31b1b90fa8a1b82307329
| |
| x J a0a5005cec670cc22e984711855473e8ba07230a
|/
| x D be0ef73c17ade3fc89dc41701eb9fc3a91b58282
| |
| | x C 26805aba1e600a82e93661149f2313866a221a7b
| |/
@ -231,8 +231,32 @@ Create obsmarkers via comments
|/
o A 426bada5c67598ca65036d57d9e4b64b0c1ce7a0
$ hg debugobsolete
$ hg debugmutation -r 'all()'
* 426bada5c67598ca65036d57d9e4b64b0c1ce7a0
* 112478962961147124edd43549aedd1a335e44bf
* 7fb047a69f220c21711122dfd94305a9efb60cba
* be0ef73c17ade3fc89dc41701eb9fc3a91b58282 replace by test at 1970-01-01T00:00:00 from:
26805aba1e600a82e93661149f2313866a221a7b
* 64a8289d249234b9886244d379f15e6b650b28e3
* 711f53bbef0bebd12eb6f0511d5e2e998b984846 split by test at 1970-01-01T00:00:00 (split into this and: 7fb047a69f220c21711122dfd94305a9efb60cba, 64a8289d249234b9886244d379f15e6b650b28e3) from:
112478962961147124edd43549aedd1a335e44bf
* 575c4b5ec114d64b681d33f8792853568bfb2b2c replace by test at 1970-01-01T00:00:00 from:
be0ef73c17ade3fc89dc41701eb9fc3a91b58282 replace by test at 1970-01-01T00:00:00 from:
26805aba1e600a82e93661149f2313866a221a7b
* 699bc4b6fa2207ae482508d19836281c02008d1e fold by test at 1970-01-01T00:00:00 from:
|- a0a5005cec670cc22e984711855473e8ba07230a
|- 623037570ba0971f93c31b1b90fa8a1b82307329
'- 12ac214c2132ccaa5b97fa70b25570496f86853c
* 58e6b987bf7045fcd9c54f496396ca1d1fc81047
Change file contents via comments
$ reinit