sapling/tests
Durham Goode dab12d9939 remotefilelog: test for bad ancestor traversal
Summary:
Adds a test that demonstrates a bug in our ancestor traversal logic.
The test requires very particular circumstances:

Assuming a file x was modified to x' then renamed to z:

1. The rename is required because the bug is in keeping track of the copy source name
2. Version x' must be in the same pack as version z, because the bug is in the
logic that traverses a single packs history.
3. Version x must be in a different pack than x' and z, because the bug is about
trying to look up version x after having lost track of the correct name when
going from z to z'.
4. We must be using rust historypacks, because that implementation attempts to
traverse the entire history within the pack, while the python implementation
stops at renames.

Reviewed By: kulshrax

Differential Revision: D13332458

fbshipit-source-id: b01d09fb8ebd27414e4f6dba06a6d0b1f26ac13c
2018-12-06 11:07:21 -08:00
..
blacklists run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
bundles discovery: test coverage for issue4438 / 475a22a41c55 / a720a37e15a3 2014-11-06 01:48:29 +01:00
comprehensive codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
fixtures codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
gpg tests: stop tracking tests/gpg/random_seed 2014-01-20 01:29:54 +01:00
hggit mq: remove the extension 2018-07-30 08:49:26 -07:00
hgsql localrepo: split vfs into localvfs and sharedvfs 2018-09-28 07:23:00 -07:00
infinitepush tests: refactor scripts for connecting to the database 2018-07-23 18:53:14 -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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
autodiff.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
badserverext.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
binfile.bin
bitmanipulation_tests.cpp hg: disable check-code tests for C code 2018-06-05 19:21:43 -07:00
blackbox-readonly-dispatch.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
bruterebase.py localrepo: split vfs into localvfs and sharedvfs 2018-09-28 07:23:00 -07:00
bundlerepologger.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 test-fileset: fix the test on Windows 2018-09-11 18:06:12 -07:00
conduithttp.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
copytrace.sh fb-hgext: move most of hgext3rd and related tests to core 2018-01-09 03:03:59 -08:00
crashgetbundler.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
dummyext1.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
dummyext2.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
dummysmtpd.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
dummyssh Enable batch mode for SSH during background pushbackup 2018-04-13 21:51:21 -07:00
f tests: update f helper script to work on Python 3 2017-09-18 13:37:32 -04:00
failfilemerge.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
fake-biggrep-client.py hg: fixup biggrep implementation 2018-10-30 19:13:56 -07:00
fakedate.py commitcloud: omit older commits when pulling during sync 2018-11-15 12:16:19 -08:00
fakedirstatewritetime.py treestate: move treedirstate to core 2018-10-10 03:53:20 -07:00
fakemergerecord.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
fakepatchtime.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
filterpyflakes.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
flagprocessorext.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
generate-working-copy-states.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
get-with-headers.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
getflogheads.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 helpers-testrepo: fix the script 2018-09-12 16:44:27 -07:00
helpers-usechg.sh tests: fix helpers-usechg.sh 2018-05-11 16:20:55 -07:00
heredoctest.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
hghave hghave: silence future pyflakes warning of unused import 2016-05-15 10:40:26 +09:00
hghave.py debugcrdump: add --nobinary flag to avoid dumping binaries 2018-11-09 08:50:37 -08:00
hgterm.ti
hgweberror.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
histedit-helpers.sh tests: histedit-helpers fixbundle should not complain about no input 2015-12-14 22:21:30 +00:00
hypothesishelpers.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
killdaemons.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
library.sh loose files: packing loose files for local data 2018-08-20 04:34:48 -07:00
list-tree.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
lockdelay.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
lockfail.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
logexceptions.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
ls-l.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
md5sum.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
missing-comment.hg histedit: new extension for interactive history editing 2012-06-27 17:52:54 -05:00
mockblackbox.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
mocktime.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
notcapable ui: use Rust config parser in Mercurial 2018-08-23 17:52:52 -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 codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
progresstest.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
pushrebase_replay_schema.sql record updated onto rev 2018-11-12 04:17:37 -08:00
readlink.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
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 codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
revnamesext.py namespaces: remove redundant name specification in namespace object 2018-09-13 13:59:38 -07:00
run-tests.py hgbuild: run all tests with hg.rust rather than with python-based hg 2018-11-22 07:41:41 -08:00
seq.py tests: make seq.py output Unix line endings everywhere 2018-06-26 13:05:11 -07:00
setconfig.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
silenttestrunner.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
sitecustomize.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
sortdictfilter.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
stresstest-atomicreplace.py windows: implement a more atomic rename/replace 2018-11-07 10:37:23 -08:00
stresstest-condint.py windows: implement a more atomic rename/replace 2018-11-07 10:37:23 -08:00
svn-safe-append.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
svnxml.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test_hgsubversion_util.py hgsubversion: support resolving revset string with prefix 'r' during tests 2018-11-06 16:42:11 -08:00
test-abort-checkin.t error: get Abort from 'error' instead of 'util' 2015-10-08 12:55:45 -07:00
test-absorb-edit-lines.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-absorb-phase.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-absorb-rename.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-absorb-strip.t absorb: use ngettext for message plurals 2018-11-06 03:19:01 -08:00
test-absorb.t absorb: use ngettext for message plurals 2018-11-06 03:19:01 -08:00
test-add.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-addremove-similar.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-addremove.t remotefilelog: before creating filenode, check in manifest if the file exists 2018-04-13 21:51:12 -07:00
test-alias-circular.t alias: make resolution unaffected by definition order 2018-08-21 12:06:18 -07:00
test-alias.t commands: update help summary text 2018-11-07 19:59:47 -08:00
test-amend-fold.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-hiddenoverride.t uncommit: move to core 2018-10-30 08:00:05 -07:00
test-amend-hide.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-metaedit.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-next.t commands: update help summary text 2018-11-07 19:59:47 -08:00
test-amend-nextrebase.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-amend-noinhibit.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-previous.t commands: update help summary text 2018-11-07 19:59:47 -08:00
test-amend-rebase.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-restack-auto.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-amend-restack-divergence.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-restack-multidest.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-amend-restack-obsolete.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-restack.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-amend-split.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-subrepo.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-amend-template.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-to.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-amend-userestack.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend.t cmdutil: remove amend message template 2018-11-05 06:28:03 -08:00
test-ancestor.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-ancestor.py.out test-ancestor: add a test for ancestor with ancestry within the initset 2014-08-30 11:39:15 +02:00
test-annotate.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-annotate.t tests: run watchman tests in CI 2018-06-20 19:35:31 -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 ui: deprecate ui.progress 2018-04-13 21:51:34 -07:00
test-atomictempfile.py Format with black 18.9b0 2018-10-01 07:21:42 -07: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 config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-backout.t summary: remove branch related logic 2018-08-23 17:35:01 -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 run-tests: do not set lfs.usercache 2018-07-27 20:06:07 -07:00
test-batching.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-batching.py.out wireproto: overhaul iterating batcher code (API) 2017-08-09 23:29:30 -07:00
test-bdiff.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07: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-sparse.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-bisect.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-blackbox.t mq: remove the extension 2018-07-30 08:49:26 -07:00
test-bookmark-strip.t tweakdefaults: move book -D to core 2018-10-15 10:34:00 -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 mq: remove the extension 2018-07-30 08:49:26 -07:00
test-bookmarks-rebase.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-bookmarks-strip.t mq: remove the extension 2018-07-30 08:49:26 -07:00
test-bookmarks.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-bookmarkstore.py bookmarkstore: fix the logic to malform store in tests 2018-11-30 05:28:21 -08: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-branches.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-bundle2-exchange.t locks: make sure debuglocks knows about malformed locks and undolog lock 2018-04-17 17:42:26 -07:00
test-bundle2-format.t hg: remove bundlev1 from the supported outgoing versions 2018-04-13 21:51:53 -07:00
test-bundle2-multiple-changegroups.t txnutil: add HG_SHAREDPENDING and trysharedpending 2018-09-28 07:23:00 -07:00
test-bundle2-pushback.t tests: fold tglog into tinit; standardize 2018-08-16 10:53:43 -07:00
test-bundle2-remote-changegroup.t hg: use repo.localvfs instead of repo.vfs 2018-09-28 07:23:00 -07: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 hg: remove bundlev1 from the supported outgoing versions 2018-04-13 21:51:53 -07: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 treestate: enable by default 2018-07-27 18:04:56 -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 treestate: migrate old config items 2018-07-31 17:04:50 -07:00
test-casefolding.t osx_tests: fix casefolding test 2018-08-01 09:50:10 -07:00
test-cat.t tests: remove (glob) annotations that were only for '\' matches 2017-12-10 22:50:57 -05: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 tests cut test-check-clang-format.t from 1.2m to 5s 2018-07-06 17:27:25 -07:00
test-check-code.t rust: reinvent Python's threading.Condition 2018-10-25 13:12:00 -07:00
test-check-config.t hg: fixup biggrep implementation 2018-10-30 19:13:56 -07:00
test-check-execute.t entrypoint: add missing "#!" header 2018-09-12 16:44:28 -07:00
test-check-fix-code.t tests: add a test-check test that runs fix-code.py 2018-11-15 18:54:06 -08:00
test-check-help.t check-help: don't write to the repo root 2018-07-25 16:37:18 -07:00
test-check-interfaces.py Upgrade to 18.5b1 2018-05-30 02:23:58 -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-shbang.t hg: remove facebook-hg-rpms related code 2018-04-13 21:51:20 -07:00
test-chg.t chg: show timestamp with debug messages 2017-09-23 14:58:40 -07:00
test-churn.t spelling: trivial spell checking 2015-10-17 00:58:46 +02:00
test-clienttelemetry.t clienttelemetry: announce remote hostname only when stderr is a tty 2018-04-13 21:51:54 -07:00
test-clone-cgi.t hg: allow bundle1 for hg web tests 2018-04-13 21:51:53 -07: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 tests: fix test-clone-uncompressed.t 2018-04-27 10:00:40 -07: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 lock: suggest running debugprocesstree to figure out what's blocking 2018-08-22 21:35:19 -07:00
test-clonebundles.t hg: remove test dependency on bundle1 2018-04-13 21:51:53 -07:00
test-command-template2.t templater: add "ifgt" function 2018-05-22 19:51:52 -07:00
test-command-template.t configparser: permit spaces in more cases 2018-09-12 12:05:32 -07:00
test-commandserver.t commands: update help summary text 2018-11-07 19:59:47 -08:00
test-commit-amend-reuse-rawfctx.t filecommit: add a fast path to reuse raw revision data 2018-07-27 20:06:07 -07:00
test-commit-amend.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-commit-interactive-curses.t crecord: fix line number in hunk header 2018-11-08 12:34:36 -08:00
test-commit-interactive.t record: move extension into core 2018-10-12 11:16:46 -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-reuse.t tweakdefaults: move commit -M to core 2018-10-15 10:34:00 -07:00
test-commit-revive.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-commit-unresolved.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 uncommit: move to core 2018-10-30 08:00:05 -07:00
test-config-configfile.t hg: add --configfile global option 2018-04-13 21:51:31 -07:00
test-config.t hg tests: fix test-config.t after upgrading pest and adding EOI to grammar 2018-10-09 05:11:14 -07:00
test-configparser.t test-configparser: fix failure on Windows 2018-08-10 18:25:21 -07:00
test-conflict.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 context: fix sanity check in metadataonlyctx 2018-07-27 02:49:19 -07:00
test-context.py filecommit: add a fast path to reuse raw revision data 2018-07-27 20:06:07 -07:00
test-context.py.out filecommit: add a fast path to reuse raw revision data 2018-07-27 20:06:07 -07:00
test-contrib-check-code.t tests: make check-code.py output in a sortable way, and sort it 2018-07-02 23:50:57 -07:00
test-contrib-perf.t help: new default help 2018-10-15 09:37:18 -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 mq: remove the extension 2018-07-30 08:49:26 -07:00
test-convert-git.t ui: deprecate ui.progress 2018-04-13 21:51:34 -07: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 mq: remove the extension 2018-07-30 08:49:26 -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 ui: deprecate ui.progress 2018-04-13 21:51:34 -07:00
test-convert-svn-move.t ui: deprecate ui.progress 2018-04-13 21:51:34 -07:00
test-convert-svn-sink.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 help: new default help 2018-10-15 09:37:18 -07:00
test-copy-move-merge.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-copy.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-copytrace-heuristics.t shelve: fix tests that rely on traditional shelve 2018-10-12 06:30:04 -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 ui: deprecate ui.progress 2018-04-13 21:51:34 -07:00
test-debugbundle.t hg: remove test dependency on bundle1 2018-04-13 21:51:53 -07:00
test-debugcheckcasecollisions-treemanifest.t debugcheckcasecollisions: implement treemanifest fastpath 2018-06-12 09:23:44 -07:00
test-debugcheckcasecollisions.t debugcheckcasecollisions: implement treemanifest fastpath 2018-06-12 09:23:44 -07:00
test-debugcommands.t lock: use flock on POSIX 2018-08-08 16:20:21 -07:00
test-debugextensions.t treestate: move treedirstate to core 2018-10-10 03:53:20 -07:00
test-debugindexdot.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-debugrebuilddirstate-corrupt.t treestate: migrate old config items 2018-07-31 17:04:50 -07:00
test-debugrename.t
test-default-push.t revsetlang: add a hint for more useful parse errors 2018-04-13 21:51:30 -07:00
test-demandimport.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 localrepo: devel-warn when accessing repo.vfs directly 2018-09-28 07:23:02 -07:00
test-diff-antipatience.t mdiff: use xdiff for diff calculation 2018-04-13 21:51:21 -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-binary.t plain: add a diff exception 2018-12-05 19:23:41 -08: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 record: move extension into core 2018-10-12 11:16:46 -07:00
test-diff-copy-depth.t
test-diff-hashes.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-diff-ignore-whitespace.t mdiff: add a --ignore-space-at-eol option 2017-08-29 18:20:50 -07:00
test-diff-indent-heuristic.t mdiff: use xdiff for diff calculation 2018-04-13 21:51:21 -07:00
test-diff-issue2761.t spelling: doesn't/does not 2012-08-17 13:58:18 -07:00
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-only-files-in-revs.t diff: add --only-files-in-revs option to limit files diffed 2018-04-13 21:51:15 -07:00
test-diff-reverse.t context.status: remove incorrect swapping of added/removed in workingctx 2014-10-24 15:52:20 -05:00
test-diff-subdir.t diff: rename --relative option to --root 2015-03-25 11:55:15 -07:00
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 tests: use $PYTHON instead of hardcoding python 2014-10-15 15:35:59 -04:00
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-directaccess-revset.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-dirstate-backup.t dirstate: unify format configs 2018-06-13 18:17:26 -07:00
test-dirstate-completion.t treestate: implement debugpathcomplete fastpath 2018-10-10 06:49:05 -07:00
test-dirstate-migrate.t fsmonitor: store fsmonitor state in treestate 2018-06-14 21:38:33 -07:00
test-dirstate-nonnormalset.t dirstate: unify format configs 2018-06-13 18:17:26 -07:00
test-dirstate-race.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-dirstate-rebuild.t debugrebuilddirstate: setparent early 2018-08-17 11:38:26 -07:00
test-dirstate-symlink.t dirstate: fix symlink handling about unknown files 2018-07-03 05:50:52 -07:00
test-dirstate.t fsmonitor: store fsmonitor state in treestate 2018-06-14 21:38:33 -07:00
test-disable-bad-features.t branch: allow read-only operation 2018-10-18 19:53:39 -07:00
test-dispatch.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-dispatch.py.out dispatch: add a config option to control exit code 2018-06-13 16:14:01 -07:00
test-dispatch.t help: new default help 2018-10-15 09:37:18 -07: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 hggit: sort git-mapfile and use bisect to do git-getmeta 2018-10-19 15:42:18 -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 obsolete: move commit reviving logic to core 2018-08-18 10:51:56 -07:00
test-duplicateoptions.py globalrevs: introduce extension for strictly increasing revision numbers 2018-06-28 08:19:22 -07: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 commands: rename hg grep to hg histgrep 2018-10-25 14:54:22 -07:00
test-encode.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encodedstore-long.t store: encode even longer names further 2018-09-20 08:35:09 -07:00
test-encoding-align.t help: new default help 2018-10-15 09:37:18 -07:00
test-encoding-func.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07: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 run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eol-clone.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eol-hook.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eol-patch.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eol-tag.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eol-update.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eol.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-eolfilename.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-excessive-merge.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-execute-bit.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-exitcodemask.t dispatch: add a config option to control exit code 2018-06-13 16:14:01 -07:00
test-export.t color: change diff related colors to bright versions 2018-04-13 21:51:36 -07: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 help: new default help 2018-10-15 09:37:18 -07:00
test-extension-foreign-module.t foreignmodule: fix test breakage 2018-06-25 19:20:11 -07:00
test-extension.t hgext: remove unused extensions 2018-10-20 19:08:43 -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 tests: fix test-extensions-default.t for buck 2018-10-27 15:14:14 -07:00
test-extensions-wrapfunction.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-extensions-wrapfunction.py.out extensions: fix wrapcommand/function of class instance 2017-09-10 23:37:14 +09:00
test-fb-hgext-absorb-filefixupstate.py absorb: display affected commits and prompt user to confirm 2018-10-13 01:02:10 -07:00
test-fb-hgext-arcconfig.t phabricator: move to extlib 2018-01-10 08:39:19 -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 amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-commitcloud-remotecommits-lazypull-phab.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-commitcloud-remotecommits-lazypull.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-commitcloud-smartlog.t cloud smartlog: fix error with empty result 2018-08-08 06:24:31 -07:00
test-fb-hgext-commitcloud-sync-omission.t commitcloud: pull in changes if maxage changes or full is specified 2018-11-27 07:20:30 -08:00
test-fb-hgext-commitcloud-sync-oscillation.t commitcloud: don't bump version when there are omissions 2018-11-27 07:20:30 -08:00
test-fb-hgext-commitcloud-sync.t commitcloud: omit older commits when pulling during sync 2018-11-15 12:16:19 -08:00
test-fb-hgext-commitcloud-workspacenames.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -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 amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-copytrace-errormsg.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-copytrace.t shelve: fix tests that rely on traditional shelve 2018-10-12 06:30:04 -07:00
test-fb-hgext-crdump.t debugcrdump: add --nobinary flag to avoid dumping binaries 2018-11-09 08:50:37 -08:00
test-fb-hgext-cstore-datapackstore.py fix a bug in cdatapack fanout table calculation 2018-05-30 13:47:50 -07:00
test-fb-hgext-cstore-treemanifest.py cstore: add treemanifest.listdir 2018-06-12 09:23:44 -07:00
test-fb-hgext-cstore-uniondatapackstore.py Upgrade to 18.5b1 2018-05-30 02:23:58 -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-diff-since-last-submit.t arcdiff: add lastsubmitted revsetpredicate 2018-08-14 19:27:41 -07:00
test-fb-hgext-dirsync-amend.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-dirsync.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-drop.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07: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 codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-fb-hgext-extutil.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07: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 mdiff: use xdiff for diff calculation 2018-04-13 21:51:21 -07:00
test-fb-hgext-fastannotate-hg.t tests: run watchman tests in CI 2018-06-20 19:35:31 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07: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 tweakdefaults: move allowmerge to core 2018-10-15 07:28:22 -07:00
test-fb-hgext-fastmanifest-access.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-fastmanifest-blackbox.t tests: stabilize test-fastmanifest-blackbox 2018-04-27 09:16:02 -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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-fb-hgext-fastmanifest.t config: enable obsstore by default 2018-10-26 18:54:40 -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 config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-fbhistedit-graft.t config: enable obsstore by default 2018-10-26 18:54:40 -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 config: enable obsstore by default 2018-10-26 18:54:40 -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 amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-fixcorrupt.t fixcorrupt: improve usability 2018-04-13 21:51:10 -07:00
test-fb-hgext-fold-undo.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-generic-bisect.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-fb-hgext-git-getmeta.t hggit: sort git-mapfile and use bisect to do git-getmeta 2018-10-19 15:42:18 -07: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-inhibit.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -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-lfs-pushrebase.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-lfspushrebase-verify-blobs.t lfs: add a config option to disable LFS object verification 2018-08-23 00:35:16 -07:00
test-fb-hgext-merge-conflictinfo.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-mergedriver.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 reset: remove "resetting without an active bookmark" message 2018-10-24 13:21:04 -07: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-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: fix tests 2018-06-22 11:08:27 -07:00
test-fb-hgext-p4fastimport-blobcommit.t p4syncimport: eliminate "p4 where" calls 2018-04-27 08:33:47 -07:00
test-fb-hgext-p4fastimport-case-insensitive-rename.t Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
test-fb-hgext-p4fastimport-criss-cross.t Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
test-fb-hgext-p4fastimport-import-badclient.t Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
test-fb-hgext-p4fastimport-import-deletes.t Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
test-fb-hgext-p4fastimport-import-non-ascii.t importer - correctly deal with p4 changelist description encoding 2018-09-12 14:21:48 -07:00
test-fb-hgext-p4fastimport-import-replace-symlink.t Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
test-fb-hgext-p4fastimport-import-special-characters.t Cleanup p4fastimport 2018-06-26 13:35:45 -07:00
test-fb-hgext-p4fastimport-sanitize-opts.t Sanitize opts 2018-04-13 21:51:43 -07:00
test-fb-hgext-p4fastimport-seqimport-branch.t Feedback 2018-04-13 21:51:44 -07:00
test-fb-hgext-p4fastimport-seqimport-cl-outside-client.t seqimport-cl-outside-client test: use glob instead of "p4" for src 2018-04-13 21:51:55 -07:00
test-fb-hgext-p4fastimport-seqimport-no-changes.t Get changelists to import 2018-04-13 21:51:43 -07:00
test-fb-hgext-p4fastimport-seqimport-reorg.t test-fb-hgext-p4fastimport-seqimport-reorg: avoid chaining p4 commands using pipes 2018-07-18 10:42:06 -07:00
test-fb-hgext-p4fastimport-seqimport.t seqimport-test: make src a glob expression instead of "p4" 2018-04-13 21:51:49 -07:00
test-fb-hgext-patchrmdir.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-fb-hgext-patchrmdir.py.out tests: move left over tests 2018-01-09 16:55:34 -08:00
test-fb-hgext-phabdiff.t phabdiff: fix empty reviewers template 2018-06-22 15:50:39 -07:00
test-fb-hgext-phabstatus.t Updated parsing logic for .arcrc 2018-08-16 13:50:53 -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-pull-createmarkers-hide-later.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-pull-createmarkers.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-pushrebase-cannot-rebasepublic.t pushrebase: only prevent phase updates if replacements received 2018-11-07 04:32:46 -08:00
test-fb-hgext-pushrebase-hgsql-mfs.t pushrebase: only prevent phase updates if replacements received 2018-11-07 04:32:46 -08:00
test-fb-hgext-pushrebase-manifests.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-pushrebase-protection.t hg: default to using bundle2 for pushrebase parts 2018-04-13 21:51:53 -07:00
test-fb-hgext-pushrebase-recording.t record updated onto rev 2018-11-12 04:17:37 -08:00
test-fb-hgext-pushrebase-remotenames.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-pushrebase.t pushrebase: only prevent phase updates if replacements received 2018-11-07 04:32:46 -08: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 tests: fix grep finding grep in rage output 2018-11-21 07:30:31 -08: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 config: enable obsstore by default 2018-10-26 18:54:40 -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-bundleloop.t shallowbundle: fix parent dependency check during unbundling 2018-08-06 23:05:28 -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 add an option to disable remotefilelog shared cache updating 2018-04-16 10:35:14 -07:00
test-fb-hgext-remotefilelog-clone-tree.t remotefilelog: store loose file filenames alongside the data 2018-10-26 01:16:13 -07:00
test-fb-hgext-remotefilelog-clone.t remotefilelog: store loose file filenames alongside the data 2018-10-26 01:16:13 -07:00
test-fb-hgext-remotefilelog-corrupt-cache.t remotefilelog: store loose file filenames alongside the data 2018-10-26 01:16:13 -07:00
test-fb-hgext-remotefilelog-datapack.py packs: move packpath and indexpath into functions 2018-07-25 11:07:34 -07:00
test-fb-hgext-remotefilelog-gc.t remotefilelog: store loose file filenames alongside the data 2018-10-26 01:16:13 -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 pyrevisionstore: add known to getancestors 2018-08-17 09:39:36 -07:00
test-fb-hgext-remotefilelog-http.t clone: add stream_clone_options wireprotocol endpoint 2018-04-25 13:54:54 -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 lfs: add a config option to disable LFS object verification 2018-08-23 00:35:16 -07:00
test-fb-hgext-remotefilelog-lfs.t lfs: add a config option to disable LFS object verification 2018-08-23 00:35:16 -07:00
test-fb-hgext-remotefilelog-linknodes.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-remotefilelog-local.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-remotefilelog-log.t remotefilelog: test for bad ancestor traversal 2018-12-06 11:07:21 -08:00
test-fb-hgext-remotefilelog-pack-files.t remotefilelog: make pending local pack writes available for reads 2018-11-11 21:37:52 -08: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 connectionpool: test connectionpool expiry more thoroughly 2018-06-14 02:42:39 -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 remotefilelog: store loose file filenames alongside the data 2018-10-26 01:16:13 -07:00
test-fb-hgext-remotefilelog-repack-corrupt.t test-fb-hgext-remotefilelog-repack-corrupt: fix the test 2018-10-29 15:47:14 -07:00
test-fb-hgext-remotefilelog-repack-fast.t datapack: fix not including rename information in datapack blobs 2018-11-06 14:06:55 -08:00
test-fb-hgext-remotefilelog-repack.t datapack: fix not including rename information in datapack blobs 2018-11-06 14:06:55 -08:00
test-fb-hgext-remotefilelog-sparse.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-fb-hgext-remotefilelog-tags.t tests: improve test compatibility with different zlib 2018-04-13 21:51:09 -07:00
test-fb-hgext-remotefilelog-treemanifest-corrupt.t treemanifest: corrupt the treemanifest in a test. 2018-12-05 09:09:18 -08: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-reset-remotenames.t fb-hgext: fix copied fb-hgext tests 2018-01-09 03:06:09 -08:00
test-fb-hgext-reset.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-revisionstore-datastore.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-fb-hgext-sampling.t dispatch: log raised exception messages and types with ui.log 2018-08-16 17:51:25 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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: correct indentation error, causing an UnboundLocal exception 2018-04-13 21:51:47 -07:00
test-fb-hgext-smartlog-inhibit.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-smartlog-obsolete.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -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-smartdate.t commitcloud: omit older commits when pulling during sync 2018-11-15 12:16:19 -08:00
test-fb-hgext-smartlog-tweakdefaults.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-smartlog.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-sshaskpass.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 display 'Landing' status in hg ssl output 2018-05-22 02:51:56 -07:00
test-fb-hgext-template-stat.t stat: add a new "status" style 2018-05-25 01:04:07 -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 hg: allow backfilling trees for a nullid manifest 2018-04-13 21:51:31 -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-comparetrees.t treemanifest: don't truncate list of candidate manifests 2018-09-13 03:51:34 -07:00
test-fb-hgext-treemanifest-convertflat.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 hg: allow hybrid manifest's to exist without revlogs 2018-04-13 21:51:26 -07:00
test-fb-hgext-treemanifest-infinitepush.t localrepo: add storerequirements feature 2018-09-15 03:22:34 -07:00
test-fb-hgext-treemanifest-noflat.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-treemanifest-peertopeer.t tests: update p2p test to use different caches for different peers 2018-06-29 15:51:39 -07:00
test-fb-hgext-treemanifest-prefetch.t datapack: fix not including rename information in datapack blobs 2018-11-06 14:06:55 -08:00
test-fb-hgext-treemanifest-pullpublic.t remotefilelog: don't process manifests when not necessary 2018-06-19 10:20:07 -07:00
test-fb-hgext-treemanifest-pushrebase2.t pushrebase: don't prepopulate manifest caches 2018-11-21 08:33:48 -08:00
test-fb-hgext-treemanifest-pushrebase-treeonly.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-treemanifest-pushrebase.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-treemanifest-repack.t remotefilelog: add incremental repack for local data 2018-10-26 01:16:13 -07:00
test-fb-hgext-treemanifest-sendtrees.t hgext: remove unused extensions 2018-10-20 19:08:43 -07:00
test-fb-hgext-treemanifest-server.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-treemanifest-sparse.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-fb-hgext-treemanifest-treeonly-copyamend.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-treemanifest-treeonly-fetching.t treemanifest: set a hint commit hash for resolving base trees 2018-06-13 11:49:46 -07:00
test-fb-hgext-treemanifest-treeonly.t pushrebase: only prevent phase updates if replacements received 2018-11-07 04:32:46 -08:00
test-fb-hgext-treemanifest.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-tweakdefaults-blame.t tweakdefaults: make blame phabdiff numbers longer 2018-10-27 10:32:32 -07:00
test-fb-hgext-tweakdefaults-bookmarks.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-tweakdefaults-grep.t test-fb-hgext-tweakdefaults-grep: fix the test 2018-10-31 12:09:24 -07:00
test-fb-hgext-tweakdefaults-opawarecommands.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-fb-hgext-tweakdefaults-ordering.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-tweakdefaults-pullrebaseffwd.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-tweakdefaults-pullrebaseremotenames.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-fb-hgext-tweakdefaults-remotenames.t config: enable obsstore by default 2018-10-26 18:54:40 -07: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 tweakdefaults: fold hint for hg prev into core 2018-10-18 05:47:31 -07:00
test-fb-hgext-tweakdefaults.t rebase: always return 0 on noop rebase 2018-11-13 16:35:31 -08:00
test-fb-hgext-undo.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07: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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -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 treemanifest: fix filecache for manifestlog 2018-10-17 20:07:47 -07:00
test-filecache.py.out treemanifest: fix filecache for manifestlog 2018-10-17 20:07:47 -07:00
test-filelog.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-filelog.py.out tests: test test-filelog is python - rename to test-filelog.py 2012-04-23 01:57:17 +02:00
test-fileset-generated.t largefiles: remove the extension 2018-01-17 11:50:44 -08:00
test-fileset.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-flagprocessor.t codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 localrepo: add storerequirements feature 2018-09-15 03:22:34 -07:00
test-fsmonitor-blackbox.t fsmonitor: use short list when logging notefiles 2018-10-29 20:26:34 -07:00
test-fsmonitor-casefolding.t dirstate: move some untrack() use cases into delete() 2018-10-12 09:38:25 -07:00
test-fsmonitor-detectrace.t racedetector: ignore ignored files 2018-08-01 12:21:29 -07:00
test-fsmonitor-filemerge.t tests: run watchman tests in CI 2018-06-20 19:35:31 -07:00
test-fsmonitor-refreshclock.t fsmonitor: add 'debugrefreshwatchmanclock' command 2018-09-14 18:25:52 -07: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: fix test-gendoc-ro.t 2018-05-09 13:28:29 -07: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 tests: improve test compatibility with different zlib 2018-04-13 21:51:09 -07:00
test-getbundle.t hg: remove bundlev1 from the supported outgoing versions 2018-04-13 21:51:53 -07:00
test-git-export.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-gitignore.t ignore: support global gitignore configs 2018-08-02 20:22:47 -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 commands: update help summary text 2018-11-07 19:59:47 -08:00
test-globalrevs-requires.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-globalrevs.t globalrevs: introduce configuration for specifying valid starting revision 2018-11-06 16:42:10 -08: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 hgext: remove unused extensions 2018-10-20 19:08:43 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-hardlinks.t localrepo: add storerequirements feature 2018-09-15 03:22:34 -07:00
test-help.t help: fix stablerev help summary in test 2018-11-19 06:38:28 -08:00
test-hg-parseurl.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hg-parseurl.py.out
test-hgext-perfsuite.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-hgext-repogenerator.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-hgext-stablerev.t stablerev: add getstablerev() revset 2018-11-12 13:38:49 -08:00
test-hggit-bookmark-workflow.t hggit: internalize extension 2018-01-09 06:08:01 -08:00
test-hggit-branch-bookmark-suffix.t tests_: support older git versions 2018-06-12 07:34:15 -07:00
test-hggit-clone.t hggit: use transactions during git import 2018-08-07 18:07:08 -07:00
test-hggit-conflict-1.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-hggit-conflict-2.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 config: enable obsstore by default 2018-10-26 18:54:40 -07: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 ignore: support global gitignore configs 2018-08-02 20:22:47 -07: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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hggit-illegal-contents.t localrepo: add storerequirements feature 2018-09-15 03:22:34 -07: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 summary: remove branch related logic 2018-08-23 17:35:01 -07: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 codemod: reformat rest of the code 2018-07-05 17:52:43 -07: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 hint: point people to gitignore QA page 2018-08-20 13:51:32 -07:00
test-hgrc.t tests: update tests 2018-10-09 11:57:44 -07:00
test-hgsql-bundle2.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-bundlerepo.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-corruption.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-encoding.t Add support for RocksDB 2018-04-13 21:51:13 -07:00
test-hgsql-filenames.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-lfs-sync.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-linkrevs.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-local-commands.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-metrics.t hgsql: rename variables to make things more obvious 2018-09-28 16:58:36 -07:00
test-hgsql-profiler.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-pushpull.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-pushrebase2.t treemanifest: fix filecache for manifestlog 2018-10-17 20:07:47 -07:00
test-hgsql-pushrebase.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-race-conditions.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-requires.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-sqlrefill.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-sqlverify.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-strip.t hgsql: correct sqlstrip 2018-09-28 16:58:37 -07:00
test-hgsql-sync-interval.t hgsql: log rows read and write 2018-09-26 16:35:14 -07:00
test-hgsql-sync.t hgsql: log rows read and write 2018-09-26 16:35:14 -07:00
test-hgsql-transaction-restrictions.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsql-treemanifest.t tests: remove most rocksdb test cases 2018-09-26 14:20:15 -07:00
test-hgsubversion-binaryfiles.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-diff.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-externals.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
test-hgsubversion-fetch-branches.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-fetch-command-regexes.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-fetch-command.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-fetch-dir-removal.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-fetch-exec.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-fetch-mappings.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-fetch-symlinks.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-fetch-truncated.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-globalrevs.py test-hgsubversion-globalrevs: test revset interoperability 2018-11-06 16:42:11 -08:00
test-hgsubversion-helpers.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-hooks.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-pull-fallback.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-pull.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07: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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-push-command.py hgsubversion: add SVN error code to "Outgoing changesets parent is not at subversion HEAD" 2018-10-31 14:02:30 -07: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 codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-push-eol.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-push-renames.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-revmap-migrate.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-single-dir-clone.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
test-hgsubversion-single-dir-push.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-svn-pre-commit-hooks.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
test-hgsubversion-svnwrap.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-tags.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-template-keywords.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
test-hgsubversion-template-keywords.py.out remove templates for svnpath and svnuuid 2018-06-06 15:07:25 -07:00
test-hgsubversion-unaffected-core.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgsubversion-urls.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgsubversion-utility-commands.py hgsubversion: add truncatemeta command 2018-11-30 10:32:41 -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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-auth.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-hgweb-auth.py.out
test-hgweb-bundle.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-commands.t clone: add stream_clone_options wireprotocol endpoint 2018-04-25 13:54:54 -07:00
test-hgweb-csp.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-descend-empties.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-diffs.t serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-hgweb-empty.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-filelog.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-json.t commands: update help summary text 2018-11-07 19:59:47 -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 serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-hgweb-removed.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb-symrev.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-hgweb.t serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-hgwebdir-paths.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hgwebdir.t mq: remove the extension 2018-07-30 08:49:26 -07:00
test-hgwebdirsym.t serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-highlight.t serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-hint.t hint: silence all hints by HGPLAIN=hint 2018-04-16 10:35:15 -07:00
test-histedit-arguments.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-base.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-bookmark-motion.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-commute.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-drop.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-edit.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-fold-non-commute.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-fold.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-no-change.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-non-commute-abort.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-histedit-non-commute.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-obsolete.t commit: auto revive committed commits 2018-08-20 23:24:50 -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-histgrep-disable.t commands: rename hg grep to hg histgrep 2018-10-25 14:54:22 -07:00
test-histgrep.t commands: rename hg grep to hg histgrep 2018-10-25 14:54:22 -07:00
test-hook.t txnutil: add HG_SHAREDPENDING and trysharedpending 2018-09-28 07:23:00 -07:00
test-http-bad-server.t clone: add stream_clone_options wireprotocol endpoint 2018-04-25 13:54:54 -07:00
test-http-branchmap.t serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-http-bundle1.t fix flakiness in test-http-bundle1.t 2018-05-31 20:16:07 -07:00
test-http-clone-r.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-http-protocol.t hg: allow bundle1 for hg web tests 2018-04-13 21:51:53 -07:00
test-http-proxy.t tinyproxy: find free port automatically 2018-07-27 12:05:41 -07:00
test-http.t clone: add stream_clone_options wireprotocol endpoint 2018-04-25 13:54:54 -07:00
test-https.t tinyproxy: find free port automatically 2018-07-27 12:05:41 -07:00
test-hybridencode.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-hybridencode.py.out pathencode: for long paths, strip first 5 chars, not first dir 2015-05-06 15:58:14 -07:00
test-i18n.t commands: update help summary text 2018-11-07 19:59:47 -08:00
test-identify.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07: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 mq: remove the extension 2018-07-30 08:49:26 -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 txnutil: add HG_SHAREDPENDING and trysharedpending 2018-09-28 07:23:00 -07:00
test-include-fail.t ignore all errors when including config file 2018-04-13 21:51:14 -07:00
test-incoming-outgoing.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-infinitepush-bundlestore.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-infinitepush-delscratchbookmarks.t infinitepush: split backups into infinitepushbackup extension 2018-06-05 04:36:06 -07:00
test-infinitepush-remotefilelog.t infinitepush: split backups into infinitepushbackup extension 2018-06-05 04:36:06 -07:00
test-infinitepush-remotenames.t infinitepush: split backups into infinitepushbackup extension 2018-06-05 04:36:06 -07:00
test-infinitepush-update.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-infinitepushbackup-background-logging.t infinitepush: split backups into infinitepushbackup extension 2018-06-05 04:36:06 -07:00
test-infinitepushbackup-bundlestore-short-hash.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-infinitepushbackup-compression.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-lfs.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-logging.t sshpeer: forward remote stderr to stderr 2018-06-25 08:44:32 -07:00
test-infinitepushbackup-phases.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-pullbackup-markers.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-pullbackup-obsolete.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-infinitepushbackup-pullbackup.t sshpeer: forward remote stderr to stderr 2018-06-25 08:44:32 -07:00
test-infinitepushbackup-remotefilelog.t sshpeer: forward remote stderr to stderr 2018-06-25 08:44:32 -07:00
test-infinitepushbackup-remotenames-public.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-remotenames.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-share.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-sql1.t infinitepush: split backups into infinitepushbackup extension 2018-06-05 04:36:06 -07:00
test-infinitepushbackup-sql2.t infinitepushbackup: back up commits stack-by-stack 2018-06-05 04:36:07 -07:00
test-infinitepushbackup-status.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-infinitepushbackup.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-inherit-mode.t localrepo: add storerequirements feature 2018-09-15 03:22:34 -07:00
test-init.t localrepo: don't add storerequirements by default 2018-09-25 12:37:57 -07: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 treestate: enable by default 2018-07-27 18:04:56 -07: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 tests: rename regression tests 2016-02-25 16:54:14 +00:00
test-issue1175.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07: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 tests: rename regression tests 2016-02-25 16:54:14 +00:00
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 journal: set Abort hint when failing due to an abandoned transaction 2014-05-08 14:58:25 +00:00
test-journal-share.t tests: avoid quoting of commit messages for test portability 2016-10-30 06:15:09 +09:00
test-journal.t minor improvements to hg journal output 2018-04-13 21:51:48 -07:00
test-known.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-lfs-bundle.t tinit: add drawdag and setconfig functions 2018-04-13 21:51:20 -07:00
test-lfs-checksum.t lfs: verify sha256 before writing them to local store 2018-10-04 19:49:44 -07:00
test-lfs-localstore.t test-lfs-localstore: make test more robust 2018-08-23 17:05:39 -07:00
test-lfs-pointer.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 Fix test-lfs-test-server.t 2018-09-01 13:20:34 -07:00
test-lfs.t run-tests: do not set lfs.usercache 2018-07-27 20:06:07 -07:00
test-linelog-edits.py Format with black 18.9b0 2018-10-01 07:21:42 -07:00
test-linerange.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-linkrevcache-linkrevdb.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-linkrevcache.t tests: move left over tests 2018-01-09 16:55:34 -08:00
test-locate.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-lock-badness.t localrepo: split vfs into localvfs and sharedvfs 2018-09-28 07:23:00 -07:00
test-lock.py lock: unlink temporary symlink placeholder on POSIX 2018-09-13 12:20:50 -07: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 tests: improve test compatibility with different zlib 2018-04-13 21:51:09 -07:00
test-log-wireproto-requests.t wireproto: log reponame 2018-10-02 05:05:41 -07:00
test-log.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-logexchange.t remotenames: rename related file and storage dir to logexchange 2017-12-07 00:26:45 +05:30
test-lrucachedict.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-lrucachedict.py.out lrucachedict: add copy method 2015-12-30 13:10:53 -08:00
test-lz4revlog.t localrepo: don't add storerequirements by default 2018-09-25 12:37:57 -07:00
test-mac-packages.t Move hgext/fsmonitor/pywatchman/ to hgext/extlib/pywatchman/ 2018-05-15 12:06:47 -07: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-manifest.py Upgrade to 18.5b1 2018-05-30 02:23:58 -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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-merge1.t summary: remove branch related logic 2018-08-23 17:35:01 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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-ancestor-mergestate.t merge: add ancestors as transient propeties to mergestate 2018-10-29 21:04:02 -07:00
test-merge-changedelete.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 tests: improve test compatibility with different zlib 2018-04-13 21:51:09 -07:00
test-merge-conflict-count.t filemerge: print the potentially conflicting destination commits for each conflict 2018-10-25 14:02:51 -07:00
test-merge-criss-cross.t Fix typos ("and and" -> "and") 2018-04-13 21:51:19 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-merge-halt.t merge: allow "always" continuing when on-failure=prompt 2018-09-03 03:05:10 -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-issue5091.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-merge-local.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-merge-relative-paths.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-merge-remove.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-merge-revert2.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 summary: remove branch related logic 2018-08-23 17:35:01 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-merge-types.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-merge-update-noconflict.t merge: print conflicting paths when rejecting update 2018-09-20 17:21:37 -07:00
test-minirst.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-minirst.py.out minirst: change hgrole to use single quotes 2016-01-12 06:03:36 +00:00
test-mkdir-broken-symlink.t posix: improve error message about broken symlinks 2018-05-23 06:12:45 -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-namespaces.t namespaces: make specifying namespace priority mandatory 2018-09-13 16:53:54 -07:00
test-nested-repo.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-newbranch.t summary: remove branch related logic 2018-08-23 17:35:01 -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-obsmarker-template.t obsolete: move commit reviving logic to core 2018-08-18 10:51:56 -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 obsolete: move commit reviving logic to core 2018-08-18 10:51:56 -07:00
test-obsolete-changeset-exchange.t mq: remove the extension 2018-07-30 08:49:26 -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-divergent.t obsolete: move commit reviving logic to core 2018-08-18 10:51:56 -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 config: enable obsstore by default 2018-10-26 18:54:40 -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.t blame: make blame show how old a line is 2018-10-27 10:32:32 -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 Format with black 18.9b0 2018-10-01 07:21:42 -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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-patchbomb.t hg: update test-patchbomb to not use bundle1 2018-04-13 21:51:53 -07:00
test-pathconflicts-basic.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-pathconflicts-merge.t treestate: migrate old config items 2018-07-31 17:04:50 -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 codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-paths.t hgext: remove unused extensions 2018-10-20 19:08:43 -07:00
test-patterns.t tests: add a test showing some corner cases in matchmod.match API 2018-12-05 17:58:42 -08:00
test-pending.t tests: use double quote to quote arguments in hook for portability 2015-04-23 22:39:21 +09:00
test-perftweaks-remotenames.t perftweaks: rename tests 2018-10-18 09:04:34 -07:00
test-perftweaks.t perftweaks: rename tests 2018-10-18 09:04:34 -07:00
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 treestate: enable by default 2018-07-27 18:04:56 -07:00
test-phases.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-profile.t statprof: stop early if profiling ends early 2018-09-26 17:52:27 -07:00
test-progress-classicrenderer.t progress: implement formatting of bytes values 2018-04-13 21:51:38 -07:00
test-progress-fancyrenderer.t progress: keep cursor in column 1 for fancyrenderer 2018-08-01 09:50:10 -07:00
test-progressfile.t progress: add nullrenderer 2018-06-04 14:07:30 -07:00
test-propertycache.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-propertycache.py.out repoview: make propertycache.setcache compatible with repoview 2013-09-30 14:36:11 +02:00
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 serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07: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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-purge-fsmonitor.t fsmonitor: do not set watchman clock to None 2018-10-12 19:23:01 -07: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 hg: remove bundlev1 from the supported outgoing versions 2018-04-13 21:51:53 -07:00
test-push-checkheads-config.t checkheads: add a config to disable it 2018-05-25 02:47:19 -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 hg: add develwarn for bundle1 format 2018-04-13 21:51:52 -07:00
test-push-http.t txnutil: add HG_SHAREDPENDING and trysharedpending 2018-09-28 07:23:00 -07:00
test-push-race.t obsolete: move commit reviving logic to core 2018-08-18 10:51:56 -07:00
test-push-warn.t run-tests: add --watchman and --with-watchman flags 2018-06-14 18:49:24 -07:00
test-push.t locks: make sure debuglocks knows about malformed locks and undolog lock 2018-04-17 17:42:26 -07:00
test-pushrebase-fastmanifest.t hg: default to using bundle2 for pushrebase parts 2018-04-13 21:51:53 -07:00
test-pushrebase-withmerges.t hg: default to using bundle2 for pushrebase parts 2018-04-13 21:51:53 -07:00
test-pushvars.t tweakdefaults: move config overrides to core 2018-10-18 03:15:26 -07:00
test-py3-commands.t largefiles: remove the extension 2018-01-17 11:50:44 -08:00
test-rebase-abort.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-base-flag.t rebase: always return 0 on noop rebase 2018-11-13 16:35:31 -08:00
test-rebase-bookmarks.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-brute-force.t drawdag: inline drawdag 2018-04-13 21:50:59 -07:00
test-rebase-cache.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-check-restore.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-collapse.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-conflicts.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-copy-relations.t rebase: add a test showing that copy obsmarkers work 2018-10-26 13:00:59 -07:00
test-rebase-dest.t rebase: always return 0 on noop rebase 2018-11-13 16:35:31 -08:00
test-rebase-detach.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-emptycommit.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-flags.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory-conflicts.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory-mergedriver-exception.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory-mergedriver.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory-nochanges.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory-noconflict.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-interruptions.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-issue-noparam-single-rev.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-legacy.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-missing-cwd.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-named-branches.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-newancestor.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-obsolete.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-rebase-parameters.t rebase: always return 0 on noop rebase 2018-11-13 16:35:31 -08:00
test-rebase-partial.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-rebase-pull.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-rename.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-scenario-global.t rebase: always return 0 on noop rebase 2018-11-13 16:35:31 -08:00
test-rebase-templates.t template: improve error handling when template function signature mismatch 2018-06-06 15:43:25 -07:00
test-rebase-transaction.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebuildstate.t dirstate: rename drop to untrack 2018-10-12 09:38:25 -07:00
test-record.t help: new default help 2018-10-15 09:37:18 -07:00
test-remotenames-basic.t remotenames: add remotebookmark and remotebranch revsets 2018-06-26 03:04:29 -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 serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07: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-on-and-off.t remotenames: do not expect repo._remotenames to be set unconditionally 2018-04-13 21:51:13 -07: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 config: enable obsstore by default 2018-10-26 18:54:40 -07: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: do not over-check for svn/git push targets 2018-04-13 21:51:12 -07:00
test-remotenames-pushto.t config: enable obsstore by default 2018-10-26 18:54:40 -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 config: enable obsstore by default 2018-10-26 18:54:40 -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 ui: deprecate ui.progress 2018-04-13 21:51:34 -07: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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-repair-strip.t mq: remove the extension 2018-07-30 08:49:26 -07:00
test-repo-compengines.t localrepo: don't add storerequirements by default 2018-09-25 12:37:57 -07:00
test-repo-leak.t uncommit: move to core 2018-10-30 08:00:05 -07:00
test-requires.t tests: update test-requires to pass our import checker 2017-08-22 16:59:17 -04:00
test-resolve.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-revert-flags.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-revert-interactive.t record: move extension into core 2018-10-12 11:16:46 -07:00
test-revert-status.t tests: fix flaky test-revert-status.t 2018-05-25 13:03:57 -07:00
test-revert-unknown.t
test-revert.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-revlog-ancestry.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-revlog-ancestry.py.out revlog.ancestors: add support for including revs 2012-12-17 15:13:51 -08:00
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 Upgrade to 18.5b1 2018-05-30 02:23:58 -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 localrepo: don't add storerequirements by default 2018-09-25 12:37:57 -07:00
test-revlog.t pypy: fix overeager pattern matching on mpatchError 2016-04-05 10:59:46 +03:00
test-revset2.t fbamend: move predecessor/successor revsets to core 2018-10-03 13:32:56 -07:00
test-revset-age.t revset: move age extension to core 2018-10-08 12:01:44 -07:00
test-revset-dirstate-parents.t treestate: migrate old config items 2018-07-31 17:04:50 -07:00
test-revset-outgoing.t tests: fold tglog into tinit; standardize 2018-08-16 10:53:43 -07:00
test-revset.t dagop: handle wdir() in dagrange expressions 2018-06-25 05:19:58 -07:00
test-rollback.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-run-tests.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-run-tests.t test-run-tests.t: remove warning about entry point 2018-08-21 20:04:52 -07:00
test-rustthreading.py rust: reinvent Python's threading.Condition 2018-10-25 13:12:00 -07:00
test-schemes.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-seq.t tests: make seq.py output Unix line endings everywhere 2018-06-26 13:05:11 -07:00
test-serve.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-setdiscovery.t ui: deprecate ui.progress 2018-04-13 21:51:34 -07:00
test-share-requirements.t localrepo: add storerequirements feature 2018-09-15 03:22:34 -07:00
test-share-unshare.t share: fix hg unshare 2018-04-13 21:50:53 -07:00
test-share.t bookmarks: use repo.localvfs and repo.sharedvfs instead of repo.vfs 2018-09-28 07:23:00 -07:00
test-shelve.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-show.t commands: update help text for smartlog, show, diff 2018-11-09 13:14:20 -08: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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-simplemerge.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-simplemerge.py.out simplemerge: burn "minimal" feature to the ground 2014-08-05 14:56:25 -07:00
test-single-head.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-sortdictfilter.t tests: add a utility to sort dict outputs 2018-04-19 13:17:08 -07:00
test-sparse-casecollision.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-clear.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-clone.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-diff.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-extensions.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-ignore.t sparse: rename fbsparse into sparse in tests 2018-10-16 14:27:29 -07:00
test-sparse-import.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-issues.t tests: add a test showing sparse issues 2018-11-07 16:36:41 -08:00
test-sparse-merges.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-notsparse.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-profiles.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-rebase.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse-verbose-json.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-sparse.t tests: stop importing sparse from an explicit python file 2018-11-30 02:19:16 -08:00
test-ssh-bundle1.t ui: use Rust config parser in Mercurial 2018-08-23 17:52: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-earlyerror.t ssh: remove "remote:" prefix if the stderr message starts with "ssh:" 2018-10-18 19:56:49 -07:00
test-ssh.t readonly: add more info to readonly 'Permission denied' errors 2018-05-29 11:56:35 -07:00
test-sshserver.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-static-http.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-status-color.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-status-inprocess.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07: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 config: drop tweakdefaults in core 2018-08-09 21:21:51 -07:00
test-strict.t commands: update help summary text 2018-11-07 19:59:47 -08:00
test-strip-cross.t tests: improve test compatibility with different zlib 2018-04-13 21:51:09 -07:00
test-strip.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-subcommands.t help: enable categorization of subcommands 2018-10-19 06:51:42 -07:00
test-subrepo-git.t summary: remove branch related logic 2018-08-23 17:35:01 -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 summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-subrepo-relative-path.t serve: assign hg serve ports dynamically (part 2) 2018-04-13 21:51:08 -07:00
test-subrepo-svn.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-subrepo.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-symlink-os-yes-fs-no.py util: skip checkexec or checklink for wider file systems 2018-08-21 12:21:07 -07: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 tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-symlinks.t treestate: migrate old config items 2018-07-31 17:04:50 -07:00
test-tag.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-tags.t util: skip checkexec or checklink for wider file systems 2018-08-21 12:21:07 -07:00
test-template-engine.t templatekw: implement nodechanges as a template keyword 2018-06-06 15:43:25 -07:00
test-template-filestat.t templatekw: add filestat template keyword 2018-05-25 10:05:41 -07:00
test-tools.t tests: remove (glob) annotations that were only for '\' matches 2017-12-10 22:50:57 -05:00
test-transplant.t mq: remove the extension 2018-07-30 08:49:26 -07:00
test-treedirstate.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -07:00
test-treediscovery-legacy.t ui: use Rust config parser in Mercurial 2018-08-23 17:52:52 -07:00
test-treediscovery.t ui: use Rust config parser in Mercurial 2018-08-23 17:52:52 -07:00
test-treemanifest-amend.t inhibit: remove the extension 2018-10-10 10:01:45 -07:00
test-treemanifest.t shelve: fix tests that rely on traditional shelve 2018-10-12 06:30:04 -07:00
test-treestate-downgrade.t treestate: move treedirstate to core 2018-10-10 03:53:20 -07:00
test-treestate-fresh-instance.t treestate: update clock when watchman returns is_fresh_instance=True 2018-07-02 13:35:42 -07:00
test-treestate-needcheck.t treestate: add a debug command to list treestate content 2018-11-03 11:12:56 -07:00
test-treestate-repack.t treestate: do not gc trees that are modified recently 2018-07-25 18:21:11 -07:00
test-treestate-trackignore.t fsmonitor: add migration to toggle tracking ignored files 2018-11-03 11:12:56 -07:00
test-treestate-upgrade.t treestate: fix state handling when upgrading to treestate 2018-06-25 15:24:20 -07:00
test-treestate.py treestate: add "dirfilter" parameter to "walk" API 2018-10-10 11:36:26 -07:00
test-ui-color.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-ui-color.py.out
test-ui-config.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-ui-config.py.out dispatch: strip command line options like config file options 2016-02-08 15:35:30 -08:00
test-ui-verbosity.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-ui-verbosity.py.out
test-unbundlehash.t hg: add develwarn for bundle1 format 2018-04-13 21:51:52 -07:00
test-uncommit.t uncommit: move to core 2018-10-30 08:00:05 -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 filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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-empty.t tweakdefaults: move empty update logic to core 2018-10-16 05:17:39 -07:00
test-update-inactive.t perftweaks: move update --inactive to core 2018-10-15 16:55:34 -07:00
test-update-issue1456.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-update-names.t filemerge: add number of textual conflicts in each file to error message 2018-10-22 12:47:41 -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 localrepo: don't add storerequirements by default 2018-09-25 12:37:57 -07:00
test-url-rev.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-url.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -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 Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-verify-skipmanifests.t hg: fastverify: unify and fold into core 2018-04-13 21:51:03 -07:00
test-verify.t verify: add --rev support 2018-04-13 21:51:12 -07:00
test-walk.t tests: remove (glob) annotations that were only for '\' matches 2017-12-10 22:50:57 -05:00
test-walkrepo.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
test-websub.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-win32text.t tests: remove (glob) annotations that were only for '\' matches 2017-12-10 22:50:57 -05:00
test-wireproto.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
test-wireproto.py.out wireproto: correctly escape batched args and responses (issue4739) 2015-06-30 19:19:17 -04:00
test-wireproto.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-worker.t py3: make sure commands name are bytes in tests 2017-06-25 08:20:05 +05:30
test-xdg.t tests: hide warning from test-xdg.t 2017-05-22 15:56:47 -07:00
test-zstdelta.py zstd: use Rust-backed bindings for its support 2018-06-12 13:22:23 -07:00
tinit.sh pushrebase: add test demonstrating corruption with treeonly 2018-11-21 08:33:48 -08:00
tinyproxy.py tinyproxy: find free port automatically 2018-07-27 12:05:41 -07:00
truncate.py truncate: add truncate implementation 2018-10-27 10:59:21 -07:00
unittestify.py unittestify: treat skip as success by default 2018-10-26 15:47:07 -07:00
waitforfile.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.