sapling/eden/integration/hg/lib
Michael Bolin 28214295bb Add some extra assertions to GraftTest.
Summary:
In practice, if the `hg graft` succeeds in a weird way, `assert_status_empty()`
tells a lot more about what went wrong than the number of commits not matching up.

While here, I also added the following entry to the default `.hgrc` used in integration tests:

```
[ui]
origbackuppath=.hg/origbackups
```

I needed this for the change to `graft_test.py`. As we were already setting this option in
the `histedit_command.py` utility as a one-off and this is the default value of this setting
for our internal Mercurial use at Facebook, it seemed best to make it the default for all
of our integration tests. As such, I removed the one-off setting in `histedit_command.py`.

Reviewed By: simpkins

Differential Revision: D6180342

fbshipit-source-id: 6f0487624a1824459403126997ea52d1a7921feb
2017-10-30 21:38:14 -07:00
..
hg_extension_test_base_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
hg_extension_test_base.py Add some extra assertions to GraftTest. 2017-10-30 21:38:14 -07:00
histedit_command.py Add some extra assertions to GraftTest. 2017-10-30 21:38:14 -07:00
TARGETS codemod: format TARGETS with buildifier [4/5] (D5092623) 2017-06-01 17:52:40 -07:00