..
blacklists
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
bundles
comprehensive
hgsubversion: accept regexed output of comprehensive tests
2018-01-17 03:23:44 -08:00
fixtures
hgsubversion: move tests to the general tests dir
2018-01-17 03:23:44 -08:00
gpg
hggit
hggit: internalize extension
2018-01-09 06:08:01 -08:00
hgsql
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
infinitepush
Implement support for short hashes
2018-04-13 21:50:59 -07:00
sslcerts
tests: update test certificate generation instructions
2016-07-17 11:28:01 -07:00
svn
tests: add execute bit and fix shbang line
2015-12-22 11:05:05 +00:00
testlib
config: replace experimental.stabilization by experimental.evolution
2017-10-17 11:29:26 +02:00
autodiff.py
error: get Abort from 'error' instead of 'util'
2015-10-08 12:55:45 -07:00
badserverext.py
configitems: register the 'badserver.closebeforeaccept' config
2017-06-30 03:28:02 +02:00
binfile.bin
blackbox-readonly-dispatch.py
tests: divorce blackbox test from test-dispatch.py
2016-03-08 20:52:57 +00:00
bruterebase.py
bruterebase: port to python 3
2017-08-23 01:22:59 -04:00
bundlerepologger.py
infinitepush: move some infinitepush tests from fb-hgext/tests to tests
2018-01-10 08:10:27 -08:00
bzr-definitions
tests: move '#require bzr' into .t files
2015-08-22 10:22:12 -07:00
cgienv
check-gendoc
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
common-pattern.py
run-tests: add substitution patterns for common '\' path output on Windows
2017-12-12 20:11:13 -05:00
conduithttp.py
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
copytrace.sh
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
crashgetbundler.py
wireproto: properly report server Abort during 'getbundle'
2017-02-10 18:20:58 +01:00
ctrlchar-msg.txt
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
dumbhttp.py
test-static-http: flush access log per request
2017-10-29 17:53:52 +09:00
dummyext1.py
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
dummyext2.py
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
dummysmtpd.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
dummyssh
py3: make tests/dummyssh use absolute_import
2016-05-13 03:26:28 +05:30
f
tests: update f
helper script to work on Python 3
2017-09-18 13:37:32 -04:00
failfilemerge.py
merge: pass wctx to premerge, filemerge
2017-09-11 13:03:27 -07:00
fakedirstatewritetime.py
configitems: register the test 'fakedirstatewritetime.fakenow' config
2017-10-14 00:15:37 +02:00
fakemergerecord.py
fakemergerecord: take wlock to write the merge state
2016-08-08 17:33:45 +02:00
fakepatchtime.py
configitems: register the test 'fakepatchtime.fakenow' config
2017-10-14 00:16:12 +02:00
filterpyflakes.py
filterpyflakes: move self-test into test file
2017-07-07 15:07:36 -04:00
flagprocessorext.py
test-flagprocessor: use changegroup3 in bundle2
2017-04-06 17:23:20 -07:00
fsmonitor-run-tests.py
generate-working-copy-states.py
py3: use print_function in generate-working-copy-states.py
2016-04-02 17:36:59 +03:00
get-with-headers.py
protocol: send application/mercurial-0.2 responses to capable clients
2016-12-24 15:29:32 -07:00
getflogheads.py
remotefilelog: move to hgext/
2018-01-08 18:58:08 -08:00
helper-runtests.sh
tests: refactor run-tests helpers
2016-05-11 16:40:16 +00:00
helper-testrepo.sh
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
helpers-testrepo.sh
linter: disable ShellCheck for hg
2018-04-13 21:51:03 -07:00
helpers-usechg.sh
linter: disable ShellCheck for hg
2018-04-13 21:51:03 -07:00
heredoctest.py
py3: make files use absolute_import and print_function
2016-07-03 22:28:24 +05:30
hghave
hghave: silence future pyflakes warning of unused import
2016-05-15 10:40:26 +09:00
hghave.py
lz4: fix "import lz4.block" compatibility with demandimport
2018-04-13 21:51:04 -07:00
hgterm.ti
hgweberror.py
tests: use absolute_import in hgweberror.py
2015-12-06 22:27:53 -08:00
histedit-helpers.sh
tests: histedit-helpers fixbundle should not complain about no input
2015-12-14 22:21:30 +00:00
hypothesishelpers.py
py3: use print_function in hypothesishelpers.py
2016-04-02 18:15:04 +03:00
killdaemons.py
killdaemons: fix WaitForSingleObject() error handling logic on Windows
2017-06-15 21:59:42 -04:00
library.sh
remotefilelog: move to hgext/
2018-01-08 18:58:08 -08:00
list-tree.py
tests: write and use a custom helper script to avoid find's -printf
2017-12-05 16:55:41 -05:00
lockdelay.py
pull: grab wlock during pull
2016-08-23 23:47:59 +02:00
lockfail.py
infinitepush: move some infinitepush tests from fb-hgext/tests to tests
2018-01-10 08:10:27 -08:00
logexceptions.py
run-tests: mechanism to report exceptions during test execution
2017-11-20 23:02:32 -08:00
ls-l.py
remotefilelog: move to hgext/
2018-01-08 18:58:08 -08:00
md5sum.py
md5sum: assume hashlib exists now that we're 2.7 only
2017-08-22 14:57:10 -04:00
missing-comment.hg
mockblackbox.py
py3: use absolute_import in mockblackbox.py
2016-04-16 05:30:32 +03:00
mocktime.py
test-patchbomb: use mocktime
2017-09-29 11:41:24 -07:00
notcapable
wireproto: use new peer interface
2017-08-10 20:58:28 -07:00
p4setup.sh
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
pdiff
tests: make pdiff return appropriate exit code at comparison of files
2017-07-31 13:10:19 +09:00
perfectlyok-msg.txt
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
printenv.py
py3: use absolute_import in printenv.py
2016-04-16 05:32:10 +03:00
readlink.py
py3: make files use absolute_import and print_function
2016-07-03 22:28:24 +05:30
README
urls: bulk-change primary website URLs
2015-09-30 15:43:49 -05:00
require-core-hg.sh
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
require-ext.sh
hg: fix require-ext for core extensions
2018-04-13 21:50:57 -07:00
revlog-formatv0.py
py3: use absolute_import in revlog-formatv0.py
2016-04-16 05:33:23 +03:00
revnamesext.py
namespaces: record and expose whether namespace is built-in
2017-06-24 14:52:15 -07:00
run-tests.py
run-tests: exit 80 if all tests are skipped
2018-04-13 21:51:02 -07:00
seq.py
py3: alias xrange to range in tests/seq.py
2017-11-29 08:46:37 +05:30
silenttestrunner.py
tests: lexicographical imports in silenttestrunner.py
2016-04-03 10:02:58 +03:00
sitecustomize.py
tests: update sitecustomize to use uuid1() instead of randrange()
2016-11-21 17:51:39 -05:00
svn-safe-append.py
py3: make tests/svn-safe-append.py use absolute_import
2016-05-16 04:31:20 +05:30
svnxml.py
py3: use absolute_import in svnxml.py
2016-04-16 06:03:11 +03:00
test_hgsubversion_util.py
hgsubversion: do not mess up with sys.path
2018-04-13 21:50:54 -07:00
test-abort-checkin.t
error: get Abort from 'error' instead of 'util'
2015-10-08 12:55:45 -07:00
test-acl.t
phase: backout "generate a push-race detection part on push"
2018-01-03 05:35:56 -08:00
test-add.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-addremove-similar.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-addremove.t
test-addremove: conditionalize output instead of tests
2017-07-08 18:37:41 -04:00
test-alias.t
tests: fix for D6717635
2018-01-12 16:58:28 -08:00
test-amend-subrepo.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-amend.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-ancestor.py
parsers: fix invariant bug in find_deepest (issue5623)
2017-07-14 13:48:17 +02:00
test-ancestor.py.out
test-annotate.py
annotate: track whether a particular annotation was the result of a skip
2017-10-02 02:34:47 -07:00
test-annotate.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-arbitraryfilectx.t
test-arbitraryfilectx: stabilize for Windows
2017-10-19 23:16:48 -04:00
test-archive-symlinks.t
tests: guard test-archive-symlink with unziplinks check
2016-08-25 01:26:39 -04:00
test-archive.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-atomictempfile.py
atomictempfile: add context manager support
2016-06-23 18:21:25 +01:00
test-audit-path.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-audit-subrepo.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-automv.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-backout.t
backout: use only first line of commit message for backout default message
2018-04-13 21:51:00 -07:00
test-backwards-remove.t
test-bad-extension.t
py3: make sure commands name are bytes in tests
2017-06-25 08:20:05 +05:30
test-bad-pull.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-basic.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-batching.py
wireproto: overhaul iterating batcher code (API)
2017-08-09 23:29:30 -07:00
test-batching.py.out
wireproto: overhaul iterating batcher code (API)
2017-08-09 23:29:30 -07:00
test-bdiff.py
tests: fix test-bdiff to handle variance between pure and c bdiff code
2016-12-15 11:14:00 -05:00
test-bheads.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bisect2.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bisect3.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bisect.t
config: use 'experimental.evolution.create-markers'
2017-09-28 18:19:06 +01:00
test-blackbox.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bookmarks-current.t
update: omit redundant activating message for already active bookmark
2016-03-12 04:35:42 +09:00
test-bookmarks-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bookmarks-pushpull.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-bookmarks-rebase.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bookmarks-strip.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bookmarks.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-branch-option.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-branch-tag-confict.t
test-branches.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-bugzilla.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-bundle2-exchange.t
tests_: simplify bundle2 requirement testing
2018-01-03 05:35:56 -08:00
test-bundle2-format.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-bundle2-multiple-changegroups.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-bundle2-pushback.t
tests: update test-bundle2-pushback to pass the import checker
2017-08-22 15:04:36 -04:00
test-bundle2-remote-changegroup.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-bundle-phases.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-bundle-r.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-bundle-type.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-bundle-vs-outgoing.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-bundle.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-cache-abuse.t
config: use 'experimental.evolution.create-markers'
2017-09-28 18:19:06 +01:00
test-casecollision-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-casecollision.t
test-casefolding.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-cat.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-censor.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-changelog-exec.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-check-clang-format.t
test-clang-format: new test to verify that files stay clang-formatted
2015-09-14 14:17:27 -04:00
test-check-code.t
fbsparse: add progress output for refresh
2018-04-13 21:51:04 -07:00
test-check-commit.t
tests: alias syshg and syshgenv so they can be switched conditionally
2017-07-02 13:14:20 +09:00
test-check-config.t
simplecache: allow debug output to be switched off
2018-04-13 21:50:55 -07:00
test-check-execute.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-check-help.t
test-check: use --cwd
to avoid issues
2018-04-13 21:51:01 -07:00
test-check-interfaces.py
tests: add interface checks for bundle, statichttp, and union peers
2017-08-18 20:20:38 -07:00
test-check-interfaces.py.out
tests: verify that peer instances only expose interface members
2017-08-10 21:00:30 -07:00
test-check-jshint.t
hg: drop hg10 requirement for jshint and pylint
2018-04-13 21:50:56 -07:00
test-check-module-imports.t
lz4: fix "import lz4.block" compatibility with demandimport
2018-04-13 21:51:04 -07:00
test-check-py3-compat.t
errorredirect: use absolute import
2018-04-13 21:51:02 -07:00
test-check-pyflakes.t
hg: fix check pyflakes
2018-04-13 21:50:56 -07:00
test-check-pylint.t
hg: drop hg10 requirement for jshint and pylint
2018-04-13 21:50:56 -07:00
test-check-shbang.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-chg.t
chg: show timestamp with debug messages
2017-09-23 14:58:40 -07:00
test-children.t
test-churn.t
spelling: trivial spell checking
2015-10-17 00:58:46 +02:00
test-clone-cgi.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-clone-pull-corruption.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-clone-r.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-clone-uncompressed.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-clone-update-order.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-clone.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-clonebundles.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-command-template.t
template: add functions to truncate blocks and lines
2018-04-13 21:50:58 -07:00
test-commandserver.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-commit-amend.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-commit-interactive-curses.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-commit-interactive.t
hghave: add normal-layout feature
2018-04-13 21:51:02 -07:00
test-commit-multiple.t
tests: clean up many print statements to be print functions instead
2017-06-15 14:22:25 -04:00
test-commit-unresolved.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-commit.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-committer.t
config: use single quotes around command hint
2016-04-14 15:18:59 +00:00
test-completion.t
debugfilerevision: add a new debug command
2018-04-13 21:51:05 -07:00
test-config-env.py
tests: print Unix style paths in *.py tests
2017-04-09 22:19:27 -04:00
test-config-env.py.out
rcutil: let environ override system configs (BC)
2017-03-26 21:33:37 -07:00
test-config.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-conflict.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-confused-revert.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-context-metadata.t
check-code: forbid "\S" in egrep regular expression
2017-09-01 16:44:30 -07:00
test-context.py
memfilectx: make changectx argument mandatory in constructor (API)
2017-12-11 09:27:40 -08:00
test-context.py.out
test-contrib-check-code.t
check-code: allow tabs in heredoc
2017-12-09 00:39:15 +09:00
test-contrib-check-commit.t
contrib: fix check-commit to not reject commits from hg sign
and hg tag
2017-01-18 23:34:35 -05:00
test-contrib-perf.t
hg: fix test-contrib-perf.t
2018-04-13 21:50:57 -07:00
test-contrib.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-convert-authormap.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-baz.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-bzr-114.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-bzr-directories.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-bzr-ghosts.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-bzr-merges.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-bzr-treeroot.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-bzr.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-clonebranches.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-cvs-branch.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-cvs-detectmerge.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-cvs-synthetic.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-cvs.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-cvsnt-mergepoints.rlog
test-convert-cvsnt-mergepoints.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-darcs.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-datesort.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-filemap.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-git.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-convert-hg-sink.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-hg-source.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-hg-startrev.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-hg-svn.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-mtn.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-p4-filetypes.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-p4.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-splicemap.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-branches.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-encoding.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-move.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-sink.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-source.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-startrev.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-svn-tags.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-tagsbranch-topology.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert-tla.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-convert.t
hghave: add normal-layout feature
2018-04-13 21:51:02 -07:00
test-copy-move-merge.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-copy.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-copytrace-heuristics.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-custom-filters.t
error: get Abort from 'error' instead of 'util'
2015-10-08 12:55:45 -07:00
test-debian-packages.t
deb: build and install chg
2017-10-01 03:31:32 -07:00
test-debugbuilddag.t
test-debugbundle.t
debugcommands: stabilize output of debugbundle by having a custom repr
2017-08-22 23:11:35 -04:00
test-debugcommands.t
traceback: do not check actual traceback content
2018-04-13 21:51:02 -07:00
test-debugextensions.t
extensions: add --excludedefault to hg debugextensions
2018-04-13 21:50:53 -07:00
test-debugindexdot.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-debugrename.t
test-default-push.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-demandimport.py
tests: ensure demandimport test uses absolute_import
2017-08-22 15:50:53 -04:00
test-demandimport.py.out
demandimport: do not raise ImportError for unknown item in fromlist
2016-12-19 22:46:00 +09:00
test-devel-warnings.t
traceback: do not check actual traceback content
2018-04-13 21:51:02 -07:00
test-diff-binary-file.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-diff-change.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-diff-color.t
patch: do not break up multibyte character when highlighting word
2017-12-11 22:38:31 +09:00
test-diff-copy-depth.t
test-diff-hashes.t
test-diff-ignore-whitespace.t
mdiff: add a --ignore-space-at-eol option
2017-08-29 18:20:50 -07:00
test-diff-issue2761.t
test-diff-newlines.t
py3: fix test-diff-newlines.t to be compatible with py3
2017-07-06 17:18:50 +02:00
test-diff-reverse.t
test-diff-subdir.t
test-diff-unified.t
patch: check length of git index header only if integer is specified
2017-01-15 16:33:15 +09:00
test-diff-upgrade.t
test-diffdir.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-diffstat.t
merge with stable
2017-12-19 16:27:24 -05:00
test-dirstate-backup.t
dirstate: clean up when restoring identical backups
2017-10-20 05:53:35 -07:00
test-dirstate-nonnormalset.t
dirstate: add test for non-normal set consistency
2015-12-21 16:26:44 -08:00
test-dirstate-race.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-dirstate.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-dispatch.py
tests: test-dispatch use print_function
2016-03-08 20:57:40 +00:00
test-dispatch.py.out
test-dispatch.t
dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options
2017-11-23 22:17:03 +09:00
test-docker-packaging.t
tests: alias syshg and syshgenv so they can be switched conditionally
2017-07-02 13:14:20 +09:00
test-doctest.py
account for drawdag move in test-doctest.py
2018-04-13 21:51:00 -07:00
test-double-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-drawdag.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-duplicateoptions.py
duplicates: make test robust
2018-01-09 08:18:14 -08:00
test-duplicateoptions.py.out
duplicates: make test robust
2018-01-09 08:18:14 -08:00
test-editor-filename.t
test-editor-filename: fix portability of fake editor command
2017-09-02 21:49:45 +09:00
test-empty-dir.t
test-empty-file.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-empty-group.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-empty.t
test-encode.t
test-encoding-align.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-encoding-func.py
encoding: add fast path of from/toutf8b() for ASCII strings
2017-04-23 13:08:58 +09:00
test-encoding-textwrap.t
py3: make sure commands name are bytes in tests
2017-06-25 08:20:05 +05:30
test-encoding.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-eol-add.t
test-eol-clone.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-eol-hook.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-eol-patch.t
test-eol-tag.t
urls: bulk-change BTS urls to new location
2015-09-30 15:31:07 -05:00
test-eol-update.t
test-eol.t
tests: update test-eol to pass our import checker
2017-08-22 15:51:06 -04:00
test-eolfilename.t
urls: bulk-change BTS urls to new location
2015-09-30 15:31:07 -05:00
test-excessive-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-A1.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-exchange-obsmarkers-case-A2.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-A3.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-A4.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-A5.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-A6.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-A7.t
obsolescence: add test case A-7 for obsolescence markers exchange
2017-04-10 16:44:39 +02:00
test-exchange-obsmarkers-case-B1.t
obsolescence: add test case B-1 for obsolescence markers exchange
2017-04-10 16:46:03 +02:00
test-exchange-obsmarkers-case-B2.t
obsolescence: add test case B-2 for obsolescence markers exchange
2017-04-10 16:46:31 +02:00
test-exchange-obsmarkers-case-B3.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-B4.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-B5.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-B6.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-B7.t
obsolescence: add test case B-7 for obsolescence markers exchange
2017-04-10 16:50:23 +02:00
test-exchange-obsmarkers-case-C1.t
obsolescence: add test case C-1 for obsolescence markers exchange
2017-04-10 16:50:41 +02:00
test-exchange-obsmarkers-case-C2.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-C3.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-C4.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-D1.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-D2.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-D3.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-exchange-obsmarkers-case-D4.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-execute-bit.t
test-export.t
test-export: be more aggressive about quoting ^
2016-07-12 15:41:38 -04:00
test-extdata.t
extdata: abort if external command exits with non-zero status (BC)
2017-10-01 12:21:50 +01:00
test-extdiff.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-extension-foreign-module.t
extensions: forbid "foo=" from importing foreign mercurial modules
2018-01-09 17:06:09 -08:00
test-extension.t
extensions: add --excludedefault to hg debugextensions
2018-04-13 21:50:53 -07:00
test-extensions-afterloaded.t
extensions: call afterloaded() with loaded=False for disabled extensions
2017-06-23 10:59:05 -07:00
test-extensions-default.t
hg: fix extensions-default
2018-04-13 21:50:57 -07:00
test-extensions-wrapfunction.py
extensions: fix wrapcommand/function of class instance
2017-09-10 23:37:14 +09:00
test-extensions-wrapfunction.py.out
extensions: fix wrapcommand/function of class instance
2017-09-10 23:37:14 +09:00
test-extra-filelog-entry.t
test-fb-hgext-absorb-edit-lines.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-absorb-filefixupstate.py
absorb: move to hgext
2018-01-08 13:57:01 -08:00
test-fb-hgext-absorb-phase.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-absorb-rename.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-absorb-strip.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-absorb.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-age.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-arcconfig.t
phabricator: move to extlib
2018-01-10 08:39:19 -08:00
test-fb-hgext-backup.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-catnotate.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-checkmessagehook.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-cleanobsstore.t
perftweaks: move effectflag removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-configwarn.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-copytrace-amend.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-copytrace-errormsg.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-copytrace.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-fb-hgext-crdump.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-cstore-datapackstore.py
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-cstore-treemanifest.py
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-cstore-uniondatapackstore.py
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-debugcommitmessage.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-dialect-show.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-diff-since-last-arc-diff.t
phabstatus: mock full graphql response
2018-04-13 21:51:07 -07:00
test-fb-hgext-dirsync-amend.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-dirsync.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-drop.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-edrecord.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-errorredirect.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-extorder.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-extutil.py
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fastannotate-corrupt.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-diffopts.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-hg.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-perfhack.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-protocol.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-remotefilelog.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-renames.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastannotate-revmap.py
testcodemod: clean up some "hgext3rd" references
2018-01-10 15:36:54 -08:00
test-fb-hgext-fastannotate.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastlog.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fastmanifest-access.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-blackbox.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-concurrency.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-permission.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-pruning.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-readfast.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-remotenames.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest-writepath.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastmanifest.py
fastmanifest: fix import paths
2018-01-09 15:23:52 -08:00
test-fb-hgext-fastmanifest.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fastpartialmatch-bundlerepo.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fastpartialmatch-obsolete.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fastpartialmatch-shelve.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fastpartialmatch.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbamend-fold.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbamend-hiddenoverride.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-fbamend-hide.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-fbamend-metaedit.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbamend-next.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbamend-nextrebase.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbamend-noinhibit.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbamend-previous.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbamend-rebase.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbamend-restack.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-fbamend-split.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbamend-to.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbamend-userestack.t
perftweaks: move effectflag removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbamend.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbconduit.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbhistedit-exec-obsolete.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbhistedit-exec.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbhistedit-graft.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-fbhistedit-json.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbhistedit-rebase-interactive.t
update hg rebase -i -s
to bail out on unsupported src revs
2018-04-13 21:51:00 -07:00
test-fb-hgext-fbhistedit-show-plan.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbhistedit-stop-obsolete.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fbhistedit-stop.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-fixcorrupt.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-fold-undo.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-generic-bisect.py
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-git-getmeta.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-githelp.t
extensions: enable githelp by default
2018-01-12 16:45:54 -08:00
test-fb-hgext-grepdiff.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-grpcheck.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-hiddenerror.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-infinitepush-backup-logging.t
infinitepush: move library-infinitepush.sh to infinitepush/library.sh
2018-01-10 10:44:15 -08:00
test-fb-hgext-infinitepush-backup-remotefilelog.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-infinitepush-backup-remotenames.t
infinitepush: move library-infinitepush.sh to infinitepush/library.sh
2018-01-10 10:44:15 -08:00
test-fb-hgext-infinitepush-backup-share.t
infinitepush: move library-infinitepush.sh to infinitepush/library.sh
2018-01-10 10:44:15 -08:00
test-fb-hgext-infinitepush-backup-sql.t
Preserve order of revisions after hg pullbackup
2018-04-13 21:51:05 -07:00
test-fb-hgext-infinitepush-backup-status.t
infinitepush: rename commands
2018-04-13 21:50:54 -07:00
test-fb-hgext-infinitepush-backup.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-infinitepush-bundlestore-short-hash.t
commit cloud: consider hidden revisions as well on hg up by default
2018-04-13 21:51:03 -07:00
test-fb-hgext-infinitepush-bundlestore.t
test-infinitepush-bundlestore: stabilize the tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-infinitepush-delscratchbookmarks.t
infinitepush: move some infinitepush tests from fb-hgext/tests to tests
2018-01-10 08:10:27 -08:00
test-fb-hgext-infinitepush-lfs.t
display inifinitepush pull time
2018-04-13 21:50:53 -07:00
test-fb-hgext-infinitepush-logging.t
infinitepush: move library-infinitepush.sh to infinitepush/library.sh
2018-01-10 10:44:15 -08:00
test-fb-hgext-infinitepush-pullback-obsolete.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-infinitepush-pullbackup.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-fb-hgext-infinitepush-remotefilelog.t
infinitepush: move some infinitepush tests from fb-hgext/tests to tests
2018-01-10 08:10:27 -08:00
test-fb-hgext-infinitepush-remotenames-public.t
display inifinitepush pull time
2018-04-13 21:50:53 -07:00
test-fb-hgext-infinitepush-remotenames.t
display inifinitepush pull time
2018-04-13 21:50:53 -07:00
test-fb-hgext-infinitepush-sql.t
infinitepush: move library-infinitepush.sh to infinitepush/library.sh
2018-01-10 10:44:15 -08:00
test-fb-hgext-infinitepush-update.t
infinitepush: move some infinitepush tests from fb-hgext/tests to tests
2018-01-10 08:10:27 -08:00
test-fb-hgext-inhibit.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-lfs-pointer.py.out
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-merge-conflictinfo.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-mergedriver.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-morecolors.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-morestatus.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-myparent.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-nointerrupt.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-obsshelve.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-ownercheck.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-p4fastimport-blobcommit-lfs.t
p4fastimport: optimize p4 syncimport
2018-04-13 21:51:04 -07:00
test-fb-hgext-p4fastimport-blobcommit.t
p4fastimport: optimize p4 syncimport
2018-04-13 21:51:04 -07:00
test-fb-hgext-p4fastimport-case-insensitive-rename.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-case-insensitivity.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-criss-cross.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-gitfusion-race-condition.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-badclient.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-badsymlink.t
p4fastimport: fix badsymlink test
2018-04-13 21:51:00 -07:00
test-fb-hgext-p4fastimport-import-branch.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-client-mapping.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-deletes.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-incremental.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-lfs-sqlite.t
p4fastimport: fix ignored executable bits
2018-04-13 21:50:54 -07:00
test-fb-hgext-p4fastimport-import-lfs.t
p4fastimport: fix ignored executable bits
2018-04-13 21:50:54 -07:00
test-fb-hgext-p4fastimport-import-modes.t
p4fastimport: fix ignored executable bits
2018-04-13 21:50:54 -07:00
test-fb-hgext-p4fastimport-import-parallel.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-replace-symlink.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import-special-characters.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-import.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-limit.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-p4fastimport-transaction.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-patchpython.py
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-patchrmdir.py
tests: move left over tests
2018-01-09 16:55:34 -08:00
test-fb-hgext-patchrmdir.py.out
tests: move left over tests
2018-01-09 16:55:34 -08:00
test-fb-hgext-perftweaks-remotenames.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-perftweaks.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-phabdiff.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-phabstatus.t
phabstatus: add two more tests showing unhandled errors
2018-04-13 21:51:07 -07:00
test-fb-hgext-phrevset-local.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-progressfile.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-pull-createmarkers-hide-later.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-pull-createmarkers.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-pushrebase-manifests.t
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-pushrebase-protection.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-pushrebase-remotenames.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-pushrebase.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-pushvars-remotenames.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-rage.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-remotefilelog-bad-configs.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-bgprefetch.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-blame.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-bundle2-legacy.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-bundle2.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-bundles.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-cacheprocess.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-clone-tree.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-clone.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-corrupt-cache.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-datapack.py
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-gc.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-gcrepack.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-histpack.py
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-http.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-keepset.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-lfs-prefetch.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-lfs.t
debugfilerevision: add a new debug command
2018-04-13 21:51:05 -07:00
test-fb-hgext-remotefilelog-linknodes.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-local.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-log.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-partial-shallow.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-permissions.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-prefetch.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-pull-noshallow.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-push-pull.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-repack-fast.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-repack.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-sparse.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-tags.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-treemanifest.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remotefilelog-wireproto.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-remoteid-print.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-reset-remotenames.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-reset.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sampling.t
hg: make sure blocked times logged during atexit handlers are logged
2018-04-13 21:51:06 -07:00
test-fb-hgext-scm-prompt-compat.t
scripts: move fb-hgext/scripts/ to contrib/
2018-01-09 16:22:02 -08:00
test-fb-hgext-scm-prompt-git.t
scripts: move fb-hgext/scripts/ to contrib/
2018-01-09 16:22:02 -08:00
test-fb-hgext-scm-prompt-hg.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-show.t
fbshow: add whitespace handling to hg show
2018-04-13 21:50:53 -07:00
test-fb-hgext-sigtrace.t
hg: add optional memory tracing to sigtrace
2018-04-13 21:51:04 -07:00
test-fb-hgext-simplecache.t
simplecache: allow debug output to be switched off
2018-04-13 21:50:55 -07:00
test-fb-hgext-smartlog-inhibit.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-smartlog-obsolete.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-smartlog-remotenames.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-smartlog-tweakdefaults.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-smartlog.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-sparse-clear.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-clone.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-diff.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-extensions.t
extensions: turn off simplecache in one test, update another
2018-04-13 21:50:55 -07:00
test-fb-hgext-sparse-import.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-merges.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-notsparse.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-profiles.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sparse-rebase.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-fb-hgext-sparse-verbose-json.t
fbsparse: add progress output for refresh
2018-04-13 21:51:04 -07:00
test-fb-hgext-sparse.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sshaskpass.py
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-sshaskpass.py.out
fb-hgext: move most of hgext3rd and related tests to core
2018-01-09 03:03:59 -08:00
test-fb-hgext-syncstatus.t
phabstatus: mock full graphql response
2018-04-13 21:51:07 -07:00
test-fb-hgext-template-stat.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-treedirstate-backup.t
testcodemod: clean up some "hgext3rd" references
2018-01-10 15:36:54 -08:00
test-fb-hgext-treedirstate-core.t
testcodemod: clean up some "hgext3rd" references
2018-01-10 15:36:54 -08:00
test-fb-hgext-treedirstate-nonnormalset.t
testcodemod: clean up some "hgext3rd" references
2018-01-10 15:36:54 -08:00
test-fb-hgext-treedirstate-race.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-treedirstate.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-treemanifest-autoconvert.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-backfill.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-blame.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-disabled.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-fastmanifest.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-infinitepush.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-noflat.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-peertopeer.t
hg: prefetch trees before producing changegroup
2018-04-13 21:51:01 -07:00
test-fb-hgext-treemanifest-prefetch.t
hg: move prefetch onto repo object
2018-04-13 21:51:01 -07:00
test-fb-hgext-treemanifest-pushrebase.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-repack.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest-server.t
hg: move prefetch onto repo object
2018-04-13 21:51:01 -07:00
test-fb-hgext-treemanifest-treeonly.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-treemanifest.t
codemod: drop hacks changing PYTHONPATH in tests
2018-04-13 21:51:00 -07:00
test-fb-hgext-tweakdefaults-blame.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-bookmarks.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-grep.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-histgrep.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-opawarecommands.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-tweakdefaults-ordering.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-pullrebaseffwd.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-pullrebaseremotenames.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-remotenames.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-revsets.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults-update.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-tweakdefaults.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-undo.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fb-hgext-update-i.t
fb-hgext: fix copied fb-hgext tests
2018-01-09 03:06:09 -08:00
test-fb-hgext-whereami.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-fetch.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-filebranch.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-filecache.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-filecache.py.out
scmutil: add file object wrapper class to check ambiguity at closing
2016-09-22 21:51:57 +09:00
test-filelog.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-filelog.py.out
test-fileset-generated.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-fileset.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-flagprocessor.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-flags.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-fncache.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-gendoc-da.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-de.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-el.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-fr.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-it.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-ja.t
tesst_: fix test-gendoc-ja.t
2018-01-09 05:40:37 -08:00
test-gendoc-pt_BR.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-ro.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-ru.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-sv.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-zh_CN.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc-zh_TW.t
tests: splitting test-gendoc.t into per file tests
2016-01-06 20:45:50 +00:00
test-gendoc.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-generaldelta.t
perftweaks: fold isgooddelta tweak into core
2018-04-13 21:50:53 -07:00
test-getbundle.t
debugcommands: stabilize output of debugbundle by having a custom repr
2017-08-22 23:11:35 -04:00
test-git-export.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-gitlookup-infinitepush.t
infinitepush: move library-infinitepush.sh to infinitepush/library.sh
2018-01-10 10:44:15 -08:00
test-globalopts.t
simplecache: enable by default
2018-04-13 21:50:55 -07:00
test-glog-topological.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-glog.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-gpg.t
test-gpg: start gpg-agent by gpg-connect-agent only if GnuPG v2.1+ detected
2016-08-29 22:59:39 +09:00
test-graft.t
Improve backout default message
2018-04-13 21:50:58 -07:00
test-grep.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-hardlinks.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-help.t
help: don't crash when trying to display help for disabled commands
2018-04-13 21:51:06 -07:00
test-hg-parseurl.py
test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl
2016-04-05 23:18:52 +09:00
test-hg-parseurl.py.out
test-hggit-bookmark-workflow.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-branch-bookmark-suffix.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-clone.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-conflict-1.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-hggit-conflict-2.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-hggit-convergedmerge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-hggit-empty-working-tree.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-encoding.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-extra.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-file-removal.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-git-clone.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-git-submodules.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-git-tags.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-git-workflow.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-gitignore.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-help.t
tests: fix for D6717635
2018-01-12 16:58:28 -08:00
test-hggit-hg-author.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-hg-branch.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-hg-tags-invalid.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-hg-tags.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-http.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-illegal-contents.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-incoming.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-keywords.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-merge.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-octopus.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-outgoing.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-pull-after-strip.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-pull.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-push-r.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-hggit-push.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-renames.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-subrepos.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-timezone.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-tree-decomposition.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-url-parsing.py
tests: fix lint error in test
2018-01-16 09:25:50 -08:00
test-hggit-url-parsing.py.out
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hggit-verify-fail.t
hggit: internalize extension
2018-01-09 06:08:01 -08:00
test-hghave.t
tests_: don't rebuild the project in test-hghave.t
2018-01-16 04:08:46 -08:00
test-hgignore.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-hgk.t
test-hgrc.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-hgsql-bundle2.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-bundlerepo.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-corruption.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-encoding.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-filenames.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-lfs-sync.t
test-hgsql-lfs-sync: update lfs config
2018-04-13 21:50:57 -07:00
test-hgsql-linkrevs.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-local-commands.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-metrics.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-profiler.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-pushpull.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-pushrebase.t
testcodemod: clean up some "hgext3rd" references
2018-01-10 15:36:54 -08:00
test-hgsql-race-conditions.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-requires.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-sqlverify.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-strip.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-sync.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-transaction-restrictions.t
hgsql: integrate with hg-crew
2018-01-04 07:22:19 -08:00
test-hgsql-treemanifest.t
hg: fix hgsql treemanifest test
2018-04-13 21:50:57 -07:00
test-hgsubversion-binaryfiles.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-diff.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-externals.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-branches.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-command-regexes.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-command.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-dir-removal.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-exec.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-mappings.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-mappings.py.out
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-renames.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-symlinks.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-fetch-truncated.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-helpers.py
hgsubversion: do not mess up with sys.path
2018-04-13 21:50:54 -07:00
test-hgsubversion-hooks.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-pull-fallback.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-pull.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-pull.py.out
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-push-autoprops.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-push-command.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-push-command.py.out
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-push-dirs.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-push-eol.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-push-renames.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-revmap-migrate.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-single-dir-clone.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-single-dir-push.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-svn-pre-commit-hooks.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-svnwrap.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-tags.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-template-keywords.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-template-keywords.py.out
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-unaffected-core.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-urls.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-utility-commands.py
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgsubversion-utility-commands.py.out
hgsubversion: migrate all the tests to silentrunner
2018-01-17 03:23:44 -08:00
test-hgweb-annotate-whitespace.t
test-hgweb-annotate-whitespace: make test compatible with chg
2017-10-16 13:06:33 -07:00
test-hgweb-auth.py
python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>)
2017-08-22 20:06:58 -04:00
test-hgweb-auth.py.out
test-hgweb-bundle.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-hgweb-commands.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-hgweb-csp.t
serve: make tests compatible with chg
2017-10-04 18:39:26 -07:00
test-hgweb-descend-empties.t
hgweb: call process_dates() via DOM event listener
2017-01-10 20:47:48 -08:00
test-hgweb-diffs.t
merge with stable
2017-12-19 16:27:24 -05:00
test-hgweb-empty.t
hgweb: stop using HTML comments in <script>
2017-12-15 12:15:58 +08:00
test-hgweb-filelog.t
context: start walking from "introrev" in blockancestors()
2017-04-20 21:40:28 +02:00
test-hgweb-json.t
tests: fix for D6717635
2018-01-12 16:58:28 -08:00
test-hgweb-no-path-info.t
tests: fix simple heredoc print statements to work on Py3
2017-06-15 13:32:32 -04:00
test-hgweb-no-request-uri.t
tests: fix simple heredoc print statements to work on Py3
2017-06-15 13:32:32 -04:00
test-hgweb-non-interactive.t
tests: fix simple heredoc print statements to work on Py3
2017-06-15 13:32:32 -04:00
test-hgweb-raw.t
test-hgweb-removed.t
hgweb: call process_dates() via DOM event listener
2017-01-10 20:47:48 -08:00
test-hgweb-symrev.t
hgweb: link to raw-file on annotation page (BC)
2016-12-28 15:48:17 -07:00
test-hgweb.t
gitweb: preserve whitespace in description
2017-07-17 15:54:15 -07:00
test-hgwebdir-paths.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-hgwebdir.t
hgwebdir: allow a repository to be hosted at "/"
2017-03-31 23:00:41 -04:00
test-hgwebdirsym.t
test-highlight.t
hgweb: add HTML elements to control whitespace settings for annotate
2017-09-30 09:01:36 +01:00
test-histedit-arguments.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-histedit-base.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-histedit-bookmark-motion.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-histedit-commute.t
histedit: preserve active branch while histediting
2017-12-12 18:22:11 +01:00
test-histedit-drop.t
histedit: use single quotes in use warning
2016-09-20 23:45:25 +00:00
test-histedit-edit.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-histedit-fold-non-commute.t
histedit: list action when intervention is required
2015-12-23 08:57:04 +00:00
test-histedit-fold.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-histedit-no-change.t
histedit: list action when intervention is required
2015-12-23 08:57:04 +00:00
test-histedit-non-commute-abort.t
merge: save merge part labels for later reuse
2016-03-19 18:37:10 -07:00
test-histedit-non-commute.t
histedit: make check for unresolved conflicts explicit (issue5545)
2017-04-20 17:18:08 -07:00
test-histedit-obsolete.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-histedit-outgoing.t
histedit: removing the experimental config 'histeditng'
2017-10-05 21:56:25 +00:00
test-histedit-templates.t
histedit: add support to output nodechanges using formatter
2017-10-28 19:03:23 +05:30
test-hook.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-http-bad-server.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-http-branchmap.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-http-bundle1.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-http-clone-r.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-http-protocol.t
serve: make tests compatible with chg
2017-10-04 18:39:26 -07:00
test-http-proxy.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-http.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-https.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-hybridencode.py
py3: use print_function in test-hybridencode.py
2016-04-04 02:58:53 +03:00
test-hybridencode.py.out
test-i18n.t
hghave: add normal-layout feature
2018-04-13 21:51:02 -07:00
test-identify.t
identify: provide changectx to templater
2017-06-26 09:37:16 +09:00
test-impexp-branch.t
tests: update test-impexp-branch to pass our import checker
2017-08-22 15:51:37 -04:00
test-import-bypass.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-import-context.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-import-eol.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-import-git.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-import-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-import-unknown.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-import.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-imports-checker.t
import-checker: allow relative import a module being checked
2017-08-28 13:43:25 -07:00
test-incoming-outgoing.t
outgoing: respect ":pushurl" paths (issue5365)
2017-12-14 15:03:55 -08:00
test-inherit-mode.t
tests: update test-inherit-mode to pass our import checker
2017-08-22 17:15:09 -04:00
test-init.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-install.t
hgsubversion: move its help text to mercurial/help
2018-04-13 21:51:02 -07:00
test-issue522.t
Improve backout default message
2018-04-13 21:50:58 -07:00
test-issue586.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-issue612.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-issue619.t
urls: bulk-change BTS urls to new location
2015-09-30 15:31:07 -05:00
test-issue660.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-issue672.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-issue842.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-issue1089.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-issue1102.t
test-issue1175.t
tests: update bugzilla link in test-issue1175.t
2016-08-04 19:51:03 +08:00
test-issue1306.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-issue1438.t
urls: bulk-change BTS urls to new location
2015-09-30 15:31:07 -05:00
test-issue1502.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-issue1802.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-issue1877.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-issue1993.t
test-issue2137.t
urls: bulk-change BTS urls to new location
2015-09-30 15:31:07 -05:00
test-issue4074.t
tests: clean up many print statements to be print functions instead
2017-06-15 14:22:25 -04:00
test-journal-exists.t
test-journal-share.t
tests: avoid quoting of commit messages for test portability
2016-10-30 06:15:09 +09:00
test-journal.t
journal: add dirstate tracking
2016-07-11 13:39:24 +01:00
test-known.t
test-lfs-bundle.t
revlog: calculate rawsize correctly when applying deltas
2018-04-13 21:51:06 -07:00
test-lfs-pointer.py
lfs: import the Facebook git-lfs client extension
2017-11-14 00:06:23 -05:00
test-lfs-pointer.py.out
lfs: import the Facebook git-lfs client extension
2017-11-14 00:06:23 -05:00
test-lfs-test-server.t
lfs: use sortdict to stablize tests
2018-04-13 21:51:04 -07:00
test-lfs.t
revlog: do not use delta for lfs revisions
2018-04-13 21:51:05 -07:00
test-linelog-edits.py
cython: move extensions to better places
2018-01-09 10:50:46 -08:00
test-linerange.py
mdiff: add a "blocksinrange" function to filter diff blocks by line range
2017-01-03 18:15:58 +01:00
test-linkrevcache-linkrevdb.py
testcodemod: clean up some "hgext3rd" references
2018-01-10 15:36:54 -08:00
test-linkrevcache.t
tests: move left over tests
2018-01-09 16:55:34 -08:00
test-locate.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-lock-badness.t
py3: make sure commands name are bytes in tests
2017-06-25 08:20:05 +05:30
test-lock.py
python3: replace im_{self,func} with __{self,func}__ globally
2017-10-14 12:02:15 -04:00
test-log-exthook.t
tests: update test-log-exthook to pass our import checker
2017-08-22 16:58:13 -04:00
test-log-linerange.t
test-log-linerange: open binary file in binary mode
2017-10-20 21:29:15 -04:00
test-log.t
hghave: add normal-layout feature
2018-04-13 21:51:02 -07:00
test-logexchange.t
remotenames: rename related file and storage dir to logexchange
2017-12-07 00:26:45 +05:30
test-logtoprocess.t
configitems: register the test 'logtoprocess.foo' config
2017-10-13 23:46:37 +02:00
test-lrucachedict.py
util: properly implement lrucachedict.get()
2016-08-22 20:30:37 -07:00
test-lrucachedict.py.out
lrucachedict: add copy method
2015-12-30 13:10:53 -08:00
test-lz4revlog.t
test-lz4revlog: skip if lz4 module is unavailable
2018-01-08 15:28:27 -08:00
test-mac-packages.t
osx: new script for generating OS X package versions
2017-07-24 20:38:09 -04:00
test-mactext.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-manifest-merging.t
test-manifest.py
treemanifest: add walksubtrees api
2017-04-10 13:07:47 -07:00
test-manifest.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-manifestv2.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-match.py
match: override visitdir() in nevermatcher to return False
2017-07-19 14:50:50 -07:00
test-merge1.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge4.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge5.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge6.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge7.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge8.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge9.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge10.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-changedelete.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-closedheads.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-commit.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-criss-cross.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-default.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-force.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-halt.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-internal-tools-pattern.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-local.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-remove.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-revert2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-revert.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-subrepos.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-symlinks.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-tools.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-merge-types.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-minirst.py
tests: stop direct symbol import of pprint.pprint in tests-minirst
2016-04-05 23:22:38 +09:00
test-minirst.py.out
minirst: change hgrole to use single quotes
2016-01-12 06:03:36 +00:00
test-mq-eol.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-git.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-guards.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-header-date.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-header-from.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-merge.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-missingfiles.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-pull-from-bundle.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qclone-http.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qdelete.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qdiff.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qfold.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qgoto.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qimport-fail-cleanup.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qimport.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qnew.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qpush-exact.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qpush-fail.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qqueue.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qrefresh-interactive.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qrefresh-replace-log-message.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qrefresh.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qrename.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-qsave.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-safety.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-subrepo-svn.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-subrepo.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq-symlinks.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-mq.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-mv-cp-st-diff.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-nested-repo.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-newbranch.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-newcgi.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-newercgi.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-no-symlinks.t
tests: update output for no-symlink platforms
2017-10-15 16:57:34 -04:00
test-notify-changegroup.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-notify.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-obsmarker-template.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-obsolete-bounds-checking.t
config: use 'experimental.evolution.exchange'
2017-09-28 21:07:58 +01:00
test-obsolete-bundle-strip.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-obsolete-changeset-exchange.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-obsolete-checkheads.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-obsolete-distributed.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-obsolete-divergent.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-obsolete-tag-cache.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-obsolete.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-oldcgi.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-origbackup-conflict.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-pager-legacy.t
mq: copy pager attributes back to qrepo.ui
2017-10-21 13:42:43 +09:00
test-pager.t
test-pager: make the test compatible with chg
2017-10-16 17:41:37 -07:00
test-parents.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-parse-date.t
Improve backout default message
2018-04-13 21:50:58 -07:00
test-parseindex2.py
hghave: add normal-layout feature
2018-04-13 21:51:02 -07:00
test-parseindex2.py.out
test-parseindex.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-patch-offset.t
cleanup: use $PYTHON to run python in many more tests
2017-06-20 09:45:02 -04:00
test-patch.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-patchbomb-bookmark.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-patchbomb-tls.t
sslutil: inform the user about how to fix an incomplete certificate chain
2017-07-12 18:37:13 -04:00
test-patchbomb.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-pathconflicts-basic.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-pathconflicts-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-pathconflicts-update.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-pathencode.py
tests: use int() instead of long() in test-pathencode.py
2017-09-16 11:48:05 -04:00
test-paths.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-pending.t
test-permissions.t
tests: avoid tests related to directory permission if running with fsmonitor
2017-07-13 03:17:59 +09:00
test-phases-exchange.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-phases.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-profile.t
hghave: add normal-layout feature
2018-04-13 21:51:02 -07:00
test-progress.t
tests: clear __pycache__ for PyPy compatibility (issue5638) (issue5642)
2017-08-02 22:04:02 +09:00
test-propertycache.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-propertycache.py.out
test-pull-branch.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-pull-http.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-pull-permission.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-pull-pull-corruption.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-pull-r.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-pull-update.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-pull.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-purge.t
tests: replace yet more calls to python
with $PYTHON
2017-07-05 11:10:11 -05:00
test-push-cgi.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-partial-C1.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-partial-C2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-partial-C3.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-partial-C4.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B1.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B3.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B4.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B5.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B6.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B7.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-pruned-B8.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A1.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A3.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A4.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A5.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A6.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A7.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-superceed-A8.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D1.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D3.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D4.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D5.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D6.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-checkheads-unpushed-D7.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-http-bundle1.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-http.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-race.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push-warn.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-push.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-pushrebase-fastmanifest.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-pushrebase-withmerges.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-pushvars.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-py3-commands.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-qrecord.t
mdiff: add a --ignore-space-at-eol option
2017-08-29 18:20:50 -07:00
test-rebase-abort.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-base-flag.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-bookmarks.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-brute-force.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-cache.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-check-restore.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-collapse.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-conflicts.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-dest.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-detach.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-emptycommit.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-inmemory.t
rebase: fix experimental.inmemorydisallowedpaths
2018-04-13 21:51:03 -07:00
test-rebase-interruptions.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-issue-noparam-single-rev.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-legacy.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-mq-skip.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-mq.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-named-branches.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-newancestor.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-obsolete.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-parameters.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-partial.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-pull.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-rename.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rebase-scenario-global.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebase-templates.t
rebase: add support to output nodechanges
2017-10-18 04:31:46 +05:30
test-rebase-transaction.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rebuildstate.t
py3: make sure commands name are bytes in tests
2017-06-25 08:20:05 +05:30
test-record.t
mdiff: add a --ignore-space-at-eol option
2017-08-29 18:20:50 -07:00
test-releasenotes-formatting.t
releasenotes: add custom admonitions support for release notes
2017-07-18 23:04:08 +05:30
test-releasenotes-merging.t
releasenotes: add similarity check function to compare incoming notes
2017-08-05 05:25:36 +05:30
test-releasenotes-parsing.t
releasenotes: add similarity check function to compare incoming notes
2017-08-05 05:25:36 +05:30
test-relink.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-remotenames-basic.t
hggit: skip, not fail a test if dulwich is missing
2018-04-13 21:50:54 -07:00
test-remotenames-bookmarks.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-convert.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-http.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-journal.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-namespaces.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-paths.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-pull-rebase.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-push.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-pushto-pathandname.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-pushto.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-remotenames-schemes.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-selective-pull.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-remotenames-shared-repo.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-strip.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-tracking.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-remotenames-transition.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-update.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remotenames-with-aliases.t
remotenames: move tests to the tests directory
2018-01-03 06:15:47 -08:00
test-remove.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-rename-after-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rename-dir-merge.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rename-merge1.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-rename-merge2.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-rename.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-repair-strip.t
tests: fix simple heredoc print statements to work on Py3
2017-06-15 13:32:32 -04:00
test-repo-compengines.t
localrepo: experimental support for non-zlib revlog compression
2017-01-13 20:16:56 -08:00
test-requires.t
tests: update test-requires to pass our import checker
2017-08-22 16:59:17 -04:00
test-resolve.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-revert-flags.t
test-revert-interactive.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-revert-unknown.t
test-revert.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-revlog-ancestry.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-revlog-ancestry.py.out
test-revlog-group-emptyiter.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-revlog-mmapindex.t
py3: pass bytes from extension to ui.write() in test-revlog-mmapindex.t
2017-12-11 05:26:46 +05:30
test-revlog-packentry.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-revlog-raw.py
revlog: do not use delta for lfs revisions
2018-04-13 21:51:05 -07:00
test-revlog-raw.py.out
revlog: make _addrevision only accept rawtext
2017-03-30 18:38:03 -07:00
test-revlog-v2.t
test-revlog.t
pypy: fix overeager pattern matching on mpatchError
2016-04-05 10:59:46 +03:00
test-revset2.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-revset-dirstate-parents.t
parser: stabilize output of prettyformat() by using byte-safe repr()
2017-09-03 21:17:25 +09:00
test-revset-outgoing.t
outgoing: respect ":pushurl" paths (issue5365)
2017-12-14 15:03:55 -08:00
test-revset.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-rollback.t
configitems: register the test 'ui.ioerrors' config
2017-10-11 04:33:00 +02:00
test-run-tests.py
run-tests: accept '\' vs '/' path differences without '(glob)'
2017-12-10 00:16:11 -05:00
test-run-tests.t
run-tests: exit 80 if all tests are skipped
2018-04-13 21:51:02 -07:00
test-schemes.t
test-serve.t
test-serve: add missing globs
2016-07-15 12:34:15 -04:00
test-setdiscovery.t
setdiscover: allow to ignore part of the local graph
2017-12-06 22:44:51 +01:00
test-share-unshare.t
share: fix hg unshare
2018-04-13 21:50:53 -07:00
test-share.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-shelve.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-show-stack.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-show-work.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-show.t
show: use consistent (and possibly shorter) node lengths
2017-09-13 21:15:46 -07:00
test-simple-update.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-simplekeyvaluefile.py
tests: make test-simplekeyvaluefile.py py2.6-compatible
2017-03-22 11:26:23 -07:00
test-simplemerge.py
tests: make test-simplemerge use absolute_import
2016-04-16 02:59:36 +05:30
test-simplemerge.py.out
test-single-head.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-ssh-bundle1.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-ssh-clone-r.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-ssh.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-sshserver.py
sshserver: add a couple of tests for argument parsing
2018-04-13 21:50:54 -07:00
test-static-http.t
statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717)
2017-10-25 21:58:03 +09:00
test-status-color.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-status-inprocess.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-status-inprocess.py.out
test-status-rev.t
test-status-rev: conditionalize output instead of tests
2017-07-08 18:46:43 -04:00
test-status-terse.t
tests: rename test-terse-status.t to test-status-terse.t
2017-08-28 15:06:34 -07:00
test-status.t
test-status: glob fixes for Windows
2017-06-16 20:35:45 -04:00
test-strict.t
tests: fix for D6717635
2018-01-12 16:58:28 -08:00
test-strip-cross.t
test-strip.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-subrepo-git.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-subrepo-missing.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-subrepo-paths.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-subrepo-recursion.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-subrepo-relative-path.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-subrepo-svn.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-subrepo.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-symlink-os-yes-fs-no.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-symlink-os-yes-fs-no.py.out
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-symlink-placeholder.t
test-symlinks.t
test-tag.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-tags.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-template-engine.t
template: rename troubles templatekw into instabilities
2017-08-02 11:32:25 +02:00
test-tools.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-transplant.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-treediscovery-legacy.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-treediscovery.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-treemanifest.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-trusted.py
configitems: adds a developer warning when accessing undeclared configuration
2017-10-16 17:41:27 +02:00
test-trusted.py.out
config: honour the trusted flag in ui.configbytes
2017-03-12 11:43:31 -07:00
test-ui-color.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-ui-color.py.out
test-ui-config.py
configitems: adds a developer warning when accessing undeclared configuration
2017-10-16 17:41:27 +02:00
test-ui-config.py.out
test-ui-verbosity.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-ui-verbosity.py.out
test-unbundlehash.t
tests: use 'legacy.exchange' option in various bundle1 tests
2016-08-03 15:34:03 +02:00
test-uncommit.t
drawdag: inline drawdag
2018-04-13 21:50:59 -07:00
test-unified-test.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-unionrepo.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-unrelated-pull.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-up-local-change.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-update-branches.t
test-helpers: add a helper to run test using chg
2018-04-13 21:50:54 -07:00
test-update-dest.t
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
2017-10-12 09:39:50 +02:00
test-update-issue1456.t
test-update-names.t
merge: disable path conflict checking by default (issue5716)
2017-10-24 11:15:30 -07:00
test-update-reverse.t
perftweaks: move commit head detection removal logic to core
2018-04-13 21:50:52 -07:00
test-upgrade-repo.t
largefiles: remove the extension
2018-01-17 11:50:44 -08:00
test-url-rev.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-url.py
sslutil: synchronize hostname matching logic with CPython
2016-06-26 19:34:48 -07:00
test-username-newline.t
commit: don't let failed commit with --addremove update dirstate (issue5645)
2017-07-31 14:54:57 -07:00
test-verify-repo-operations.py
tests: make test-verify-repo-operations.py not run by default
2016-03-11 11:44:03 -08:00
test-verify-skipmanifests.t
hg: fastverify: unify and fold into core
2018-04-13 21:51:03 -07:00
test-verify.t
Backed out changeset 4dd462c5c1c3
2018-01-03 05:35:56 -08:00
test-walk.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-walkrepo.py
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22 14:35:10 +09:00
test-websub.t
test-win32text.t
tests: remove (glob) annotations that were only for '\' matches
2017-12-10 22:50:57 -05:00
test-wireproto.py
wireproto: use new peer interface
2017-08-10 20:58:28 -07:00
test-wireproto.py.out
test-wireproto.t
tests: quote $PYTHON for Windows
2017-07-07 01:05:20 -04:00
test-worker.t
py3: make sure commands name are bytes in tests
2017-06-25 08:20:05 +05:30
test-xdg.t
tinyproxy.py
test-http-proxy: redirect proxy stdout to /dev/null
2017-06-19 21:53:54 -04:00
unittestify.py
unittestify: randomize HGPORT
2018-04-13 21:51:04 -07:00
waitforfile.py
fastmanifest: move fastmanifest tests from fb-hgext/tests to tests/
2018-01-09 14:21:39 -08:00