sapling/tests
David M. Carr d1a4bffd12 tests: extract commonly used commit/tag functions into testutil library
Thanks to Felipe Contreras for the patch which this was based on.

The functions were renamed to make it clearer that these are shell functions
rather than normal git/hg commands, and to make it clearer which tool is being
invoked.

Old name | New name
------------------------
commit   | fn_git_commit
tag      | fn_git_tag
hgcommit | fn_hg_commit
hgtag    | fn_hg_tag

Extraction from test-encoding.t was left for a subsequent patch, as I was seeing
unexpected output changes when I attempted the extraction.

The gitcommit and hgcommit functions in test-bookmark-workflow.t were left
as-is for now, as they have a different behavior than the standard version
(separate counters for each).
2012-10-30 22:59:20 -04:00
..
hghave tests: pull in hghave 2012-10-28 21:05:51 -04:00
hghave.py tests: pull in hghave 2012-10-28 21:05:51 -04:00
latin-1-encoding Handle git repositories with legacy encodings. 2009-06-18 16:49:13 +01:00
run-tests.py tests: upgrade run-tests.py 2012-09-10 00:24:47 -04:00
test-bookmark-workflow.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-clone.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-conflict-1.t tests: extract extension configuration into a testutil library 2012-10-30 20:03:26 -04:00
test-conflict-2.t tests: extract extension configuration into a testutil library 2012-10-30 20:03:26 -04:00
test-convergedmerge.t tests: extract extension configuration into a testutil library 2012-10-30 20:03:26 -04:00
test-empty-working-tree.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-encoding.t tests: extract extension configuration into a testutil library 2012-10-30 20:03:26 -04:00
test-file-removal.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-git-clone.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-git-submodules.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-git-tags.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-git-workflow.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-help.t tests: extract extension configuration into a testutil library 2012-10-30 20:03:26 -04:00
test-hg-author.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-hg-branch.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-hg-tags.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-incoming.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-keywords.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-merge.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-octopus.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-outgoing.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-pull-after-strip.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-pull.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-push-r.t tests: extract extension configuration into a testutil library 2012-10-30 20:03:26 -04:00
test-push.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-subrepos.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-tree-decomposition.t tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00
test-url-parsing.py test-url-parsing.py: add a test for a username that starts with a number 2012-04-20 21:16:32 -05:00
test-url-parsing.py.out test-url-parsing.py: add a test for a username that starts with a number 2012-04-20 21:16:32 -05:00
testutil tests: extract commonly used commit/tag functions into testutil library 2012-10-30 22:59:20 -04:00