conftest.py |
echo "foo" > foo
echo "bar" > bar
hg init
hg add *
hg commit -m "Initial commit"
hg phase --public .
|
2083 |
python.toml |
|
373 |
test_branch.py |
hg bookmark test
|
1065 |
test_commit.py |
echo "bar" >> bar
echo "baz" > foo
|
2202 |
test_context_manager.py |
|
821 |
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 |
\
commit refs/machtry/974284fd-f395-4a15-a9d7-814a71241242
mark :1
author FooBar <foobar@example.com> 0 +0000
committer FooBar <foobar@example.com> 0 +0000
data {len(commit_message)}
{commit_message}
from 0987654321098765432109876543210987654321
M 100644 inline extra-file
data 7
content
M 100644 inline other/extra-file
data 8
content2
reset refs/machtry/974284fd-f395-4a15-a9d7-814a71241242
from 0000000000000000000000000000000000000000
get-mark :1
|
5374 |
test_try_commit.py |
|
1131 |
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 |