sapling/eden/scm/tests
Durham Goode e6ab18a679 merge: remove checkunknown content check
Summary:
checkunknown is a large source of random slowdowns for users, since if
they have a lot of untracked files in their working copy, it could result in
downloading a lot of data, reading the files off disk, and comparing it. This
causes a lot of pain, and in contrast the checkunknown functionality likely
saves users time very rarely (vs just rewriting the files on disk), so let's
remove it.

Reviewed By: quark-zju

Differential Revision: D34113766

fbshipit-source-id: 442b347e5484422c5b27154763bd878b2bb8803e
2022-02-15 23:10:18 -08:00
..
blacklists
bundles
gpg
hgsql codemod: update license headers 2022-01-05 14:43:32 -08:00
infinitepush codemod: update license headers 2022-01-05 14:43:32 -08:00
svn
testlib py3 iteritems -> pycompat.iteritems 2020-02-04 15:29:39 -08:00
testutil codemod: update license headers 2022-01-05 14:43:32 -08:00
update-to-py3-utils codemod: update license headers 2022-01-05 14:43:32 -08:00
autodiff.py codemod: update license headers 2022-01-05 14:43:32 -08:00
badserverext.py
binfile.bin
bruterebase.py test-rebase-brute-force: enable segmented changelog 2020-10-20 15:24:29 -07:00
bundlerepologger.py
bzr-definitions
common-pattern.py repair: remove "saved backup bundle to" message 2020-06-10 19:29:54 -07:00
conduithttp.py py3: make conduithttp.py python 3 compatible 2020-02-17 14:52:31 -08:00
crashgetbundler.py
ctrlchar-msg.txt
dumbhttp.py
dummyext1.py
dummyext2.py
dummyssh connect directly to mononoke - remove hgcli 2022-01-28 01:21:32 -08:00
dummyssh3.py connect directly to mononoke - remove hgcli 2022-01-28 01:21:32 -08:00
extralog.py
f check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
failfilemerge.py
fake-biggrep-client.py grep: handle sharded biggrep responses 2020-08-13 09:58:52 -07:00
fakedate.py util: switch to Rust time parsing 2020-01-09 11:51:31 -08:00
fakedirstatewritetime.py remove the mercurial.policy module 2020-02-21 13:54:19 -08:00
fakemergerecord.py
fakepatchtime.py util: switch to Rust time parsing 2020-01-09 11:51:31 -08:00
features.py delete test-ssh-hang.t 2022-01-05 17:00:30 -08:00
fix-revnum.py codemod: update license headers 2022-01-05 14:43:32 -08:00
flagprocessorext.py py3: fix test-flagprocessors.t 2020-02-17 14:52:37 -08:00
generateworkingcopystates.py make part of the tests Python 3 compatible 2020-01-28 16:42:11 -08:00
get-with-headers.py
getflogheads.py
git.sh tests: move git env reset to git.sh 2022-01-24 17:23:34 -08:00
helper-runtests.sh
helpers-testrepo.sh tests: do not use hg files to list every file in a repo 2020-07-14 14:33:43 -07:00
helpers-wireprotologging.sh tests: remove iteritems 2020-01-31 17:31:23 -08:00
heredoctest.py
hghave run-tests: fail instead of skipping tests for unknwon hghave features 2020-03-03 19:17:59 -08:00
hghave.py Daily arc lint --take BLACK 2021-09-07 21:09:42 -07:00
histedit-helpers.sh
killdaemons.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
library.sh tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07:00
lockdelay.py
logexceptions.py
ls-l.py contentstore: make data rotatelog size configurable 2020-08-16 16:44:16 -07:00
md5sum.py
missing-comment.hg
mockblackbox.py
notcapable
pdiff
perfectlyok-msg.txt
printenv.py codemod: update license headers 2022-01-05 14:43:32 -08:00
progresstest.py progress: add utility to infer progress from iterable 2021-12-01 15:42:00 -08:00
pushrebase_replay_schema.sql codemod: update license headers 2022-01-05 14:43:32 -08:00
readlink.py
README
revlog-formatv0.py make part of the tests Python 3 compatible 2020-01-28 16:42:11 -08:00
revnamesext.py
run-tests.py print testtmp dir before test run only if keep-tmpdir passed 2022-01-27 03:23:04 -08:00
runlogtest.py codemod: update license headers 2022-01-05 14:43:32 -08:00
seq.py py3: fix tests on Windows 2021-03-29 12:56:48 -07:00
setconfig.py
silenttestrunner.py tests: revive silenttestrunner.py 2019-11-18 20:34:04 -08:00
sitecustomize.py apply pyfmt with usort to opted-in sources 2020-11-10 21:25:54 -08:00
sortdictfilter.py change maxint -> maxsize 2020-01-28 10:37:53 -08:00
stableidentifiers.py codemod: update license headers 2022-01-05 14:43:32 -08:00
stresstest-atomicreplace.py codemod: update license headers 2022-01-05 14:43:32 -08:00
stresstest-compress.py
stresstest-condint.py
svn-safe-append.py
svnxml.py
test-abort-checkin-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-absorb-edit-lines.t py3: fix some absorb tests 2020-04-09 13:20:34 -07:00
test-absorb-phase-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-absorb-remotefilelog-segments.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-absorb-rename.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-absorb-strip.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-absorb-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-add.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-adding-invalid-utf8-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-addremove-similar.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-addremove-symlinks.t addremove: handle symlink shadowing of removed files 2022-01-24 15:15:53 -08:00
test-addremove-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-advice-header.t make test-cats.t and test-advice-headers.t not flaky 2022-01-28 04:19:00 -08:00
test-alias2.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-alias-circular.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-alias.t context: add a way to disable revnum resolution 2021-03-29 22:18:42 -07:00
test-amend-fold.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-hide-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-amend-metaedit.t test-amend-metaedit: drop obsstore use 2021-11-02 13:23:18 -07:00
test-amend-next.t interactive next --top 2021-12-14 13:18:10 -08:00
test-amend-nextrebase.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-previous.t interactive prev bottom 2021-12-14 13:18:10 -08:00
test-amend-rebase-inmemory.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-rebase-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-amend-restack-auto.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-restack-divergence.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-restack-multidest.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-restack-obsolete.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-restack-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-amend-reverted.t cmdutil: fix amending a reverted file 2020-11-16 02:58:24 -08:00
test-amend-split.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-template-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-amend-to.t Support hg amend -i -to <target_commit> 2021-10-21 16:05:31 -07:00
test-amend-userestack.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-ancestor.py changelog: use Rust RevlogIndex for ancestors 2020-07-17 22:23:04 -07:00
test-ancestor.py.out
test-annotate.py annotate: move abstracted algorithm to a separate module 2022-02-11 22:50:44 -08:00
test-annotate.t extensions: always enable remotefilelog 2021-05-06 12:13:17 -07:00
test-arbitraryfilectx.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-archive-symlinks.t py3: fix archive 2020-02-17 14:52:40 -08:00
test-archive.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-argspans.py tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-atexit-epipe.t ui: switch to Rust IO for default fout, ferr 2021-02-23 22:33:48 -08:00
test-atomictempfile.py python3: fix test-atomictestfile.py 2020-06-19 15:15:26 -07:00
test-audit-path.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-auth-match.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-autofix.t py3: fix test-autofix.t 2020-04-09 13:20:35 -07:00
test-automv-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-backout.t backout: fix hg backout losing move info 2021-07-01 09:17:41 -07:00
test-backwards-remove-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-bad-extension.t tests: fix test-bad-extensions.t 2021-12-08 13:21:43 -08:00
test-basic.t traceback: support collapsing traceback in tests 2021-12-06 11:42:16 -08:00
test-batching.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-batching.py.out
test-bdiff.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-bindag-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-bisect2.t bisect: remove revnum from output 2020-10-08 22:33:08 -07:00
test-bisect3.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-bisect-sparse.t bisect: remove revnum from output 2020-10-08 22:33:08 -07:00
test-bisect-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-blackbox.t incoming: delete hg incoming/outgoing 2021-10-18 14:50:54 -07:00
test-bookmark-strip-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-bookmarks-current.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-bookmarks-loading-order.t store: always enable store and fncache 2021-05-25 19:43:45 -07:00
test-bookmarks-merge.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-bookmarks-rebase.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-bookmarks-strip.t hide: fix quotes around bookmark name 2021-12-21 08:44:41 -08:00
test-bookmarks.t tests: convert test-bookmarks.t to modernclient 2021-09-22 18:03:29 -07:00
test-bundle2-format.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-bundle2-multiple-changegroups.t tests: remove filepeer usage from several tests (part2) 2021-10-12 17:14:09 -07:00
test-bundle-type.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-bundle-vs-outgoing.t incoming: delete hg incoming/outgoing 2021-10-18 14:50:54 -07:00
test-bundle.t Default exchange.httpcommitlookup to True 2022-02-02 08:42:48 -08:00
test-casecollision-merge.t py3: fix hg status with unicode characters in OSX 2021-02-26 16:31:45 -08:00
test-casecollision.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-casefolding.t tests: fix test-casefolding 2020-10-09 10:26:15 -07:00
test-cat.t py3: fix tests on Windows 2021-03-29 12:56:48 -07:00
test-cats.t make test-cats.t and test-advice-headers.t not flaky 2022-01-28 04:19:00 -08:00
test-changelog-exec.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-check-clang-format.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-check-code.t hggit: delete hggit 2021-09-21 13:45:11 -07:00
test-check-execute.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-check-fix-code.t tests: remove test environment when running system hg 2021-03-02 12:53:57 -08:00
test-check-help.t chgserver: replace the raw stdio fds (0, 1, 2) directly 2021-02-23 22:33:48 -08:00
test-check-interfaces.py httppeer: remove httppeer 2021-09-20 10:26:37 -07:00
test-check-interfaces.py.out httppeer: remove httppeer 2021-09-20 10:26:37 -07:00
test-check-win32-signature.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-check-win32-signature.py.out remediation of S205607 2020-07-17 17:16:13 -07:00
test-checkoutidentifier-commitinfo.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-checkoutidentifier-dirstateinfo.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-checkserverbookmark.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-clienttelemetry.t tests: remove filepeer usage from several tests (part2) 2021-10-12 17:14:09 -07:00
test-clone-resume.t update debug whitespace 2021-09-10 16:42:15 -07:00
test-clone-uncompressed.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-clone.t indexedlog: take reader locks for reader detection 2021-12-17 13:46:51 -08:00
test-color-escapes.t color: add combined effects in fallback chains 2021-02-23 04:47:01 -08:00
test-command-template2-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-command-template-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-commit-amend-reuse-rawfctx.t commit: remove revnum from commitstatus 2020-10-08 22:33:07 -07:00
test-commit-amend.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commit-interactive-curses.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-commit-interactive.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-commit-multiple.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commit-reuse.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commit-revive.t test-commit-revive: use modern configs 2020-06-10 19:30:00 -07:00
test-commit-size-limits.t localrepo: add configurable limits for description and extras 2020-02-18 13:12:58 -08:00
test-commit-unresolved.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-commit.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-commitcloud-background-logging-perms.t modernise tests by using moder newserver function 2021-10-06 08:14:05 -07:00
test-commitcloud-backup-all.t test-commitcloud-backup-all: drop obsstore usage 2021-11-02 18:01:20 -07:00
test-commitcloud-backup-compression.t modernise tests by using moder newserver function 2021-10-06 08:14:05 -07:00
test-commitcloud-backup-lfs.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-commitcloud-backup-logging.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-backup-remotenames-public.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-backup-remotenames.t modernise tests by using moder newserver function 2021-10-06 08:14:05 -07:00
test-commitcloud-backup-rev.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-backup-status.t commitcloud: do not crash on revsets if paths.default is not set 2021-12-17 15:07:46 -08:00
test-commitcloud-backup.t commitcloud: don't crash if backup file is empty 2022-01-12 14:56:04 -08:00
test-commitcloud-checkoutlocations-update.t modernise tests by using moder newserver function 2021-10-06 08:14:05 -07:00
test-commitcloud-debugephemeralcommit.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-hide.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-lazypull-phab.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-lazypull.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-list-workspaces-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-commitcloud-rename-workspace.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-smartlog-version.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-smartlog.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-switch-workspace.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-sync-bookmarks.t Default master-fastpath to True 2022-02-02 11:01:34 -08:00
test-commitcloud-sync-omission.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-sync-race.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-sync-rb-deletion.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-commitcloud-sync-rb-enabling2.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-sync-rb-enabling.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-sync-rb-join.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-sync-remote-bookmarks.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-commitcloud-sync-workspacenames-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-commitcloud-sync.t hide: fix quotes around bookmark name 2021-12-21 08:44:41 -08:00
test-committer.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-completion.t git: support clone --git 2022-02-01 16:14:01 -08:00
test-config-configfile.t tests: remove filepeer usage from several tests (part1) 2021-09-22 18:03:29 -07:00
test-config.t configparser: set remotefilelog.reponame to reponame from other sources 2021-12-14 20:28:26 -08:00
test-configparser-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-conflict.t mergetools: add new conflict marker format with diffs in 2021-03-10 17:29:18 -08:00
test-confused-revert-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-context-metadata.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-context.py py3: fix test-context.py 2020-06-19 13:40:17 -07:00
test-context.py.out py3: fix test-context.py 2020-06-19 13:40:17 -07:00
test-contrib-check-code.t checkcode: remove old-style class check 2022-01-20 10:21:48 -08:00
test-contrib-perf.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-convert-authormap-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-convert-datesort-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-convert-filemap.t verify: make verify a no-op 2021-06-10 14:44:27 -07:00
test-convert-git.t merge: add progress bar for checkunknownfiles 2021-12-01 15:42:00 -08:00
test-convert-hg-sink.t tests: remove filepeer usage from several tests (part1) 2021-09-22 18:03:29 -07:00
test-convert-hg-source.t tests: remove filepeer usage from several tests (part1) 2021-09-22 18:03:29 -07:00
test-convert-hg-startrev.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-convert-p4-filetypes.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-convert-p4.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-convert-splicemap.t tests: remove filepeer usage from several tests (part1) 2021-09-22 18:03:29 -07:00
test-convert.t tests: remove filepeer usage from several tests (part1) 2021-09-22 18:03:29 -07:00
test-copy-move-merge.t debug for merge picker 2021-04-19 12:22:27 -07:00
test-copy.t verify: make verify a no-op 2021-06-10 14:44:27 -07:00
test-copytrace-heuristics.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-copytrace-manual-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-copytrace-rebase-renamed.t copytrace: treat missing copy sources as conflicts 2022-01-12 06:53:17 -08:00
test-crdump-commitcloud.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-ctrl-c.t dispatch: ensure SIGINT triggers KeyboardInterrupt 2020-09-22 15:10:12 -07:00
test-custom-filters-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugapi.t pyedenapi: add bindings for pull_lazy endpoint 2022-01-19 16:37:08 -08:00
test-debugbuilddag-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugbundle-rebase.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-debugbundle.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-debugcauserusterror.t taggederror: introduce category and transience metadata and precedence 2020-10-12 17:17:34 -07:00
test-debugchangelog.t edenapi: drop reponame from edenapi methods 2021-12-15 02:10:00 -08:00
test-debugcheckcasecollisions-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugcheckcasecollisions-treemanifest.t tests: remove filepeer usage from several tests (part3) 2021-10-18 14:50:53 -07:00
test-debugcommands.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-debugdiffdirs.t debugdiffdirs: use Rust implementation 2021-11-01 23:29:22 -07:00
test-debugdifftree-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugdirs.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugdynamicconfig.t configparser: set remotefilelog.reponame to reponame from other sources 2021-12-14 20:28:26 -08:00
test-debugexistingcasecollisions-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugexportmetalog.t metalog: add debugexportmetalog 2021-11-11 12:44:05 -08:00
test-debugextensions.t py3: fix extdiff 2020-08-27 19:15:22 -07:00
test-debugignore.t debugignore: support sparse checkouts 2022-01-14 12:08:40 -08:00
test-debuginternals.t debuginternals: new command to list or export internal states 2021-06-24 12:31:47 -07:00
test-debugmetalog-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugrebuildchangelog.t tests: remove test-ssh.t 2021-12-14 15:55:42 -08:00
test-debugrebuilddirstate-corrupt.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-debugrename-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-debugsendunbundle.t py3: fix more tests 2020-10-14 10:30:32 -07:00
test-debugshell-args.t debugshell: accept file name 2020-04-27 10:58:56 -07:00
test-debugshell-namespace.t debugshell: make locals() = globals() for non-interactive commands 2021-10-18 11:18:26 -07:00
test-debugsmallcommitmetadata.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-debugstrip.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-debugthrowrustexception.t taggederror: introduce category and transience metadata and precedence 2020-10-12 17:17:34 -07:00
test-debugtop.t debugtop: deflake test-debugtop.t 2022-01-07 18:58:17 -08:00
test-default-push.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-demandimport.py util: document ui.system is preferred 2022-02-15 16:58:21 -08:00
test-demandimport.py.out
test-deprecate.t tests: fix test-deprecate.t 2020-06-10 19:29:40 -07:00
test-devel-warnings.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-diff-antipatience-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diff-binary-file.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-diff-binary.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-diff-change.t tests: remove filepeer usage from several tests (part3) 2021-10-18 14:50:53 -07:00
test-diff-color.t tests: remove usage of hg rollback 2020-07-06 14:04:27 -07:00
test-diff-copy-depth.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-diff-hashbinary.t Fix hashbinary option to handle removed files 2021-09-09 17:00:24 -07:00
test-diff-hashes-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diff-ignore-whitespace.t treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07:00
test-diff-indent-heuristic.t diff: update for py3 2020-01-31 13:00:23 -08:00
test-diff-issue2761-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diff-newlines.t py3: fix tests on Windows 2021-03-29 12:56:48 -07:00
test-diff-only-files-in-revs-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diff-reverse-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diff-subdir-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diff-unified.t py3: fix more diff tests 2020-01-31 15:40:54 -08:00
test-diff-upgrade.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07:00
test-diffdir-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-diffstat.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-dirstate-backup.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-dirstate-completion-t.py drawdag: replace Python drawdag with Rust implemenation 2022-02-15 13:02:32 -08:00
test-dirstate-nonnormalset.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-dirstate-race.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-dirstate-rebuild.t context: do not warn broken dirstate repetitively 2020-10-20 15:24:28 -07:00
test-dirstate-symlink-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-dirstate.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-disable-bad-features-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-disablesymlinks.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-dispatch-debug-prefix-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-dispatch.py.out tags: remove tip tag 2019-12-20 16:14:19 -08:00
test-dispatch.t clidispatch: pass repo path to config contructor in from_raw_path 2021-03-08 13:31:10 -08:00
test-doctest.py py3: fix doctests (part 2 of 2) 2022-01-18 17:20:55 -08:00
test-doctor-remotenames.t tests: remove filepeer usage from several tests (part3) 2021-10-18 14:50:53 -07:00
test-doctor.t indexedlog: skip auto repair if active reader is detected 2021-12-17 13:46:52 -08:00
test-dott-quote-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-dott-translate.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-double-merge.t debug for merge picker 2021-04-19 12:22:27 -07:00
test-drawdag.t drawdag: replace Python drawdag with Rust implemenation 2022-02-15 13:02:32 -08:00
test-duplicateoptions.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-duplicateoptions.py.out remediation of S205607 2020-07-17 17:16:13 -07:00
test-dynamicconfig-unicode.t dynamicconfig: include reponame and username in header comment 2021-06-28 12:25:17 -07:00
test-eager-exchange.t Default exchange.httpcommitlookup to True 2022-02-02 08:42:48 -08:00
test-eager-pull.t pull: failed fast pull is not fatal 2022-02-14 17:27:37 -08:00
test-edenapi-pull.t edenapi: fix hex conversion crash 2022-02-02 17:52:31 -08:00
test-edit-tmp.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-editor-filename.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-empty-dir.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-empty-file.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-empty-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-encode.t tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-encoding-align.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-encoding-func.py fix encoding tests 2022-01-19 08:05:40 -08:00
test-encoding-textwrap.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-eolfilename.t tests: remove platform condition in eolfilename 2020-03-18 13:59:35 -07:00
test-excessive-merge.t verify: make verify a no-op 2021-06-10 14:44:27 -07:00
test-execute-bit.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-exitcodemask-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-export-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-extdata.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-extdiff.t tests: remove filepeer usage from several tests (part1) 2021-09-22 18:03:29 -07:00
test-extension-hgext-prefix.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-extension-inline.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07:00
test-extensions-afterloaded.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-extensions-default.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-extensions-wrapfunction.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-extensions-wrapfunction.py.out
test-fb-convert-repo.py Convert type comments for eden 2022-02-10 08:48:35 -08:00
test-fb-hgext-absorb-filefixupstate.py py3: fix test-fb-hgext-absorb-filefixupstate.py 2020-04-09 13:20:35 -07:00
test-fb-hgext-arcconfig-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-catnotate.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-fb-hgext-checkmessagehook-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-copytrace-amend.t copytrace: treat missing copy sources as conflicts 2022-01-12 06:53:17 -08:00
test-fb-hgext-copytrace-errormsg-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-copytrace-mergedriver-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-copytrace.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-crdump.t discovery: drop unsound "all remote known" fast path (BC) 2021-10-26 19:53:42 -07:00
test-fb-hgext-debugcommitmessage-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-debugdetectissues.t tests: remove filepeer usage from several tests (part3) 2021-10-18 14:50:53 -07:00
test-fb-hgext-diff-since-last-submit-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-dirsync-absorb.t update debug whitespace 2021-09-10 16:42:15 -07:00
test-fb-hgext-dirsync-amend-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-dirsync-metaedit.t dirsync: skip metaedit commits 2021-06-28 11:21:05 -07:00
test-fb-hgext-dirsync.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-fb-hgext-drop.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-errorredirect.t py3: fix test-fb-hgext-errorredirect.t 2020-06-19 13:40:17 -07:00
test-fb-hgext-extorder.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-fb-hgext-extutil.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-fastannotate-corrupt.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-fastannotate-diffopts.t py3: fix test-fb-hgext-fastannotate-* 2020-06-19 13:40:18 -07:00
test-fb-hgext-fastannotate-hg.t extensions: always enable remotefilelog 2021-05-06 12:13:17 -07:00
test-fb-hgext-fastannotate-perfhack.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fastannotate-renames-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-fastannotate-revmap.py py3: fix test-fb-hgext-fastannotate-* 2020-06-19 13:40:18 -07:00
test-fb-hgext-fastannotate.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbconduit.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-fb-hgext-fbhistedit-exec-obsolete.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-exec.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-graft.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-json.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-rebase-interactive.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-show-plan.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-stop-obsolete.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbhistedit-stop.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fold-undo.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-generic-bisect.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-fb-hgext-githelp.t githelp: fancyopts => cliparser 2022-01-18 17:20:54 -08:00
test-fb-hgext-grpcheck.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-fb-hgext-lfs-pointer.py.out
test-fb-hgext-lfs-pushrebase.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-merge-conflictinfo.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-fb-hgext-mergedriver.t hooks: always show tracebacks 2021-12-06 11:42:17 -08:00
test-fb-hgext-morestatus.t morestatus: included commit details for merge conflict during rebase 2022-02-08 04:58:44 -08:00
test-fb-hgext-myparent.t Include all prefix tags in myparenttitleprefix 2021-08-23 12:24:43 -07:00
test-fb-hgext-patchrmdir.py py3: fix extdiff 2020-08-27 19:15:22 -07:00
test-fb-hgext-patchrmdir.py.out py3: fix extdiff 2020-08-27 19:15:22 -07:00
test-fb-hgext-phabdiff.t phabdiff: add mention of reverted diff number to hg backout template 2021-11-25 13:31:00 -08:00
test-fb-hgext-phabstatus.t phabstatus: add commiting and needs final review states 2021-09-21 01:30:04 -07:00
test-fb-hgext-phrevset-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-preventpremegarepoupdateshook-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-pull-createmarkers-check-local-versions.t pullcreatemarkers: set check-local-versions to false by default 2021-08-02 13:56:52 -07:00
test-fb-hgext-pull-createmarkers-hide-later.t Default master-fastpath to True 2022-02-02 11:01:34 -08:00
test-fb-hgext-pull-createmarkers.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-pushrebase-cannot-rebasepublic.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-fb-hgext-pushrebase-manifests.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-pushrebase-protection.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-pushrebase-pushkey.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-pushrebase-remotenames.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-pushrebase-set-dates.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-pushrebase.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-fb-hgext-rage.t tests: remove filepeer usage from several tests (part3) 2021-10-18 14:50:53 -07:00
test-fb-hgext-remotefilelog-archive.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-bad-configs.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-blame.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-bundle2-legacy.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-bundle2.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-bundleloop-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-remotefilelog-bundles.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-clone.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-commit-repack-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-remotefilelog-getpackv2.t connect directly to mononoke - remove hgcli 2022-01-28 01:21:32 -08:00
test-fb-hgext-remotefilelog-histpack.py apply black 20.8b1 formatting update 2020-10-14 20:21:52 -07:00
test-fb-hgext-remotefilelog-lfs-fetchpacks.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-lfs-prefetch.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-lfs.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-linknodes.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-local.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-log.t connect directly to mononoke - remove hgcli 2022-01-28 01:21:32 -08:00
test-fb-hgext-remotefilelog-prefetch.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-pull-noshallow.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-push-pull-query-string.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-push-pull.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-rust-lfs.t indexedlog: take reader locks for reader detection 2021-12-17 13:46:51 -08:00
test-fb-hgext-remotefilelog-ruststores-lfs-bundle.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs-duplicated.t tests: add infra for swapping eager repo in for newserver/clone tests 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs.t merge: remove checkunknown content check 2022-02-15 23:10:18 -08:00
test-fb-hgext-remotefilelog-ruststores-rotatelog-size.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-ruststores.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-sparse.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-remotefilelog-treemanifest-corrupt.t tests: remove filepeer usage from several tests (part2) 2021-10-12 17:14:09 -07:00
test-fb-hgext-remotefilelog-treemanifest-lfs.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-remotefilelog-wireproto-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-remotefilelog-worker.t connect directly to mononoke - remove hgcli 2022-01-28 01:21:32 -08:00
test-fb-hgext-reset-remotenames-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-reset-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-sampling.t tracing: subscribe the sampling Layer 2022-01-13 14:28:24 -08:00
test-fb-hgext-scm-prompt-compat.t Changing commit hash length to 9 in hg prompt 2021-02-10 17:07:35 -08:00
test-fb-hgext-scm-prompt-git.t quiet git init command not to print out hint 2021-03-23 02:28:52 -07:00
test-fb-hgext-scm-prompt-hg.t tests: remove filepeer usage from several tests (part3) 2021-10-18 14:50:53 -07:00
test-fb-hgext-sigtrace.t sigtrace: support collecting sigtrace periodically automatically 2020-06-23 14:11:49 -07:00
test-fb-hgext-simplecache.t ui: make ui.debug write to stderr 2020-12-15 12:07:47 -08:00
test-fb-hgext-smartlog-inhibit-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-smartlog-remotenames-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-smartlog-revset-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-smartlog-smallcommitmetadata.t fix test-fb-hgext-smartlog-smallcommitmetadata.t 2022-01-05 13:57:24 -08:00
test-fb-hgext-smartlog-smartdate.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-smartlog.t smartlog: limit commits to show 2021-03-10 15:24:39 -08:00
test-fb-hgext-sshaskpass.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-fb-hgext-sshaskpass.py.out
test-fb-hgext-syncstatus-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-template-stat.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-fb-hgext-treemanifest-autoconvert.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest-bad-tree.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-blame.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-fb-hgext-treemanifest-comparetrees.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-convertflat.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-disabled-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-treemanifest-infinitepush.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest-noflat.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-peertopeer.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-prefetch.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest-pullpublic.t merge: remove checkunknown content check 2022-02-15 23:10:18 -08:00
test-fb-hgext-treemanifest-pushrebase2.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest-pushrebase-treeonly.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest-remotenames-out-of-sync.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest-sendtrees.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-sparse-prefetch.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-sparse-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-treemanifest-treeonly-copyamend.t configparser: set remotefilelog.reponame to reponame from other sources 2021-12-14 20:28:26 -08:00
test-fb-hgext-treemanifest-treeonly-fetching.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-fb-hgext-treemanifest-treeonly-linknodes.t obsolete: remove getrevs 2021-11-04 18:33:53 -07:00
test-fb-hgext-treemanifest-treeonly.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-treemanifest.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-fb-hgext-tweakdefaults-blame.t py3: fix blame tests 2020-02-28 11:32:16 -08:00
test-fb-hgext-tweakdefaults-bookmarks-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-tweakdefaults-grep.t grep: make it run with python3 2020-01-31 12:47:04 -08:00
test-fb-hgext-tweakdefaults-opawarecommands.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-tweakdefaults-ordering-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-tweakdefaults-pullrebaseffwd-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-tweakdefaults-pullrebaseremotenames-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-tweakdefaults-remotenames.t tests: remove filepeer usage from several tests (part4) 2021-10-18 14:50:53 -07:00
test-fb-hgext-tweakdefaults-revsets.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-fb-hgext-tweakdefaults-update-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-fb-hgext-tweakdefaults.t merge: improve conflict hint 2022-01-19 12:17:24 -08:00
test-fb-hgext-whereami-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-filebranch.t tests: remove filepeer usage from several tests (part4) 2021-10-18 14:50:53 -07:00
test-filecache.py revlog: turn on head-based-commit-transaction for tests 2020-07-08 14:33:58 -07:00
test-filecache.py.out revlog: turn on head-based-commit-transaction for tests 2020-07-08 14:33:58 -07:00
test-filelog.py tests: fix test-filelog.py for python3 2020-04-13 14:55:11 -07:00
test-filelog.py.out
test-fileset-generated.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-fileset.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-flags.t tests: remove filepeer usage from several tests (part4) 2021-10-18 14:50:53 -07:00
test-fsmonitor-blackbox.t py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-fsmonitor-bumpclock.t py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-fsmonitor-casefolding.t py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-fsmonitor-detectrace.t py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-fsmonitor-filemerge.t py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-fsmonitor-refreshclock.t py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-fsmonitor-warn-fresh.t fsmonitor: add threshold of nonnormal files to update 2021-01-12 16:26:48 -08:00
test-git-annotate.t annotate: support pathhistory based history traversal 2022-02-11 22:50:44 -08:00
test-git-bundle.t git: support debugbundle 2022-02-02 14:25:38 -08:00
test-git-export.t tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-git-pull-node.t git: support clone --git 2022-02-01 16:14:01 -08:00
test-git-submodule.t fsmonitor: exclude changes in git submodule 2022-02-11 22:50:45 -08:00
test-git-tags.t git: support clone --git 2022-02-01 16:14:01 -08:00
test-git.t git: disable treemanifest prefetch 2022-02-01 16:14:01 -08:00
test-gitignore-t.py match: distinguish gitignore files and directories 2022-01-24 20:24:22 -08:00
test-globalopts.t traceback: support collapsing traceback in tests 2021-12-06 11:42:16 -08:00
test-globalrevs-svnrev.t globalrevs: verify that convert_revision is a svnrev when falling back 2020-04-07 06:47:26 -07:00
test-globalrevs-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-glog-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-glog-topological-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-graft-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-help.t top: initial version of hg debugtop 2022-01-06 09:28:04 -08:00
test-hg-parseurl.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-hg-parseurl.py.out
test-hgext-logginghelper.t logginghelper: use repo basename as repo name 2020-05-15 03:02:00 -07:00
test-hgext-stablerev.t tests: remove filepeer usage from several tests (part2) 2021-10-12 17:14:09 -07:00
test-hghave.t python3: fix test-hghave.t 2020-06-24 15:31:37 -07:00
test-hgrc.t tests: remove filepeer usage from several tests (part4) 2021-10-18 14:50:53 -07:00
test-hint.t hint: add triggershow function 2021-10-22 19:37:15 -07:00
test-histedit-arguments.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-histedit-base.t treemanifest: remove ability to receive flat manifest deltas 2021-07-01 09:31:15 -07:00
test-histedit-bookmark-motion.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-commute.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-histedit-drop.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-edit.t tests: remove filepeer usage from several tests (part4) 2021-10-18 14:50:53 -07:00
test-histedit-fold-non-commute.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-fold.t histedit: get rid of fold-temp-revision for fold 2021-12-15 09:50:04 -08:00
test-histedit-mutation.t histedit: get rid of fold-temp-revision for fold 2021-12-15 09:50:04 -08:00
test-histedit-no-change.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-non-commute-abort.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-non-commute.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-reorder.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-templates.t histedit: get rid of fold-temp-revision for fold 2021-12-15 09:50:04 -08:00
test-histgrep-disable-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-histgrep.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-hybridencode.py py3: fix revlog path encodings 2020-10-09 13:31:58 -07:00
test-hybridencode.py.out py3: fix revlog path encodings 2020-10-09 13:31:58 -07:00
test-identify.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-import-bypass.t tests: remove filepeer usage from several tests (part5) 2021-10-18 14:50:54 -07:00
test-import-context.t py3: fix test-import-context.t 2020-04-09 18:44:05 -07:00
test-import-eol.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-import-git.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-import-merge.t tests: fix test-import-merge.t 2021-10-19 16:43:25 -07:00
test-import-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-import-unknown-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-include-fail.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-infinitepush-bundlestore.t hide: fix quotes around bookmark name 2021-12-21 08:44:41 -08:00
test-infinitepush-delscratchbookmarks.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-infinitepush-publicscratchbookmarks.t discovery: drop unsound "all remote known" fast path (BC) 2021-10-26 19:53:42 -07:00
test-infinitepush-remotefilelog.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-infinitepush-remotenames.t autopull: do not set headname to bookmark name 2022-01-20 10:21:50 -08:00
test-infinitepush-scratchbookmark-commands.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-infinitepush-treemanifest-rebundle.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-install.t run-tests: add internal:none editor 2020-08-19 00:32:19 -07:00
test-issue522.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-issue586.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-issue612-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-issue660-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-issue672.t debug for merge picker 2021-04-19 12:22:27 -07:00
test-issue1089-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-issue1175.t verify: make verify a no-op 2021-06-10 14:44:27 -07:00
test-issue1438-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-issue1802.t tests: remove filepeer usage from several tests (part5) 2021-10-18 14:50:54 -07:00
test-issue1877.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-issue2137-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-issue4074.t test-issue4074: fix py3 compatibility 2020-03-03 17:46:34 -08:00
test-journal-exists.t transaction: automatically clean up empty abandoned txs 2022-01-10 18:36:15 -08:00
test-journal-share-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-journal.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-lazy-pull-overlap-master.t Default master-fastpath to True 2022-02-02 11:01:34 -08:00
test-lfs-bundle.t scmstore: update remaining tests 2021-06-22 13:14:58 -07:00
test-lfs-checksum.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-lfs-journal-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-lfs-localstore.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-lfs-pointer.py py3: fix various lfs encoding issues 2020-02-17 14:52:30 -08:00
test-lfs-pointer.py.out
test-lfs-test-server.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-lfs.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-linelog-edits.py
test-linerange.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-locate-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-lock-badness.t test-lock-badness: make "got lock" optional 2021-11-17 17:09:22 -08:00
test-lock.py lock: support transition to rust locks 2021-11-05 10:00:18 -07:00
test-log-dir-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-log-exthook.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-log-filenode-conflict.t tests: remove filepeer usage from several tests (part5) 2021-10-18 14:50:54 -07:00
test-log-linerange.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-log-simplify-grandparents.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-log-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-log-unicode.t context: make ctx.pareents() support >= 2 parents 2021-09-08 16:19:10 -07:00
test-lrucachedict.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-lrucachedict.py.out
test-manifest-insert-before-remove.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-manifest-merging-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-manifest-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-manifest.py apply black 20.8b1 formatting update 2020-10-14 20:21:52 -07:00
test-match.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-merge1.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-merge2.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge4-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-merge5-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-merge7.t tests: remove some merge tests 2021-10-18 14:50:54 -07:00
test-merge9-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-merge-ancestor-mergestate-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-merge-changedelete.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-conflict-count.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-merge-criss-cross.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-merge-default.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-force.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-halt.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-merge-internal-tools-pattern.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-issue5091.t treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07:00
test-merge-local.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-relative-paths.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-remove.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-revert2-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-merge-revert-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-merge-tools.t tests: fix test-merge-tools.t 2021-05-13 17:44:14 -07:00
test-merge-types.t copies: remove commit graph walk 2021-10-21 11:45:43 -07:00
test-merge-update-noconflict.t merge: improve conflict hint 2022-01-19 12:17:24 -08:00
test-mergedriver2.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-metalog-pending-hook.t metalog: expose pending changes for hooks 2021-09-24 10:58:35 -07:00
test-minirst.py py3: fix more tests 2020-10-14 10:30:32 -07:00
test-minirst.py.out
test-mkdir-broken-symlink-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-mmap-unlink.t win32: when removing file, open it as O_TEMPORARY as a last effort 2020-06-24 20:34:47 -07:00
test-mmapindexthreshold-strip.t revisionstore: disallow reading LFS pointers from packfiles 2020-09-09 18:27:42 -07:00
test-mutation-infinitepush.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-mutation-loops.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-mutation-phases.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-mutation-pushrebase.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-mutation.t histedit: get rid of fold-temp-revision for fold 2021-12-15 09:50:04 -08:00
test-mv-cp-st-diff.t tests: remove filepeer usage from several tests (part5) 2021-10-18 14:50:54 -07:00
test-namespaces.t remotenames: move namespace to core 2020-03-26 08:26:26 -07:00
test-narrow-heads-migration.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-narrow-heads.t tests: remove filepeer usage from several tests (part5) 2021-10-18 14:50:54 -07:00
test-nested-lock.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-nested-repo-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-no-symlinks.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-offline-commit.t remotefilelog: fix repo requirements during clone 2021-10-18 14:50:54 -07:00
test-origbackup-conflict.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-pager.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-parents.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-parse-date.t backout: remove revnum from output 2020-10-08 22:33:07 -07:00
test-parseindex.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-patch-offset.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-patch.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-pathconflicts-basic.t run-tests: more Python 3 fixes 2021-06-07 16:46:18 -07:00
test-pathconflicts-merge.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-pathconflicts-update.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-pathencode.py py3: fix more tests 2020-10-14 10:30:32 -07:00
test-paths.t incoming: delete hg incoming/outgoing 2021-10-18 14:50:54 -07:00
test-patterns.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-perftweaks-remotenames.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-perftweaks.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-permissions.t verify: make verify a no-op 2021-06-10 14:44:27 -07:00
test-profile.t profiling: do not profile debugshell command 2020-08-27 18:14:29 -07:00
test-progress-rust-renderer.t progress: add utility to infer progress from iterable 2021-12-01 15:42:00 -08:00
test-progressfile.t progress: remove python rendering code 2021-11-02 14:35:35 -07:00
test-propertycache.py.out
test-pull-pull-corruption.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-pull-r.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-pull-update-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-pull.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-purge-fsmonitor.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-purge.t tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-push.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-pushrebase-merge-changed-file-list.t tests: remove test-ssh.t 2021-12-14 15:55:42 -08:00
test-pushrebase-obsolete.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-pushrebase-rebase-known.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-pushrebase-withmerges.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-pushvars-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-readable-permissions.t add tripwire test for non-readable files in .hg 2021-10-21 09:20:04 -07:00
test-rebase-abort.t test-rebase-abort: enable segmented changelog 2020-10-20 15:24:29 -07:00
test-rebase-base-flag.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-bookmarks.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-rebase-brute-force.t rebase: remove revnum from output 2020-10-09 13:53:17 -07:00
test-rebase-check-restore-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rebase-collapse.t drawdag: replace Python drawdag with Rust implemenation 2022-02-15 13:02:32 -08:00
test-rebase-conflicts.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-rebase-copy-relations.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-dest.t test-rebase-dest: drop obsstore usage 2021-11-02 18:01:20 -07:00
test-rebase-detach.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-emptycommit.t test-rebase-emptycommit: enable segmented changelog 2020-10-20 15:24:29 -07:00
test-rebase-flags.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-inmemory-conflicts.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-inmemory-mergedriver-exception.t hooks: always show tracebacks 2021-12-06 11:42:17 -08:00
test-rebase-inmemory-mergedriver.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-rebase-inmemory-nochanges-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rebase-inmemory-noconflict.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-inmemory.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-rebase-interruptions.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-rebase-issue-noparam-single-rev-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rebase-legacy-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rebase-missing-cwd.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-rebase-mutation.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-rebase-newancestor.t drawdag: replace Python drawdag with Rust implemenation 2022-02-15 13:02:32 -08:00
test-rebase-parameters.t clone: use --shallow by default 2021-12-14 22:16:15 -08:00
test-rebase-partial.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-pull-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rebase-removed.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-rebase-rename.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-rebase-scenario-global.t init: integrate Rust repo initialization into the init command 2022-02-07 14:18:40 -08:00
test-rebase-templates.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-transaction.t ui: make ui.debug write to stderr 2020-12-15 12:07:47 -08:00
test-rebuildstate.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-record.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-remotefilelog-undesired-file-logging.t merge: remove checkunknown content check 2022-02-15 23:10:18 -08:00
test-remotenames-basic.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-bookmarks-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-remotenames-cleanup.t debugresetheads: make "no head left" error more clear 2021-10-06 15:29:59 -07:00
test-remotenames-convert-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-remotenames-fastheaddiscovery-hidden-commits.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-remotenames-journal.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-remotenames-namespaces-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-remotenames-paths.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-remotenames-pull-rebase.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-push.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-pushto-pathandname.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-pushto.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-selective-pull.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-shared-repo-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-remotenames-strip-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-remotenames-tracking.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-remotenames-transition.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-remotenames-update.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remove.t status: improve progress bar processing lookups 2022-02-14 14:15:18 -08:00
test-rename-after-merge.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-rename-dir-merge.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-rename-merge1.t debug for merge picker 2021-04-19 12:22:27 -07:00
test-rename-merge2.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-rename.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-repo-leak.t init: integrate Rust repo initialization into the init command 2022-02-07 14:18:40 -08:00
test-requires-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-resolve.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-restack-old-stack-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-revert-flags.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-revert-interactive-curses.t revert: fix interactive "no EOF newline" handling 2022-01-14 15:44:52 -08:00
test-revert-interactive.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-revert-status.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-revert-t.py revert: don't backup symlinks 2022-01-20 18:01:59 -08:00
test-revert-unknown-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-revlog-ancestry.py changelog: use Rust RevlogIndex for ancestors 2020-07-17 22:23:04 -07:00
test-revlog-ancestry.py.out changelog: use Rust RevlogIndex for ancestors 2020-07-17 22:23:04 -07:00
test-revlog-group-emptyiter-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-revlog-packentry.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-revlog-raw.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-revlog-raw.py.out
test-revnum-deprecate-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-revset2.t revset: drop "draft() & ::x" optimization for better performance 2021-12-03 17:01:35 -08:00
test-revset-age-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-revset-bsearch.t revset: add bsearch function 2021-10-22 19:37:15 -07:00
test-revset-dirstate-parents.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-revset-lost.t revset: add lost() for "lost" commits 2021-11-16 15:56:19 -08:00
test-revset-outgoing.t incoming: delete hg incoming/outgoing 2021-10-18 14:50:54 -07:00
test-revset-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-root-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-run-tests.py Remove checkcodeglobpats from test runner 2021-09-07 11:43:18 -07:00
test-run-tests.t print testtmp dir before test run only if keep-tmpdir passed 2022-01-27 03:23:04 -08:00
test-runlog.t runlog: add fields for network monitoring 2022-01-10 14:13:19 -08:00
test-rust-lock.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rust-rmcwd.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-rust-subcommands-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rustmanifest-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-rustthreading.py tests-rustthreading.py: the thread is renamed to _thread 2020-01-31 10:13:45 -08:00
test-schemes.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-scmstore-activitylog.t scmstore: add activity log replay tool 2021-09-13 13:07:32 -07:00
test-seq.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-serve.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-setdiscovery-selective.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-setdiscovery.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-share-requirements-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-share-unshare-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-share.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-shelve-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-show.t clidispatch: add --insecure global flag 2021-03-31 12:53:46 -07:00
test-simple-update.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-simplekeyvaluefile.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-simplemerge.py merge: add a word merge feature 2021-12-17 09:12:42 -08:00
test-simplemerge.py.out
test-smartlog-collapse-obsolete.t smartlog: show obsoleted commit stack 2021-03-17 23:23:07 -07:00
test-sortdictfilter.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-sparse-casecollision.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-sparse-clear-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse-clone.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-sparse-diff.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-extensions-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse-fetch-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse-hgrc-profile.t sparse: allow multiple configs to modify a single sparse profile 2021-11-18 21:15:07 -08:00
test-sparse-ignore.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-sparse-import.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-issues-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse-merges.t update globset from 0.4.5 to 0.4.7 2021-06-15 15:47:49 -07:00
test-sparse-notsparse-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse-profile-enable.t sparse: accept relative sparse profile names 2022-01-31 12:21:43 -08:00
test-sparse-profiles-v2.t sparse: prevent v2 profiles from stepping on each other 2021-08-30 11:47:07 -07:00
test-sparse-profiles.t sparse: allow changing sparse profiles via configs 2021-11-10 16:30:44 -08:00
test-sparse-rebase.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-unsafe-sparse-profile.t sparse: warn if dirstate includes marker files 2020-08-31 23:21:41 -07:00
test-sparse-verbose-json-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse-warn-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-sparse.t tracing: subscribe the sampling Layer 2022-01-13 14:28:24 -08:00
test-ssh-clone-r.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-sshserver.py py3: only use binary stdin/stdout/stderr 2020-02-03 18:26:57 -08:00
test-stackdesc.py.out
test-status-color.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-status-inprocess.py treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07:00
test-status-inprocess.py.out
test-status-mlog.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-status-rev.t tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-status-scmstore.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-status-terse-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-status.t treemanifest: disable flatcompat by default 2021-07-13 15:04:57 -07:00
test-strict.t dynamicconfig: backout D26801059 that enabled no-repo configs 2021-04-15 09:00:19 -07:00
test-subcommands.t clidispatch: add --insecure global flag 2021-03-31 12:53:46 -07:00
test-symlink-os-yes-fs-no.py extensions: always enable remotefilelog 2021-05-06 12:13:17 -07:00
test-symlink-os-yes-fs-no.py.out changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-symlink-placeholder.t tests: remove #requires py2 2021-12-06 14:59:43 -08:00
test-symlinks.t revert: don't backup symlinks 2022-01-20 18:01:59 -08:00
test-template-enabled.t template: add enabled() template function 2022-01-20 17:49:11 -08:00
test-template-engine.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-template-filestat.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-template-revf64.t template: fix ifcontains(rev, revset('.'), ...) compatibility with f64 compatibility 2020-12-09 10:36:28 -08:00
test-tools.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-treemanifest-amend.t drawdag: use a single transaction 2021-11-15 13:22:01 -08:00
test-treemanifest-diff-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-treestate-fresh-instance.t py3: fix treestate related tests 2020-06-23 14:06:54 -07:00
test-treestate-needcheck.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-treestate-repack.t ui: make ui.debug write to stderr 2020-12-15 12:07:47 -08:00
test-treestate-trackignore.t ui: make ui.debug write to stderr 2020-12-15 12:07:47 -08:00
test-treestate.py py3: fix treestate related tests 2020-06-23 14:06:54 -07:00
test-ui-color.py color: don't disable colors if HGPLAINEXCEPT=color 2020-05-19 06:13:54 -07:00
test-ui-color.py.out
test-ui-config.py configs: pin --configfile configs 2021-03-11 10:13:36 -08:00
test-ui-config.py.out
test-ui-verbosity.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-ui-verbosity.py.out
test-uncommit.t uncommit should work on empty commit 2021-12-13 09:33:57 -08:00
test-uncopy.t uncopy: new command to mark files as not copied 2021-06-03 13:54:48 -07:00
test-undo-corrupt.t undo: do not crash other commands if undo revlog is corrupted 2021-07-16 10:06:52 -07:00
test-undo-narrow-heads.t undo: fancyopts => cliparser 2022-01-18 17:20:54 -08:00
test-unicode-inputs-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-unrelated-pull.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-up-local-change.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-update-clean.t nativecheckout: fix "-C" to always clear mergestate 2022-02-01 15:18:20 -08:00
test-update-dest-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-update-empty-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-update-inactive-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-update-issue1456.t tests: switch test-update-{reverse, issue1456}.t to use native checkout 2021-03-01 10:41:07 -08:00
test-update-merge-state-t.py codemod: update license headers 2022-01-05 14:43:32 -08:00
test-update-names.t checkout: print removed cwd warning in nativecheckout 2021-02-20 01:29:11 -08:00
test-update-over-sparse-profile-change.t tests: disable chmod part of .t tests on widnows 2021-11-04 13:04:49 -07:00
test-update-reverse.t tests: do not test native checkout debug output in test-update-reverse.t 2021-05-05 09:40:29 -07:00
test-update-symlink-to-plain.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-update-unknown-files.t merge: improve conflict hint 2022-01-19 12:17:24 -08:00
test-url-rev.t pull: run checkout even if nothing is pulled 2022-01-20 10:21:50 -08:00
test-url.py python3: convert test-url to python3 2020-06-19 15:11:55 -07:00
test-username-newline.t dynamicconfig: backout D26801059 that enabled no-repo configs 2021-04-15 09:00:19 -07:00
test-visibility-bundle.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-visibility-cloudsync.t changegroup: drop "added x changesets with y changes to z files" message 2021-12-14 22:16:15 -08:00
test-visibility-reset.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-visibility.t revset: account for visilibity during x~-1 revset 2022-02-07 12:15:35 -08:00
test-walk.t match: distinguish gitignore files and directories 2022-01-24 20:24:22 -08:00
test-walkrepo.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-wireproto.py py3: fix test-fb-hgext-fastannotate-* 2020-06-19 13:40:18 -07:00
test-wireproto.py.out
test-wireproto.t filepeer: disable use of filepeer by default 2021-09-22 18:03:29 -07:00
test-word-merge.t merge: add a word merge feature 2021-12-17 09:12:42 -08:00
test-worker.t dispatch: run command in non-main thread 2020-09-18 18:47:24 -07:00
test-xdg.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-zstdelta.py py3: fix test-zstdelta.py 2020-04-09 18:25:54 -07:00
tinit.sh Default pull.httpmutations to true 2022-02-02 07:43:38 -08:00
translate
truncate.py
unittestify.py connect directly to mononoke - remove hgcli 2022-01-28 01:21:32 -08:00

To run the tests, do:

cd tests/
python run-tests.py

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