sapling/tests
Durham Goode b7680284ca filesystem: implement fs.pendingchanges()
Summary:
dirstate.status can be thought of as three stages: 1) checking what
files have changed on disk, 2) adding nonnormal files (added, removed, copied,
merged), and 3) adding clean files. The current implementation ties these
together in one big pile.

As part of refactoring the working copy interface into clear working copy and
filesystem interfaces, this diff extracts the "check what files have changed on
disk" part into the filesystem class.

Note, this implements a walk function very similar to the one that exists in
dirstate. The difference is that dirstate.walk cares about everything that is in
the dirstate already, while the fs walk only cares about what files are
different from the pristine tree, so it's easier to reason about.

Note: This diff does not update the fsmonitor or eden dirstate implementations.
That means those tests will break if I land this. I'm going to send two more diffs
to update their implementations, then I'll be sure to land them all at once.

Future cleanup:
- lookup resolution should be done inside the filesystem layer, since it's an
  artifact of filesystem limitations.
- I'd like to get rid of ignore file special casing and have that just be part
  of the matcher that is passed in. This might not be feasible though.
- I'd like to get rid of explicit file special casing and have the caller handle
  that if needed.
- I'd like to remove the ability to list clean files in status. Most callers
  don't need that capability, and a caller could compute that themselves if
  needed.

Reviewed By: quark-zju

Differential Revision: D17099990

fbshipit-source-id: d7530e26f057d8fd38aaa36512fa398a543b23c2
2019-10-08 16:45:09 -07:00
..
blacklists
bundles debugbundle: show commits in b2x:rebase parts 2019-06-17 01:28:54 -07:00
comprehensive hgsubversion: skip empty commits when pushing 2019-09-19 15:44:19 -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 cmdutil: change logmessage to take a repo 2019-09-04 17:06:35 -07:00
hgsql tests: convert test-hgsql-filenames.t 2019-10-02 10:12:18 -07:00
infinitepush infinitepush: add replaybookmarksqueue 2019-06-17 06:19:12 -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 strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
testutil testutil/dott: fix setconfig with multiple args 2019-10-04 18:12:10 -07:00
autodiff.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
badserverext.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
binfile.bin Add test for git binary diff support 2006-10-12 09:17:16 -07:00
bitmanipulation_tests.cpp codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
blackbox-readonly-dispatch.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
bruterebase.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
bundlerepologger.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
bzr-definitions tests: move '#require bzr' into .t files 2015-08-22 10:22:12 -07:00
cgienv tests: remove duplication of the CGI environment variables 2011-01-16 19:12:54 +08:00
common-pattern.py test-fileset: fix the test on Windows 2018-09-11 18:06:12 -07:00
conduithttp.py tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -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: import from the edenscm package 2019-01-29 17:25:32 -08: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 tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
dummyssh mononoke: rebuild test framework 2019-06-25 08:35:32 -07:00
extralog.py blackbox: add util.log for blackbox logging when no ui object is available 2019-05-28 02:40:07 -07:00
f tests: update f helper script to work on Python 3 2017-09-18 13:37:32 -04:00
failfilemerge.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
fake-biggrep-client.py hg: fixup biggrep implementation 2018-10-30 19:13:56 -07:00
fakedate.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
fakedirstatewritetime.py dirstate: move lookup resolution into the dirstate 2019-10-02 11:00:22 -07:00
fakemergerecord.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
fakepatchtime.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
filterpyflakes.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
flagprocessorext.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
generateworkingcopystates.py tests: fix missing depth initialization in generateworkingcopystates 2019-09-30 11:23:55 -07:00
get-with-headers.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
getflogheads.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
helper-runtests.sh tests: refactor run-tests helpers 2016-05-11 16:40:16 +00:00
helper-testrepo.sh fb-hgext: move most of hgext3rd and related tests to core 2018-01-09 03:03:59 -08:00
helpers-testrepo.sh tests: use hg files to decide testrepohg vs syshg 2019-03-08 15:45:51 -08:00
helpers-usechg.sh tests: fix helpers-usechg.sh 2018-05-11 16:20:55 -07:00
helpers-wireprotologging.sh wireproto logging: capture getpack 2019-08-30 05:08:18 -07:00
heredoctest.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
hghave tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
hghave.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
hgterm.ti
hgweberror.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
histedit-helpers.sh tests: histedit-helpers fixbundle should not complain about no input 2015-12-14 22:21:30 +00:00
hypothesishelpers.py 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 tests: set CACHEDIR to $TESTTMP/hgcache instead of $PWD/hgcache 2019-04-22 18:39:40 -07:00
list-tree.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
lockdelay.py commitcloud: add a test demonstrating races during sync 2019-05-28 02:40:08 -07:00
logexceptions.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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
mockblackbox.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
mocktime.py Upgrade to 18.5b1 2018-05-30 02:23:58 -07:00
notcapable codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
pdiff
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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
pushrebase_replay_schema.sql record updated onto rev 2018-11-12 04:17:37 -08:00
readlink.py
README urls: bulk-change primary website URLs 2015-09-30 15:43:49 -05:00
require-core-hg.sh
revlog-formatv0.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
revnamesext.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
run-tests.py manifest: update test configs to enable rustmanifest by default 2019-10-04 10:52:13 -07: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
stableidentifiers.py dirstate: add checkoutidentifier to identify and correlate checkouts 2019-04-04 11:29:49 -07:00
stresstest-atomicreplace.py Fix interpreter lines for files with python2-only syntax. 2019-07-09 10:51:40 -07:00
stresstest-compress.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
stresstest-condint.py setup: move native extensions to edenscmnative 2019-06-19 17:55:49 -07: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 use manifest lookup to speed up operations 2019-08-05 05:22:40 -07:00
test-abort-checkin-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-absorb-edit-lines.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-absorb-phase-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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.py tests: fix test-hg-absorb diff settings 2019-10-01 18:35:04 -07: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-adding-invalid-utf8-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-addremove-similar.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-addremove-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-alias2.t dispatch: expand aliases correctly 2019-07-29 19:35:31 -07:00
test-alias-circular.t dispatch: remove Python alias handling 2019-08-19 19:27:29 -07:00
test-alias.t dispatch: change 'no repository found' message 2019-09-10 18:29:50 -07:00
test-amend-fold.t amend: replace with the fbamend extension 2018-10-11 06:59:23 -07:00
test-amend-hiddenoverride.t commands: provide in-core blackbox command 2019-06-26 11:03:27 -07:00
test-amend-hide-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-amend-metaedit.t metaedit: support -M / --reuse-message 2019-09-04 17:06:36 -07:00
test-amend-next.t commands: define prefixes as aliases 2019-10-08 09:45:59 -07:00
test-amend-nextrebase.t amend: do not rebase obsoleted commits for next --rebase 2019-09-12 20:00:28 -07:00
test-amend-noinhibit-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-amend-previous.t commands: define prefixes as aliases 2019-10-08 09:45:59 -07:00
test-amend-rebase-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-amend-restack-auto.t fix O(workingcopy) hg amend <file> behaviour 2019-07-31 08:48:20 -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: do not rebase unrelated commits 2019-06-26 11:24:14 -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 strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-amend-template-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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: show deprecation warnings about --fixup 2019-06-26 11:24:15 -07:00
test-amend.t tests: rename generate-working-copy-states 2019-09-27 13:44:58 -07:00
test-ancestor.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-ancestor.py.out test-ancestor: use random testing for missing ancestors 2014-11-15 10:55:34 -08:00
test-annotate.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-annotate.t dispatch: replace final fancyopts call with native rust 2019-07-20 01:06:35 -07:00
test-arbitraryfilectx.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-archive-symlinks.t tests: guard test-archive-symlink with unziplinks check 2016-08-25 01:26:39 -04:00
test-archive.t tests: remove web / cgi related test 2019-09-20 18:32:35 -07:00
test-argspans.py testutil: add a utility to calculate argument positions 2019-07-17 21:11:27 -07:00
test-atexit-epipe.t ui: silent stdio write errors during atexit 2019-03-25 18:33:05 -07:00
test-atomictempfile.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-audit-path.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-auth-match.t make auth logging debug level 2019-10-03 07:49:29 -07:00
test-autofix.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-automv-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-backout.t fix the problem with flags starting from --no 2019-07-26 14:13:11 -07:00
test-backwards-remove-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-bad-extension.t tests: fix test_bad_extension_t 2019-04-25 11:22:15 -07:00
test-bad-pull.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-basic.t manifest: update test configs to enable rustmanifest by default 2019-10-04 10:52:13 -07:00
test-batching.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-batching.py.out wireproto: overhaul iterating batcher code (API) 2017-08-09 23:29:30 -07:00
test-bdiff.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-bindag-t.py dagparser: add a binary dag serialization format 2019-08-09 16:17:49 -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: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-bisect-t.py tests: fix test-bisect-t.py on windows 2019-10-01 09:57:16 -07:00
test-blackbox.t hgcommands: log process tree 2019-09-20 18:32:37 -07:00
test-bookmark-strip-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-bookmarks-current.t commands: remove "commit --close-branch" flag 2019-02-14 17:44:40 -08:00
test-bookmarks-merge.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-bookmarks-rebase.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-bookmarks-strip.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-bookmarks.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bookmarkstore.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-bundle2-exchange.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bundle2-format.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bundle2-multiple-changegroups.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bundle2-pushback-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-bundle2-remote-changegroup.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-bundle-phases-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-bundle-r.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bundle-type.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bundle-vs-outgoing.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-bundle.t changelog: disable inline revlog 2019-08-30 14:58:02 -07: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 branchcache: fix the tests after removal of branch cache 2019-02-25 09:18:41 -08:00
test-cat.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-changelog-exec.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-changelog-remoteheads-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -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 perforce: remove p4fastimport 2019-09-27 16:31:34 -07:00
test-check-config.t narrow-heads: add bi-directional migration 2019-09-27 17:24:00 -07:00
test-check-execute.t bindings: remove datastore 2019-08-09 10:19:19 -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 help: fix test-check-help.t to recognize fold 2019-08-19 16:59:05 -07:00
test-check-interfaces.py statichttprepo: remove statichttprepo 2019-08-09 16:17:54 -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-check-win32-signature.py win32: add explicit signature for GetProcessTimes 2019-06-20 11:18:24 -07:00
test-check-win32-signature.py.out win32: add explicit signature for CertFreeCertificateChain 2019-06-20 11:18:25 -07:00
test-checkoutidentifier-commitinfo.t blackbox: clean up blackbox logging and log more during rage 2019-04-23 02:48:50 -07:00
test-checkoutidentifier-dirstateinfo.t blackbox: clean up blackbox logging and log more during rage 2019-04-23 02:48:50 -07:00
test-checkserverbookmark.t checkserverbookmark: add an extension to check server bookmark location 2019-05-24 16:23:46 -07:00
test-chg.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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-pull-corruption.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-clone-r.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-clone-uncompressed.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-clone.t add: remove usage of dirstate.walk 2019-10-02 11:00:24 -07:00
test-command-template2-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-command-template-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-commit-amend-reuse-rawfctx.t branch: disable branchcache and drop all branches other than "default" 2019-02-22 21:02:41 -08:00
test-commit-amend.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commit-interactive-curses.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-commit-interactive.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commit-multiple.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-commit-reuse.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -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 tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-commitcloud-background-logging-perms.t commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
test-commitcloud-backup-all.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-bundlestore-short-hash.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-commitcloud-backup-compression.t commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
test-commitcloud-backup-lfs.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-logging.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-phases.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-remotefilelog.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-commitcloud-backup-remotenames-public.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-remotenames.t commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
test-commitcloud-backup-restore-markers.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-restore-obsolete.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-commitcloud-backup-restore.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-commitcloud-backup-rev.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-backup-share.t commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
test-commitcloud-backup-sql1.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-commitcloud-backup-sql2.t commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
test-commitcloud-backup-status.t add hg cloud status command 2019-06-13 05:53:22 -07:00
test-commitcloud-backup.t commitcloud: backup and sync all non-public commits 2019-08-16 10:24:44 -07:00
test-commitcloud-checkoutlocations-update.t sync checkout locations on update 2019-08-15 08:37:14 -07:00
test-commitcloud-lazypull-phab.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-commitcloud-lazypull.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-commitcloud-smartlog-version.t change cloud sl --version_number to --workspace-version 2019-08-01 02:18:05 -07:00
test-commitcloud-smartlog.t commitcloud: incorporate infinitepush backups into commitcloud 2019-05-20 06:19:47 -07:00
test-commitcloud-sync-bookmarks.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-sync-migration.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-commitcloud-sync-omission.t commitcloud: use lastsyncstate omittedheads for lastsyncstate head omissions 2019-05-29 07:25:22 -07:00
test-commitcloud-sync-oscillation.t hide: pluralize messages 2019-06-03 08:48:25 -07:00
test-commitcloud-sync-race.t hiddenoverride: disable itself if visibility is enabled 2019-10-08 16:05:11 -07:00
test-commitcloud-sync-remote-bookmarks.t remotenames: disable selectivepull on clone 2019-07-19 10:04:26 -07:00
test-commitcloud-sync-workspacenames-t.py commitcloud: cloud leave should always clear the workspace name 2019-08-08 03:09:24 -07:00
test-commitcloud-sync.t commitcloud: add automigrate to automatically connect to commitcloud 2019-08-08 03:09:24 -07:00
test-commitcloud-update.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-committer.t config: use single quotes around command hint 2016-04-14 15:18:59 +00:00
test-completion.t commands: implement 'hg continue' 2019-10-08 14:20:55 -07:00
test-config-configfile.t dispatch: do not show help on CommandError 2019-02-20 18:44:35 -08:00
test-config.t config: stop lying about the config locations 2019-02-14 09:31:58 -08:00
test-configparser.t hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-conflict.t encoding: replace 'ascii' with 'utf-8' automatically 2019-09-12 15:06:36 -07:00
test-confused-revert-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-context-metadata.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-context.py treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-context.py.out branch: disable branchcache and drop all branches other than "default" 2019-02-22 21:02:41 -08:00
test-contrib-check-code.t check-code: remove more duplicates with black 2019-10-03 15:32:25 -07:00
test-contrib-perf.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-contrib.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-convert-authormap-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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-convert-bzr-directories.t
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-cvsnt-mergepoints.rlog Rename CVSNT "mergepoints" test and make it executable. 2009-06-15 20:35:19 -04:00
test-convert-darcs.t
test-convert-datesort-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-convert-filemap.t localrepo: properly handle no manifest changes 2019-08-13 13:48:26 -07:00
test-convert-git.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-convert-hg-sink.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-convert-hg-source.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-convert-hg-startrev.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-convert-hg-svn.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-convert-svn-branches.t manifest: update test configs to enable rustmanifest by default 2019-10-04 10:52:13 -07:00
test-convert-svn-encoding.t encoding: replace 'ascii' with 'utf-8' automatically 2019-09-12 15:06:36 -07:00
test-convert-svn-move.t manifest: update test configs to enable rustmanifest by default 2019-10-04 10:52:13 -07:00
test-convert-svn-sink.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-convert-svn-source.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 branch: disable branchcache and drop all branches other than "default" 2019-02-22 21:02:41 -08: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 Prototype: repo-hg converter plugin 2019-09-24 14:38:31 -07:00
test-copy-move-merge.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-copy.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-copytrace-heuristics.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-copytrace-manual-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-crdump-commitcloud.t commitcloud: add commitcloud status to debugcrdump 2019-10-08 16:10:55 -07:00
test-custom-filters-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-debugbuilddag-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-debugbundle-rebase.t debugbundle: show commits in b2x:rebase parts 2019-06-17 01:28:54 -07:00
test-debugbundle.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-debugcheckcasecollisions-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-debugcheckcasecollisions-treemanifest.t dispatch: replace alias expansion and fancyopts parsing call with native rust 2019-07-20 01:06:34 -07:00
test-debugcommands.t hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-debugexistingcasecollisions-t.py debugexistingcasecollisions: add command to check for existing case collisions 2019-08-08 03:01:44 -07:00
test-debugextensions.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-debugignore.t pathmatcher: make gitignore "explain" low cost and more verbose 2019-05-17 14:25:26 -07:00
test-debugindexdot-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-debugrebuilddirstate-corrupt.t treestate: migrate old config items 2018-07-31 17:04:50 -07:00
test-debugrename-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-debugstrip.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-default-push.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-demandimport.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-demandimport.py.out codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-devel-warnings.t ui: split config handling to a separate class 2019-08-15 12:47:35 -07:00
test-diff-antipatience-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-diff-color.t subrepo: remove subrepo support 2019-03-11 10:43:55 -07:00
test-diff-copy-depth.t tests: unify test-diff-copy-depth 2010-09-02 15:08:36 +02:00
test-diff-hashbinary.t Add hash binary config option for hg diff 2019-09-26 09:22:18 -07:00
test-diff-hashes-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-diff-reverse-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-diff-subdir-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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
test-diffdir-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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
test-dirstate-completion-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-dirstate-migrate.t fsmonitor: store fsmonitor state in treestate 2018-06-14 21:38:33 -07:00
test-dirstate-nonnormalset.t
test-dirstate-race.t dirstate: move lookup resolution into the dirstate 2019-10-02 11:00:22 -07:00
test-dirstate-rebuild.t debugrebuilddirstate: setparent early 2018-08-17 11:38:26 -07:00
test-dirstate-symlink-t.py test-dirstate: fix testcase handling in new tests 2019-07-18 15:06:45 -07:00
test-dirstate.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-disable-bad-features-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-disablesymlinks.t disablesymlinks: add extension to disable symlinks 2019-02-06 08:41:34 -08:00
test-dispatch-debug-prefix-t.py testutil/dott: use bindings.commands to run commands 2019-08-28 19:26:26 -07:00
test-dispatch.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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 dispatch: change 'no repository found' message 2019-09-10 18:29:50 -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 ui: split config handling to a separate class 2019-08-15 12:47:35 -07:00
test-doctor.t commands: add a doctor command 2019-10-04 20:37:06 -07:00
test-dott-quote-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-dott-translate.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-double-merge.t
test-drawdag.t drawdag: allow overriding dates 2019-03-08 20:27:07 -08:00
test-duplicateoptions.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-duplicateoptions.py.out
test-edit-tmp.t ui: handle folder in .hg/edit-tmp at commit time 2019-06-17 13:24:01 -07: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-empty-t.py visibility: track all (hidden) heads 2019-09-25 17:22:50 -07:00
test-encode.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encodedstore-long.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-encoding-align.t test-encoding-align: remove part related to named branch or tags 2019-02-07 18:17:18 -08:00
test-encoding-func.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-encoding-textwrap.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-encoding.t encoding: replace 'ascii' with 'utf-8' automatically 2019-09-12 15:06:36 -07:00
test-eol-add.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-eol-clone.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-eol-hook.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-eol-patch.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-eol-tag-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-eol-update.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-eol.t blackbox: initial integrate with mercurial Python code 2019-06-26 11:03:27 -07:00
test-eolfilename.t
test-excessive-merge.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-execute-bit.t
test-exitcodemask-t.py dispatch: change 'no repository found' message 2019-09-10 18:29:50 -07:00
test-export.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -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 clidispatch: replace Dispatcher with CommandTable 2019-08-21 12:16:35 -07:00
test-extension-hgext-prefix.t extensions: work with 'hgext.' prefix 2018-12-17 12:53:12 -08:00
test-extension-inline.t extension: support inlined extensions 2019-04-29 13:52:19 -07:00
test-extension.t tests: remove web / cgi related test 2019-09-20 18:32:35 -07:00
test-extensions-afterloaded.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-extensions-default.t dispatch: do not show help on UnknownCommand 2019-08-19 19:27:28 -07:00
test-extensions-wrapfunction.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-extensions-wrapfunction.py.out extensions: fix wrapcommand/function of class instance 2017-09-10 23:37:14 +09:00
test-fastdiscovery.t discovery: add fastdiscovery 2019-06-03 15:14:21 -07:00
test-fb-convert-repo.py Prototype: repo-hg converter plugin 2019-09-24 14:38:31 -07:00
test-fb-convert-repo.py.out Prototype: repo-hg converter plugin 2019-09-24 14:38:31 -07:00
test-fb-hgext-absorb-filefixupstate.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-fb-hgext-arcconfig-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-catnotate.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-fb-hgext-checkmessagehook-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-fb-hgext-cleanobsstore-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-copytrace-amend.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-fb-hgext-copytrace-errormsg-t.py merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-fb-hgext-copytrace-mergedriver-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-fb-hgext-copytrace.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-fb-hgext-crdump.t commitcloud: add commitcloud status to debugcrdump 2019-10-08 16:10:55 -07:00
test-fb-hgext-cstore-treemanifest.py manifest: remove the dirs function from the manifest 2019-08-26 10:48:07 -07:00
test-fb-hgext-cstore-uniondatapackstore.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-fb-hgext-debugcommitmessage-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-diff-since-last-submit-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-dirsync-amend-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-dirsync.t Add exclude functionality to dirsync 2019-01-15 07:14:23 -08: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 commands: provide in-core blackbox command 2019-06-26 11:03:27 -07:00
test-fb-hgext-extorder.t hgcommands: print errors to io instead of stderr 2019-10-02 10:12:19 -07:00
test-fb-hgext-extutil.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-fb-hgext-fastannotate-corrupt.t
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 dispatch: replace final fancyopts call with native rust 2019-07-20 01:06:35 -07:00
test-fb-hgext-fastannotate-perfhack.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fastannotate-protocol.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fastannotate-renames-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-fastannotate-revmap.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-fb-hgext-fastannotate.t dispatch: do not show help on UnknownCommand 2019-08-19 19:27:28 -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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17: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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fastmanifest-readfast-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-fastmanifest-remotenames.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fastmanifest-writepath.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fastmanifest.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-fb-hgext-fastmanifest.t add: remove usage of dirstate.walk 2019-10-02 11:00:24 -07:00
test-fb-hgext-fbconduit.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-fb-hgext-fbhistedit-exec-obsolete.t codemod: import from the edenscm package 2019-01-29 17:25:32 -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
test-fb-hgext-fbhistedit-stop-obsolete.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fbhistedit-stop.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-fixcorrupt.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-fb-hgext-git-getmeta.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-githelp.t githelp: update branch -d suggestions 2019-06-03 08:48:25 -07: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
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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-fb-hgext-lfs-pointer.py.out
test-fb-hgext-lfs-pushrebase.t lfs: add test for lfs-downgrade-after-rename issue 2019-09-20 11:40:27 -07:00
test-fb-hgext-lfspushrebase-verify-blobs.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-merge-conflictinfo.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-fb-hgext-mergedriver.t hook: print exception message on load failure 2019-02-14 16:22:22 -08:00
test-fb-hgext-morecolors.t ui: add labelled prefixes to ui.write 2019-05-09 06:55:11 -07:00
test-fb-hgext-morestatus.t dispatch: fixed arguments escaping before invoking hooks 2019-04-15 06:56:50 -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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-fb-hgext-ownercheck-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-patchrmdir.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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 codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
test-fb-hgext-phrevset-local-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-pull-createmarkers-hide-later.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pull-createmarkers.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-cannot-rebasepublic.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-hgsql-mfs.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-manifests.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-protection.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-recording.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-remotenames.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase-set-dates.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushrebase.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-pushvars-remotenames.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-rage.t add hg cloud status in hg pasterage output 2019-06-13 05:53:22 -07:00
test-fb-hgext-remotefilelog-archive.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-bad-configs.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-bgprefetch.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-blame.t remotefilelog: do no build the entire ancestormap in remotefilectx.parents 2019-08-29 09:51:38 -07:00
test-fb-hgext-remotefilelog-bundle2-legacy.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-bundle2.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-bundleloop-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-fb-hgext-remotefilelog-bundles.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-cacheprocess.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-clone-tree.t remotefilelog: remove repo.fileslog side effect in reposetup 2019-10-04 20:37:06 -07:00
test-fb-hgext-remotefilelog-clone.t remotefilelog: remove repo.fileslog side effect in reposetup 2019-10-04 20:37:06 -07:00
test-fb-hgext-remotefilelog-commit-repack-t.py remotefilelog: automatically repack when many transaction are commited 2019-10-01 14:34:04 -07:00
test-fb-hgext-remotefilelog-corrupt-cache.t remotefilelog: log when hash verification fails 2019-06-04 14:26:31 -07:00
test-fb-hgext-remotefilelog-datapack.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-fb-hgext-remotefilelog-gc.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-getpackv2.t mononoke: add getpackv2 wire protocol 2019-06-24 11:20:39 -07:00
test-fb-hgext-remotefilelog-histpack.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-fb-hgext-remotefilelog-keepset.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-lfs-fetchpacks.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-lfs-prefetch.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-lfs.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-linknodes.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-local.t test-fb-hgext-remotefilelog-local: try to make it less flaky 2019-07-19 19:36:33 -07:00
test-fb-hgext-remotefilelog-localdatarepack-full.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-log.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-pack-files.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-partial-shallow.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-permissions.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-prefetch.t remotefilelog: honor --quiet for background repack 2019-10-01 14:34:03 -07:00
test-fb-hgext-remotefilelog-pull-noshallow.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-push-pull-query-string.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-remotefilelog-push-pull.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-repack-corrupt.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-repack-fast.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-repack-incremental-rust.t remotefilelog: Rust repack is the default 2019-08-30 15:09:24 -07:00
test-fb-hgext-remotefilelog-repack-packsonly.t remotefilelog: honor --quiet for background repack 2019-10-01 14:34:03 -07:00
test-fb-hgext-remotefilelog-repack-remove-old.t remotefilelog: Rust repack is the default 2019-08-30 15:09:24 -07:00
test-fb-hgext-remotefilelog-repack-rust.t remotefilelog: Rust repack is the default 2019-08-30 15:09:24 -07:00
test-fb-hgext-remotefilelog-repack.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-remotefilelog-sparse.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-tags.t changelog: disable inline revlog 2019-08-30 14:58:02 -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-lfs.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-remotefilelog-treemanifest-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-fb-hgext-remotefilelog-wireproto-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-fb-hgext-reset-remotenames-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-reset-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-sampling.t filesystem: implement fs.pendingchanges() 2019-10-08 16:45:09 -07:00
test-fb-hgext-scm-prompt-compat.t test-scm-prompt: fix tests 2019-09-12 10:00:55 -07:00
test-fb-hgext-scm-prompt-git.t test-scm-prompt: fix tests 2019-09-12 10:00:55 -07:00
test-fb-hgext-scm-prompt-hg.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-fb-hgext-sigtrace.t sigtrace: use smarttraceback and print to stderr 2019-09-04 13:37:39 -07:00
test-fb-hgext-simplecache.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-smartlog-hide-before.t smartlog: show more commits 2019-03-11 11:11:59 -07:00
test-fb-hgext-smartlog-inhibit-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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.py remotenames: move 'remotenames' state to storevfs 2019-09-13 20:19:09 -07:00
test-fb-hgext-smartlog-revset-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07: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 selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-fb-hgext-snapshot-backup.t snapshot: store metadata content 2019-10-04 10:07:54 -07:00
test-fb-hgext-snapshot-show.t snapshot: clean the internal files given the --clean flag 2019-10-04 10:07:55 -07:00
test-fb-hgext-snapshot-sync.t snapshot: store metadata content 2019-10-04 10:07:54 -07:00
test-fb-hgext-snapshot.t snapshot: store metadata content 2019-10-04 10:07:54 -07:00
test-fb-hgext-sshaskpass.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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 changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-treemanifest-backfill.t tests: remove use of remotefilelog.{use,}fastdatapack 2019-06-26 11:10:55 -07:00
test-fb-hgext-treemanifest-bad-tree.t localrepo: properly handle no manifest changes 2019-08-13 13:48:26 -07:00
test-fb-hgext-treemanifest-blame.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-treemanifest-comparetrees.t tests: remove use of remotefilelog.{use,}fastdatapack 2019-06-26 11:10:55 -07:00
test-fb-hgext-treemanifest-convertflat.t remotefilelog: remove local loosefile generation 2019-09-10 13:10:42 -07:00
test-fb-hgext-treemanifest-disabled-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-fb-hgext-treemanifest-fastmanifest.t tests: remove use of remotefilelog.{use,}fastdatapack 2019-06-26 11:10:55 -07:00
test-fb-hgext-treemanifest-infinitepush.t visibility: track all (hidden) heads 2019-09-25 17:22:50 -07:00
test-fb-hgext-treemanifest-noflat.t tests: remove use of remotefilelog.{use,}fastdatapack 2019-06-26 11:10:55 -07:00
test-fb-hgext-treemanifest-peertopeer.t tests: remove use of remotefilelog.{use,}fastdatapack 2019-06-26 11:10:55 -07:00
test-fb-hgext-treemanifest-prefetch.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-treemanifest-pullpublic.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-fb-hgext-treemanifest-pushrebase2.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-fb-hgext-treemanifest-pushrebase-treeonly.t treemanifest: add flatcompat mode for test migration 2019-05-10 09:59:53 -07:00
test-fb-hgext-treemanifest-pushrebase.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-treemanifest-remotenames-out-of-sync.t treemanifest/remotenames: use write path for reads after push 2019-02-22 06:03:18 -08:00
test-fb-hgext-treemanifest-repack.t gc: do not break indexedlog data 2019-10-07 08:36:47 -07:00
test-fb-hgext-treemanifest-sendtrees.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-treemanifest-server.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-treemanifest-sparse-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-treemanifest-treeonly-copyamend.t context: remove use of dirstate.walk 2019-10-02 11:00:25 -07:00
test-fb-hgext-treemanifest-treeonly-fetching.t treemanifest: add flatcompat mode for test migration 2019-05-10 09:59:53 -07:00
test-fb-hgext-treemanifest-treeonly-linknodes.t treemanifest: fixup linknodes when sending to the server 2019-01-02 04:43:58 -08:00
test-fb-hgext-treemanifest-treeonly.t manifest: update test configs to enable rustmanifest by default 2019-10-04 10:52:13 -07:00
test-fb-hgext-treemanifest.t treemanifest: remove delta storing of manifest entries when autocreate 2019-09-03 15:08:34 -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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-tweakdefaults-grep.t grep: remove use of dirstate.walk 2019-10-02 11:00:25 -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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-tweakdefaults-pullrebaseffwd-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-tweakdefaults-pullrebaseremotenames-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-tweakdefaults-remotenames.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-tweakdefaults-revsets.t
test-fb-hgext-tweakdefaults-update-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-fb-hgext-tweakdefaults.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fb-hgext-undo.t visibility: support undo after split 2019-04-26 01:07:30 -07:00
test-fb-hgext-whereami-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-filebranch.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-filecache.py autoformat all of fbcode/scm with black 2019-07-30 08:21:05 -07:00
test-filecache.py.out treemanifest: fix filecache for manifestlog 2018-10-17 20:07:47 -07:00
test-filelog.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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 tests: rename generate-working-copy-states 2019-09-27 13:44:58 -07:00
test-fileset.t ignore: disable hgignore by default 2019-03-20 22:32:58 -07:00
test-flagprocessor.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-flags.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-fsmonitor-blackbox.t logging: migrate fsmonitor to new blackbox API 2019-07-06 02:46:17 -07:00
test-fsmonitor-bumpclock.t logging: migrate fsmonitor to new blackbox API 2019-07-06 02:46:17 -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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-fsmonitor-filemerge.t logging: migrate watchman command logs to new blackbox event 2019-07-06 02:46:16 -07:00
test-fsmonitor-refreshclock.t fsmonitor: add 'debugrefreshwatchmanclock' command 2018-09-14 18:25:52 -07:00
test-fsmonitor-warn-fresh.t context: wait for wlock for dirstate fixup if watchman reports fresh instance 2019-09-19 19:07:50 -07:00
test-generaldelta.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-getbundle.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-gitlookup-infinitepush.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-globalopts.t dispatch: change 'no repository found' message 2019-09-10 18:29:50 -07:00
test-globalrevs-requires.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-globalrevs-t.py tests: update test-globalrevs to use assert 2019-10-02 16:50:02 -07:00
test-glog-t.py test-glog: fix the test 2019-07-24 14:32:29 -07:00
test-glog-topological-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-gpg.t
test-graft-t.py commands: implement 'hg continue' 2019-10-08 14:20:55 -07:00
test-hardlinks.t visibility: track all (hidden) heads 2019-09-25 17:22:50 -07:00
test-help.t commands: define prefixes as aliases 2019-10-08 09:45:59 -07:00
test-hg-parseurl.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-hg-parseurl.py.out hg: make parseurl() consistently return normalised path 2011-04-06 12:48:59 +02:00
test-hgext-perfsuite.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgext-repogenerator.t treestate: enable by default 2018-07-27 18:04:56 -07:00
test-hgext-stablerev.t stablerev: pass information using environment variables 2019-09-05 15:53:37 -07:00
test-hggit-bookmark-workflow.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hggit-clone.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-conflict-1.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-conflict-2.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-convergedmerge.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-empty-working-tree.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-encoding.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hggit-extra.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-file-removal.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-git-clone.t test-hggit: yet another fix 2019-02-14 14:08:27 -08:00
test-hggit-git-tags.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-git-workflow.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hggit-gitignore.t ignore: disable hgignore by default 2019-03-20 22:32:58 -07:00
test-hggit-hg-author.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-hg-tags-invalid.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-hg-tags.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-illegal-contents.t localrepo: add storerequirements feature 2018-09-15 03:22:34 -07:00
test-hggit-incoming.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hggit-keywords.t translate from hg to git hash should use the extras 2019-08-16 07:09:31 -07:00
test-hggit-merge.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-nodemap.t translate from hg to git hash should use the extras 2019-08-16 07:09:31 -07:00
test-hggit-octopus.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-outgoing.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-hggit-pull-after-strip.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-hggit-pull.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-hggit-push-r.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hggit-push.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-hggit-renames.t subrepo: remove subrepo support 2019-03-11 10:43:55 -07:00
test-hggit-timezone.t
test-hggit-tree-decomposition.t hggit: store git hash in hg extras 2018-12-06 12:35:14 -08:00
test-hggit-updatemeta.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hggit-url-parsing.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hggit-url-parsing.py.out
test-hggit-verify-fail.t
test-hghave.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-hgrc.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-bundle2.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-bundlerepo-t.py tests: convert 5 more hgsql tests 2019-10-02 10:12:18 -07:00
test-hgsql-corruption.t hgcommands: print errors to io instead of stderr 2019-10-02 10:12:19 -07:00
test-hgsql-encoding.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-filenames-t.py tests: convert test-hgsql-filenames.t 2019-10-02 10:12:18 -07:00
test-hgsql-hggit.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-hgsql-lfs-sync.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-linkrevs-t.py tests: convert 5 more hgsql tests 2019-10-02 10:12:18 -07:00
test-hgsql-local-commands-t.py tests: convert 5 more hgsql tests 2019-10-02 10:12:18 -07:00
test-hgsql-metrics-t.py tests: convert 5 more hgsql tests 2019-10-02 10:12:18 -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: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-hgsql-pushrebase2.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-hgsql-pushrebase.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-race-conditions.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-repolock.t hgsql: expose reason on top of sqlisreporeadonly 2019-05-02 09:08:51 -07:00
test-hgsql-requires.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-hgsql-sqlrefill.t hgcommands: print errors to io instead of stderr 2019-10-02 10:12:19 -07:00
test-hgsql-sqlverify.t hgcommands: print errors to io instead of stderr 2019-10-02 10:12:19 -07:00
test-hgsql-strip.t hgcommands: print errors to io instead of stderr 2019-10-02 10:12:19 -07:00
test-hgsql-sync-interval.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-sync.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsql-transaction-restrictions-t.py tests: convert 5 more hgsql tests 2019-10-02 10:12:18 -07:00
test-hgsql-treemanifest.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-hgsubversion-binaryfiles.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-diff.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-externals.py hgsubversion: use better string literals for significant whitespace 2019-05-22 02:34:58 -07:00
test-hgsubversion-fetch-command-regexes.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-command.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-dir-removal.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-exec.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-mappings.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-mappings.py.out tests: fix hgsubversion tests 2019-08-15 15:47:49 -07:00
test-hgsubversion-fetch-renames.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-symlinks.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-fetch-truncated.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-helpers.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-hooks.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-pull-fallback.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-pull.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -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 hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-push-command.py autoformat all of fbcode/scm with black 2019-07-30 08:21:05 -07:00
test-hgsubversion-push-command.py.out hgsubversion: skip empty commits when pushing 2019-09-19 15:44:19 -07:00
test-hgsubversion-push-dirs.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-push-eol.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-push-renames.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-revmap-migrate.py run hgsubversion tests with sqlite revmap format 2019-07-10 12:47:44 -07:00
test-hgsubversion-single-dir-clone.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-single-dir-push.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-svn-pre-commit-hooks.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-svnwrap.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-tags.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-template-keywords.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -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 bindings: create cliparser native binding to replace fancyopts early parsing 2019-07-20 01:06:32 -07:00
test-hgsubversion-urls.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
test-hgsubversion-utility-commands.py globalrevs: remove the dependency on 'hgsubversion' extension 2019-09-26 17:48:40 -07:00
test-hgsubversion-utility-commands.py.out hgsubversion: migrate all the tests to silentrunner 2018-01-17 03:23:44 -08:00
test-hint.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-histedit-arguments.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-histedit-base.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-histedit-bookmark-motion.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-histedit-commute.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-histedit-drop.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-histedit-edit.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-histedit-fold-non-commute.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-histedit-fold.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-histedit-no-change.t commands: remove "commit --close-branch" flag 2019-02-14 17:44:40 -08: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 commands: implement 'hg continue' 2019-10-08 14:20:55 -07:00
test-histedit-obsolete.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-histedit-outgoing.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-histedit-templates.t
test-histgrep-disable-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-histgrep.t commands: rename hg grep to hg histgrep 2018-10-25 14:54:22 -07:00
test-hook.t tests: fix test-hook.t 2019-09-25 19:17:43 -07:00
test-hybridencode.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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-identify.t commands: deprecate "hg id -b" 2019-02-14 17:44:40 -08:00
test-import-bypass.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 ignore: disable hgignore by default 2019-03-20 22:32:58 -07: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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-import-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-import-unknown-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-infinitepush-bundlestore.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-infinitepush-delscratchbookmarks.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-infinitepush-forwardfillerqueue.t infinitepush: add forwardfillerqueue 2019-06-12 07:41:19 -07:00
test-infinitepush-publicscratchbookmarks.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-infinitepush-push-to-other.t infinitepush: alias "default" path into "infinitepush" 2019-06-03 05:30:44 -07:00
test-infinitepush-remotefilelog.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-infinitepush-remotenames.t remotenames: move 'remotenames' state to storevfs 2019-09-13 20:19:09 -07:00
test-infinitepush-replaybookmarksqueue-ignore-backup.t infinitepush: add replaybookmarksqueue 2019-06-17 06:19:12 -07:00
test-infinitepush-replaybookmarksqueue-multiple-updates.t infinitepush: add replaybookmarksqueue 2019-06-17 06:19:12 -07:00
test-infinitepush-replaybookmarksqueue-one-bookmark.t infinitepush: add replaybookmarksqueue 2019-06-17 06:19:12 -07:00
test-infinitepush-scratchbookmark-commands.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-infinitepush-treemanifest-rebundle.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-inherit-mode.t visibility: track all (hidden) heads 2019-09-25 17:22:50 -07:00
test-init.t localrepo: don't add storerequirements by default 2018-09-25 12:37:57 -07:00
test-install.t encoding: replace 'ascii' with 'utf-8' automatically 2019-09-12 15:06:36 -07:00
test-issue522.t Improve backout default message 2018-04-13 21:50:58 -07:00
test-issue586.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-issue612-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-issue660-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-issue672.t perftweaks: move commit head detection removal logic to core 2018-04-13 21:50:52 -07:00
test-issue1089-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-issue1102-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-issue1175.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-issue1438-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-issue1502.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-issue1802.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07: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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-journal-share-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-journal.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-known.t serve: assign hg serve ports dynamically in tests 2018-04-13 21:51:07 -07:00
test-lfs-bundle.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-lfs-checksum.t lfs: move abstract local blobstore to core mercurial 2019-09-04 11:09:36 -07:00
test-lfs-journal-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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: import from the edenscm package 2019-01-29 17:25:32 -08: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 test-lfs-test-server: disable the test 2019-08-19 19:27:29 -07:00
test-lfs.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-linelog-edits.py setup: move native extensions to edenscmnative 2019-06-19 17:55:49 -07:00
test-linerange.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-linkrevcache-linkrevdb.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-linkrevcache-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-local-tag-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-locate-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-lock-badness.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-lock.py autoformat all of fbcode/scm with black 2019-07-30 08:21:05 -07:00
test-log-dir-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-log-exthook.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-log-filenode-conflict.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-log-linerange.t tests: improve test compatibility with different zlib 2018-04-13 21:51:09 -07:00
test-log-t.py test-log: fix the test 2019-07-24 14:32:28 -07:00
test-log-wireproto-requests-getpack.t wireproto logging: capture getpack 2019-08-30 05:08:18 -07:00
test-log-wireproto-requests.t wireproto logging: capture getpack 2019-08-30 05:08:18 -07:00
test-lrucachedict.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-lrucachedict.py.out lrucachedict: add copy method 2015-12-30 13:10:53 -08:00
test-lz4revlog.t changelog: disable inline revlog 2019-08-30 14:58:02 -07:00
test-mactext.t
test-manifest-merging-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-manifest-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-manifest.py manifest: remove the clean argument from diff 2019-07-31 10:06:47 -07:00
test-match.py match: use "" instead of "." for root directory (API) 2019-08-12 14:34:36 -07:00
test-memcommit.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-merge1.t ignore: disable hgignore by default 2019-03-20 22:32:58 -07:00
test-merge2.t
test-merge4-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge5-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge6.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-merge7.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-merge8-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge9-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge10-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge-ancestor-mergestate-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge-changedelete.t filesystem: implement fs.pendingchanges() 2019-10-08 16:45:09 -07:00
test-merge-commit.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 revset: optimize ancestor revset function 2019-03-14 20:14:37 -07:00
test-merge-default.t commands: deprecate "hg id -b" 2019-02-14 17:44:40 -08:00
test-merge-force.t tests: rename generate-working-copy-states 2019-09-27 13:44:58 -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 merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-merge-revert2-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge-revert-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-merge-symlinks.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-merge-tools.t merge-tools: look for merge-tools inside repo when relative path is supplied 2019-09-18 07:12:18 -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-mergedriver2.t hook: make "mercurial" module available for Python hooks 2019-03-08 16:04:38 -08:00
test-minirst.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-minirst.py.out minirst: detect bullet lists using asterisks 2017-02-15 16:42:17 -08:00
test-mkdir-broken-symlink-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-mutation-fromobsmarkers.t debugmutation: improve format and render successors 2019-09-06 00:44:12 -07:00
test-mutation-infinitepush.t test-mutation-infinitepush: enable narrow heads 2019-09-25 17:22:52 -07:00
test-mutation-loops.t test-mutation-loops: use narrow-heads 2019-09-25 17:22:52 -07:00
test-mutation-pushrebase.t narrow-heads: add bi-directional migration 2019-09-27 17:24:00 -07:00
test-mutation.t debugmutation: don't use the unfiltered repo by default 2019-09-06 00:44:13 -07:00
test-mv-cp-st-diff.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-namespaces.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-narrow-heads-migration.t narrow-heads: add bi-directional migration 2019-09-27 17:24:00 -07:00
test-narrow-heads.t phases: point out manual edits are no-ops if narrow-heads is enabled 2019-09-27 17:24:00 -07:00
test-nested-repo-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-no-symlinks.t Fix windows tests 2019-05-30 05:06:23 -07:00
test-obsmarker-template-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-obsolete-bounds-checking.t config: use 'experimental.evolution.exchange' 2017-09-28 21:07:58 +01:00
test-obsolete-changeset-exchange-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-obsolete-divergent.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-origbackup-conflict.t util: make util.dirs() and util.finddirs() include root directory (API) 2019-08-12 14:34:36 -07:00
test-pager.t dispatch: replace alias expansion and fancyopts parsing call with native rust 2019-07-20 01:06:34 -07:00
test-parents.t
test-parse-date.t date: fix parsing months 2018-12-06 15:14:18 -08:00
test-parseindex2.py setup: move native extensions to edenscmnative 2019-06-19 17:55:49 -07:00
test-parseindex2.py.out
test-parseindex.t visibility: track all (hidden) heads 2019-09-25 17:22:50 -07: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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-paths.t subrepo: remove subrepo support 2019-03-11 10:43:55 -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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-perftrace.t tracing: fix the perftrace tests 2019-05-06 12:17:40 -07:00
test-perftweaks-remotenames.t remotenames: move 'remotenames' state to storevfs 2019-09-13 20:19:09 -07:00
test-perftweaks.t tests: remove some tag cache related tests 2019-06-06 20:23:50 -07:00
test-permissions.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-phases-exchange.t blackbox: initial integrate with mercurial Python code 2019-06-26 11:03:27 -07:00
test-phases.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-profile.t hgmain: implement native hg root command with new dispatch library 2019-07-26 20:38:50 -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 progressfile: include pid in progress information 2019-09-16 19:02:38 -07:00
test-propertycache.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-propertycache.py.out
test-pull-permission.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-pull-pull-corruption.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-pull-r.t selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07:00
test-pull-update-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-pull.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 ignore: disable hgignore by default 2019-03-20 22:32:58 -07:00
test-push.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-pushrebase-fastmanifest.t windows: switch to the new Python runtime 2019-06-24 08:34:23 -07:00
test-pushrebase-merge-changed-file-list.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-pushrebase-withmerges.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-pushvars-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-rebase-abort.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08: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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-brute-force.t drawdag: inline drawdag 2018-04-13 21:50:59 -07:00
test-rebase-check-restore-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-rebase-collapse.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-conflicts.t commands: implement 'hg continue' 2019-10-08 14:20:55 -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 selectivepull: show hint in hg log to fetch remotename 2019-06-10 09:31:15 -07: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.py repo: reuse manifest node if manifest write returns None 2019-09-25 12:16:35 -07:00
test-rebase-inmemory-noconflict.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-inmemory.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-interruptions.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-issue-noparam-single-rev-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-rebase-legacy-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-rebase-missing-cwd.t config: enable obsstore by default 2018-10-26 18:54:40 -07:00
test-rebase-newancestor.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-obsolete.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-parameters.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-rebase-removed.t merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-rebase-rename.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rebase-scenario-global.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07: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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-record.t subrepo: remove subrepo support 2019-03-11 10:43:55 -07:00
test-remotenames-basic.t remotenames: move 'remotenames' state to storevfs 2019-09-13 20:19:09 -07:00
test-remotenames-bookmarks-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-remotenames-convert-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-remotenames-journal.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-remotenames-namespaces-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-remotenames-on-and-off-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-remotenames-push.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-remotenames-pushto-pathandname.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-remotenames-pushto.t discovery: add fastdiscovery 2019-06-03 15:14:21 -07:00
test-remotenames-schemes.t test-remotenames-schemes: rewrite the test 2019-02-12 19:54:30 -08:00
test-remotenames-selective-pull-accessed-bookmarks.t selectivepull: keep info about enabled remotes 2019-06-10 09:31:16 -07:00
test-remotenames-selective-pull.t remotenames: disable selectivepull on clone 2019-07-19 10:04:26 -07:00
test-remotenames-shared-repo-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-remotenames-strip-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-remotenames-tracking.t remotenames: move 'remotenames' state to storevfs 2019-09-13 20:19:09 -07:00
test-remotenames-transition.t remotenames: move 'remotenames' state to storevfs 2019-09-13 20:19:09 -07:00
test-remotenames-update.t codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
test-remove.t remove: fix root path ("") exception handling 2019-08-13 18:53:11 -07:00
test-rename-after-merge.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-rename-dir-merge.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 merge: make it possible to manually specify a rename destination 2019-09-18 20:44:05 -07:00
test-rename.t summary: remove branch related logic 2018-08-23 17:35:01 -07:00
test-repair-strip.t changelog: disable inline revlog 2019-08-30 14:58:02 -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 tests: remove use of remotefilelog.{use,}fastdatapack 2019-06-26 11:10:55 -07:00
test-requires-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-resolve.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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
test-revert-t.py tests: fix test-revert-t.py on Windows 2019-10-01 09:57:16 -07:00
test-revert-unknown-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-revlog-ancestry.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-revlog-mmapindex.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-revlog-raw.py.out revlog: make _addrevision only accept rawtext 2017-03-30 18:38:03 -07:00
test-revlog.t indicate which revlog is corrupt 2019-06-12 14:41:09 -07:00
test-revnum-deprecate-t.py phase: use commit hash internally 2019-08-22 13:00:13 -07:00
test-revset2.t clidispatch: replace Dispatcher with CommandTable 2019-08-21 12:16:35 -07:00
test-revset-age-t.py test-revset-age: migrate to Python and stablize it 2019-07-19 19:36:33 -07:00
test-revset-dirstate-parents.t treestate: migrate old config items 2018-07-31 17:04:50 -07:00
test-revset-outgoing.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-revset-t.py test-revset: fix compatibility with Windows 2019-07-25 17:43:42 -07:00
test-root-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-run-tests.py
test-run-tests.t tests: fix test-run-tests.t 2019-07-19 11:39:56 -07:00
test-rustthreading.py setup: move native extensions to edenscmnative 2019-06-19 17:55:49 -07:00
test-schemes.t clidispatch: make use of HgGlobalOpts 2019-08-21 12:16:36 -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
test-setdiscovery.t commands: provide in-core blackbox command 2019-06-26 11:03:27 -07:00
test-share-requirements-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-share-unshare-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-share.t tests: remove web / cgi related test 2019-09-20 18:32:35 -07:00
test-shelve-t.py commands: implement 'hg continue' 2019-10-08 14:20:55 -07:00
test-show.t encoding: replace 'ascii' with 'utf-8' automatically 2019-09-12 15:06:36 -07:00
test-simple-update.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-simplekeyvaluefile.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-simplemerge.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-simplemerge.py.out simplemerge: burn "minimal" feature to the ground 2014-08-05 14:56:25 -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 codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-sparse-clear-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-sparse-clone.t sparse: warn when enabling non-existing profile 2019-09-26 02:23:09 -07: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-sparse-ignore.t sparse: rename fbsparse into sparse in tests 2018-10-16 14:27:29 -07:00
test-sparse-import.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-sparse-issues-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-sparse-merges.t strip: move extension to core and rename to debugstrip 2019-02-25 03:55:08 -08:00
test-sparse-notsparse-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-sparse-profiles.t sparse: warn when enabling non-existing profile 2019-09-26 02:23:09 -07: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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-sparse.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-ssh-clone-r.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-ssh-earlyerror-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-ssh.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-sshserver.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-stackdesc.py bindings: add bindings to stackdesc 2019-08-01 19:53:56 -07:00
test-stackdesc.py.out bindings: add bindings to stackdesc 2019-08-01 19:53:56 -07:00
test-status-color.t dispatch: do not show help on UnknownCommand 2019-08-19 19:27:28 -07:00
test-status-inprocess.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-status-inprocess.py.out add a test for the inprocess status dirstate race 2010-04-05 20:10:46 +02:00
test-status-mlog.t commands: provide in-core blackbox command 2019-06-26 11:03:27 -07:00
test-status-rev.t tests: rename generate-working-copy-states 2019-09-27 13:44:58 -07:00
test-status-terse-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-status.t ignore: disable hgignore by default 2019-03-20 22:32:58 -07:00
test-strict.t commands: define prefixes as aliases 2019-10-08 09:45:59 -07:00
test-strip-cross.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-subcommands.t encoding: replace 'ascii' with 'utf-8' automatically 2019-09-12 15:06:36 -07:00
test-symlink-os-yes-fs-no.py treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-symlinks.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-template-engine.t codemod: import from the edenscm package 2019-01-29 17:25:32 -08: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-treedirstate.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-treemanifest-amend.t inhibit: remove the extension 2018-10-10 10:01:45 -07:00
test-treemanifest-diff-t.py tests: add treemanifest diff test 2019-09-19 19:45:08 -07:00
test-treemanifest.t match: fix patternmatcher.visitdir 2019-10-02 11:00:26 -07:00
test-treestate-downgrade.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -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 test demostrating NEED_CHECK is removed for files outside sparse 2018-12-10 17:52:04 -08:00
test-treestate-repack.t filesystem: implement fs.pendingchanges() 2019-10-08 16:45:09 -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.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-treestate.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
test-ui-color.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-ui-color.py.out
test-ui-config.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-ui-config.py.out
test-ui-verbosity.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-ui-verbosity.py.out tests: renamed Python tests to .py 2009-05-17 01:39:31 +02:00
test-unbundlehash.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-unbundlereplay.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-uncommit.t commands: define prefixes as aliases 2019-10-08 09:45:59 -07:00
test-undo-narrow-heads.t undo: support visibility + narrow-heads directly 2019-09-25 17:22:53 -07:00
test-unified-test.t tests: change some 'python' to 'hg debugpython' 2019-09-20 18:32:35 -07:00
test-unrelated-pull.t pull: remove postincoming advice 2019-05-20 06:19:49 -07:00
test-up-local-change.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-update-dest-t.py testutil/dott: match shell's behavior on quote handling 2019-09-30 16:53:25 -07:00
test-update-empty-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-update-inactive-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-update-issue1456.t
test-update-merge-state-t.py commands: implement 'hg continue' 2019-10-08 14:20:55 -07: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-url-rev.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-url.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-username-newline.t
test-verify-repo-operations.py push: remove newbranch option 2019-02-25 17:51:10 -08:00
test-verify-skipmanifests-t.py tests: translate some .t tests to Python 2019-07-17 21:11:32 -07:00
test-verify.t localrepo: make 'ignoring unknown working parent' a hard error 2019-09-23 18:59:43 -07:00
test-visibility-bundle.t test-visibility-bundle: use narrow-heads 2019-09-25 17:22:53 -07:00
test-visibility-cloudsync.t narrow-heads: add bi-directional migration 2019-09-27 17:24:00 -07:00
test-visibility.t hide: pluralize messages 2019-06-03 08:48:25 -07:00
test-walk.t ignore: disable hgignore by default 2019-03-20 22:32:58 -07:00
test-walkrepo.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-win32text.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-wireproto.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
test-wireproto.py.out wireproto: correctly escape batched args and responses (issue4739) 2015-06-30 19:19:17 -04:00
test-wireproto.t treemanifest: enable treemanifest by default in tests 2019-05-28 03:17:02 -07:00
test-worker.t fix the test-worker.t test 2019-05-06 11:50:11 -07:00
test-xdg.t configparser: fix XDG config loading 2019-03-11 15:32:55 -07:00
test-zstdelta.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
tinit.sh manifest: update test configs to enable rustmanifest by default 2019-10-04 10:52:13 -07:00
tinyproxy.py Remove FBPYTHON lint suppressions 2019-05-30 08:05:11 -07:00
translate tests: add a script to translate tests to Python 2019-09-26 13:23:29 -07:00
truncate.py truncate: add truncate implementation 2018-10-27 10:59:21 -07:00
unittestify.py change the scm/hg:hg target to use a sh_binary() rule 2019-09-26 20:17:40 -07:00
waitforfile.py

To run the tests, do:

cd tests/
python run-tests.py

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