Name Description Size
conftest.py echo "foo" > foo echo "bar" > bar hg init hg add * hg commit -m "Initial commit" hg phase --public . 2083
python.toml 415
test_branch.py hg bookmark test 1276
test_commit.py echo "bar" >> bar echo "baz" > foo 1925
test_context_manager.py 821
test_create_try_commit.py echo "{}" > try_task_config.json hg add try_task_config.json 1152
test_get_branch_nodes.py echo bar >> bar hg commit -m "commit 1" echo baz > baz hg add baz hg commit -m "commit 2" 1016
test_get_commit_patches.py echo bar >> bar hg commit -m "FIRST PATCH" 1242
test_get_mozilla_remote_args.py git remote add unified hg::https://hg.mozilla.org/mozilla-unified git remote add central hg::https://hg.mozilla.org/central git remote add try hg::https://hg.mozilla.org/try 1220
test_get_upstream_remotes.py git remote add unified hg::https://hg.mozilla.org/mozilla-unified git remote add central hg::https://hg.mozilla.org/central git remote add try hg::https://hg.mozilla.org/try 1165
test_push_to_try.py 2153
test_remove_current_commit.py echo "{}" > try_task_config.json hg add try_task_config.json hg commit -m "Try config commit" 1080
test_update.py echo "bar" >> bar echo "baz" > foo hg commit -m "second commit" 1309
test_workdir_outgoing.py echo "bar" >> bar echo "baz" > baz hg add baz hg rm foo 3352
test_working_directory.py echo "bar" >> bar echo "baz" > baz hg rm foo 1107