sapling/eden/integration/hg
Wez Furlong fdd530c007 ensure .hg has read and search permissions for group/other
Summary:
mkdtemp deliberately removes these bits and doesn't respect
the umask.  We perhaps should respect the umask ourselves here.

Reviewed By: chadaustin

Differential Revision: D8335539

fbshipit-source-id: 98b8f3e2db17c65904b12627e52966d5f6b729ef
2018-06-11 22:33:11 -07:00
..
lib Reformat already opted in directories with Black Beta @allow-large-files 2018-05-18 23:07:24 -07:00
absorb_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
add_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
branch_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
commit_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
copy_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
debug_clear_local_caches_test.py add clear_local_caches debug command to cli 2018-05-31 11:23:21 -07:00
debug_hg_dirstate_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
debug_hg_get_dirstate_tuple_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
diff_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
files_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
fold_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
graft_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
grep_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
histedit_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
journal_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
merge_test.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
move_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
negative_caching_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
non_eden_operation_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
post_clone_test.py ensure .hg has read and search permissions for group/other 2018-06-11 22:33:11 -07:00
pull_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
rebase_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
revert_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
rm_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
rollback_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
sparse_test.py improve sparse extension error handling when used with eden 2018-06-08 14:55:40 -07:00
split_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
status_deadlock_test.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
status_test.py add a new status test for restoring a files contents 2018-05-30 18:52:52 -07:00
symlink_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
undo_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
update_flatmanifest_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
update_test.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00

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

Most tests will want to subclass HgExtensionTestBase.