sapling/eden/integration/hg
Michael Bolin 1c6403e435 Fix hg grep so it can be run over the entire repo.
Summary:
Although this is not the type of behavior we want to encourage, we should make
it possible. It turns out that this was throwing an exception becuase
`make_glob_list()` was erroneously mapping the pattern to `/**/*` instead of
`**/*` in this case.

Reviewed By: wez

Differential Revision: D5826753

fbshipit-source-id: 659d67c13cdcda39abb7d6893a57ef046804da73
2017-09-13 17:51:19 -07:00
..
lib Fix hg grep so it works when run from a subdirectory. 2017-09-13 12:57:40 -07:00
add_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
branch_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
commit_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
copy_test.py Add integration test for hg move. 2017-08-24 14:23:38 -07:00
diff_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
graft_test.py Fixed a bug in how we update the dirstate upon a snapshot change. 2017-09-08 19:25:34 -07:00
grep_test.py Fix hg grep so it can be run over the entire repo. 2017-09-13 17:51:19 -07:00
histedit_test.py adjust test expectations for fixed typo 2017-08-25 21:57:28 -07:00
move_test.py Add integration test for hg move. 2017-08-24 14:23:38 -07:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
rebase_test.py Fixed a bug in how we update the dirstate upon a snapshot change. 2017-09-08 19:25:34 -07:00
revert_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
rm_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
rollback_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
split_test.py Fix for hg split in Eden. 2017-09-06 21:20:45 -07:00
status_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
TARGETS don't run all integration tests in both build modes 2017-07-07 16:01:33 -07:00
update_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00

Integration tests in this directory are specific to the Eden extension for Mercurial.

Most tests will want to subclass HgExtensionTestBase.