sapling/eden/scm/tests
Xavier Deguillard c62cd9e8c8 revisionstore: move the repair logic from doctor
Summary:
The ContentStore/Metadatastore are made of several different stores, attempting
to expose all of them to Python to drive the repair logic from there would leak
implementation detail of how the stores are implemented.

Instead, let's simply expose a single `repair` function out of the
pyrevisionstore crate that takes care of repairing all of the underlying
stores. For now, this is just moving code around, but a future diff will
integrate the LFS stores.

Reviewed By: DurhamG

Differential Revision: D24449203

fbshipit-source-id: 1631ced9068716453cb404bf7e65cefbf2db5247
2020-10-21 13:20:51 -07:00
..
blacklists Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
bundles Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
gpg Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
hggit Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
hgsql config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
infinitepush tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07:00
svn Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
testlib py3 iteritems -> pycompat.iteritems 2020-02-04 15:29:39 -08:00
testutil config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
update-to-py3-utils py3: tools to quickly remove the py2 only marking from tests 2020-01-31 16:35:39 -08:00
autodiff.py diff: update for py3 2020-01-31 13:00:23 -08:00
badserverext.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
binfile.bin Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
bruterebase.py test-rebase-brute-force: enable segmented changelog 2020-10-20 15:24:29 -07:00
bundlerepologger.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
bzr-definitions Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
ctrlchar-msg.txt Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
dumbhttp.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
dummyext1.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
dummyext2.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
dummyssh mononoke/integration tests: use $LOCALIP instead of ::1 or 127.0.0.1 (#65) 2020-10-05 07:51:19 -07:00
dummyssh3.py mononoke/integration tests: use $LOCALIP instead of ::1 or 127.0.0.1 (#65) 2020-10-05 07:51:19 -07:00
extralog.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
f check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
failfilemerge.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
fakepatchtime.py util: switch to Rust time parsing 2020-01-09 11:51:31 -08:00
features.py test-rebase-emptycommit: enable segmented changelog 2020-10-20 15:24:29 -07:00
fix-revnum.py tests: add a way to fix revision number usages automatically in tests 2020-07-02 13:22:30 -07: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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
getflogheads.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
helper-runtests.sh Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
hghave run-tests: fail instead of skipping tests for unknwon hghave features 2020-03-03 19:17:59 -08:00
hghave.py hghave: update description of py2 feature 2020-09-29 21:46:02 -07:00
histedit-helpers.sh Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
logexceptions.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
ls-l.py contentstore: make data rotatelog size configurable 2020-08-16 16:44:16 -07:00
md5sum.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
missing-comment.hg Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
mockblackbox.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
notcapable Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
pdiff Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
perfectlyok-msg.txt Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
printenv.py unicode: consistently use 'utf-8' everywhere 2020-01-31 17:34:53 -08:00
progresstest.py tests: fix the progress tests 2020-06-24 09:41:23 -07:00
pushrebase_replay_schema.sql arc/licenselint: add license linting for lua and sql 2020-01-24 06:13:28 -08:00
readlink.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
README Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
revlog-formatv0.py make part of the tests Python 3 compatible 2020-01-28 16:42:11 -08:00
revnamesext.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
run-tests.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
rustprogresstest.py pyprogress: add Python bindings for Rust progress crate 2020-09-30 13:01:15 -07:00
seq.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
setconfig.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
silenttestrunner.py tests: revive silenttestrunner.py 2019-11-18 20:34:04 -08:00
sitecustomize.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
sortdictfilter.py change maxint -> maxsize 2020-01-28 10:37:53 -08:00
stableidentifiers.py check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
stresstest-atomicreplace.py check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
stresstest-compress.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
stresstest-condint.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
svn-safe-append.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
svnxml.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-abort-checkin-t.py revlog: turn on head-based-commit-transaction for tests 2020-07-08 14:33:58 -07:00
test-absorb-edit-lines.t py3: fix some absorb tests 2020-04-09 13:20:34 -07:00
test-absorb-phase-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 workingcopy: enable rust walker by default in tests 2020-03-17 10:39:15 -07:00
test-addremove-similar.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-addremove-t.py commit: remove revnum from commitstatus 2020-10-08 22:33:07 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-metaedit.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-next.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-nextrebase.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-amend-previous.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-amend-to.t config: use Rust graph render as default 2020-10-19 17:07:30 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-annotate.py py3: fix blame tests 2020-02-28 11:32:16 -08:00
test-annotate.t config: use Rust graph render as default 2020-10-19 17:07:30 -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 tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-argspans.py tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-atexit-epipe.t fix invalid buffering setting in some tests 2020-03-17 11:07:50 -07:00
test-atomictempfile.py python3: fix test-atomictestfile.py 2020-06-19 15:15:26 -07:00
test-audit-path.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-auth-match.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-autofix.t py3: fix test-autofix.t 2020-04-09 13:20:35 -07:00
test-automv-t.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-backout.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-backwards-remove-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-bad-extension.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-bad-pull.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-basic.t treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07:00
test-batching.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-batching.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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 config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-blackbox.t localrepo: log changelog backend types 2020-09-30 16:21:42 -07:00
test-bookmark-strip-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 bookmarks: reload changelog if unknown node is seen 2020-04-21 09:19:26 -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 bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-bookmarks.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-bookmarkstore.py py3: fix test-bookmarkstore.py 2020-06-22 11:29:41 -07:00
test-bundle2-format.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-bundle2-multiple-changegroups.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-bundle2-remote-changegroup.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-bundle-r.t dag: use concrete error types 2020-08-06 12:31:57 -07:00
test-bundle-type.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-bundle-vs-outgoing.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-bundle.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-casecollision-merge.t tests: fix test-casecollision-merge.t 2020-10-08 17:44:13 -07: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 tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07: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 tests: fix test-check-code.t 2020-10-05 09:08:37 -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 check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
test-check-help.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07:00
test-check-interfaces.py tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-check-interfaces.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-clienttelemetry.t clienttelemetry: allow logging arbitrary config values 2020-09-15 06:48:28 -07:00
test-clone-r.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-clone-uncompressed.t changelog: use Rust RevlogIndex for ancestor 2020-07-17 17:25:54 -07:00
test-clone.t py3: fix more tests 2020-10-14 10:30:32 -07:00
test-command-template2-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-command-template-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07: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: enable template-new-builtin 2020-07-20 17:27:53 -07: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 commit: remove revnum from commitstatus 2020-10-08 22:33:07 -07:00
test-commitcloud-background-logging-perms.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-commitcloud-backup-all.t add --fource option to hg cloud backup command to reinitialise the local cache of backed up heads from the server 2020-09-22 07:12:28 -07:00
test-commitcloud-backup-bundlestore-short-hash.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-commitcloud-backup-compression.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-commitcloud-backup-lfs.t tests: enable narrow-heads for test-[bc]* 2020-06-29 13:53:04 -07:00
test-commitcloud-backup-logging.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-remotefilelog.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-backup-remotenames-public.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-backup-remotenames.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-commitcloud-backup-restore-obsolete.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-commitcloud-backup-restore.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-commitcloud-backup-rev.t imrove authentication handling 2020-07-31 10:16:59 -07:00
test-commitcloud-backup-share.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-commitcloud-backup-sql1.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-backup-sql2.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-commitcloud-backup-status.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-backup.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-checkoutlocations-update.t imrove authentication handling 2020-07-31 10:16:59 -07:00
test-commitcloud-hide.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-lazypull-phab.t autopull: do not pull existing commits 2020-10-06 14:32:16 -07:00
test-commitcloud-lazypull.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-list-workspaces-t.py improve fbclone experience 2020-09-11 03:45:55 -07:00
test-commitcloud-rename-workspace.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-smartlog-version.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-smartlog.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-switch-workspace.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-bookmarks.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-migration.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-omission.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-race.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-rb-deletion.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-rb-enabling2.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-rb-enabling.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-remote-bookmarks.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-commitcloud-sync-workspacenames-t.py add more information to hg cloud leave command 2020-08-26 22:43:20 -07:00
test-commitcloud-sync.t repo: unconditionally migrate to specified visibility and dirstate format 2020-10-20 16:36:50 -07:00
test-commitcloud-update.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-committer.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-completion.t commands: add debugrebuildchangelog 2020-09-18 13:28:33 -07:00
test-config-configfile.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-config.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-configparser-t.py configparser: replace whitelist/blacklist term 2020-06-15 12:47:08 -07:00
test-conflict.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-confused-revert-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07: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 check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
test-contrib-perf.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-convert-authormap-t.py tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-convert-datesort-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-convert-filemap.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-convert-git.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-convert-hg-sink.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-convert-hg-source.t config: use Rust graph render as default 2020-10-19 17:07:30 -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 convert: disable p4 tests on Python 3 2020-10-15 22:23:24 -07:00
test-convert-p4.t convert: disable p4 tests on Python 3 2020-10-15 22:23:24 -07:00
test-convert-splicemap.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-convert.t py3: fix test-convert* 2020-10-14 10:30:32 -07:00
test-copy-move-merge.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-copy.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-copytrace-heuristics.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-copytrace-manual-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-crdump-commitcloud.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-ctrl-c.t dispatch: ensure SIGINT triggers KeyboardInterrupt 2020-09-22 15:10:12 -07:00
test-custom-filters-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-debugbuilddag-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 dag: drop last high level segment by default 2020-10-20 15:19:29 -07:00
test-debugcheckcasecollisions-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-debugcheckcasecollisions-treemanifest.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-debugcommands.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-debugdifftree-t.py commands: add debugdifftree 2020-03-11 10:42:21 -07:00
test-debugdirs.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-debugdynamicconfig.t configs: disable chmod based test on Windows 2020-08-26 09:19:35 -07:00
test-debugexistingcasecollisions-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-debugextensions.t py3: fix extdiff 2020-08-27 19:15:22 -07:00
test-debugignore.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-debugindexdot-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-debugmetalog-t.py changelog2: track "tip" explicitly 2020-10-20 15:24:28 -07:00
test-debugrebuildchangelog.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-debugrebuilddirstate-corrupt.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-debugrename-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07: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-debugsmallcommitmetadata.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-debugstrip.t changegroup: do not use bad linkrev to filter out file revisions 2020-10-20 15:24:28 -07:00
test-debugthrowrustexception.t taggederror: introduce category and transience metadata and precedence 2020-10-12 17:17:34 -07:00
test-default-push.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-demandimport.py demandimport: re-enable 2020-02-05 11:23:29 -08:00
test-demandimport.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-deprecate.t tests: fix test-deprecate.t 2020-06-10 19:29:40 -07:00
test-devel-warnings.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-diff-antipatience-t.py treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07: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: avoid some rev numbers in revsets 2020-10-08 11:08:37 -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 py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-diff-hashes-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -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 tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-diff-newlines.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07:00
test-diff-only-files-in-revs-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-diff-reverse-t.py treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07:00
test-diff-subdir-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -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 treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07: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 tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07: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 tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07: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 tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-disablesymlinks.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-dispatch-debug-prefix-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-dispatch.py.out tags: remove tip tag 2019-12-20 16:14:19 -08:00
test-dispatch.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-doctest.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-doctor-remotenames.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-doctor.t revisionstore: move the repair logic from doctor 2020-10-21 13:20:51 -07:00
test-dott-quote-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-dott-translate.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-double-merge.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-drawdag.t config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 configs: remove loaddynamicconfig option 2020-08-25 07:33:28 -07:00
test-edenapi-server.t live_commit_sync_config: make scs xrepo-lookup watch live changes 2020-07-21 09:09:23 -07:00
test-edit-tmp.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-editor-filename.t tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07: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-group-t.py scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-empty-t.py configs: remove loaddynamicconfig option 2020-08-25 07:33:28 -07:00
test-encode.t tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-encodedstore-long.t py3: fix more tests 2020-10-14 10:30:32 -07:00
test-encoding-align.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-encoding-func.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-encoding-textwrap.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-encoding.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-eol-add.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-eol-clone.t tests: stop enabling zstore-commit-data 2020-07-30 20:32:33 -07:00
test-eol-hook.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-eol-patch.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-eol-update.t py3: fix eol 2020-02-17 14:52:40 -08:00
test-eol.t python3: fix test-eol.t 2020-06-19 15:22:32 -07:00
test-eolfilename.t tests: remove platform condition in eolfilename 2020-03-18 13:59:35 -07:00
test-excessive-merge.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -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 tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-export-t.py py3: fixes test-export-t.py 2020-06-22 11:27:52 -07:00
test-extdata.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-extdiff.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -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-extension.t hgcommands: make commands! macro define modules 2020-08-27 19:02:27 -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 mark all tests requiring Python 2 2020-01-30 18:49:21 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-fastdiscovery.t tests: enable narrow-heads for test-d* to test-fb-hgext* 2020-07-02 13:22:28 -07:00
test-fb-convert-repo.py Repo converter: New class "repomanifest" 2020-02-26 17:25:22 -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 bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-catnotate.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-checkmessagehook-t.py checkmessagehook: make error message more obvious 2020-09-04 14:55:14 -07:00
test-fb-hgext-copytrace-amend.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-copytrace-errormsg-t.py visibility: turn on visibility by default 2020-06-10 19:29:24 -07:00
test-fb-hgext-copytrace-mergedriver-t.py copytrace: use mercurial.json instead of json 2020-04-10 10:01:49 -07:00
test-fb-hgext-copytrace.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-crdump.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-debugcommitmessage-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-debugdetectissues.t remotefilelog: enable the rust stores by default 2020-06-23 18:47:44 -07:00
test-fb-hgext-diff-since-last-submit-t.py py3: fix test-fb-hgext-diff-since-last-submit-t.py 2020-07-22 19:00:42 -07:00
test-fb-hgext-dirsync-amend-t.py commit: remove revnum from commitstatus 2020-10-08 22:33:07 -07:00
test-fb-hgext-dirsync.t commit: remove revnum from commitstatus 2020-10-08 22:33:07 -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-edrecord.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-extutil.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -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-protocol.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-fastannotate-renames-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -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-fastlog.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-fbconduit.t test-fb-hgext-fbconduit: update the test 2020-07-15 19:00:50 -07: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-git-getmeta.t tests: migrate off rev numbers for more tests 2020-07-06 14:04:28 -07:00
test-fb-hgext-githelp.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-grepdiff.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07: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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-fb-hgext-lfs-pushrebase.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-lfspushrebase-verify-blobs.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-merge-conflictinfo.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-mergedriver.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-fb-hgext-morestatus.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-myparent.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-fb-hgext-ownercheck-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-phabstatus.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-fb-hgext-phrevset-t.py context: remove "is a remote bookmark or commit, try to 'hg pull' it first" message 2020-05-13 19:27:41 -07:00
test-fb-hgext-pull-createmarkers-hide-later.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pull-createmarkers.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-cannot-rebasepublic.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-manifests.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-protection.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-pushkey.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-recording.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-remotenames.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase-set-dates.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushrebase.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-pushvars-remotenames.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-fb-hgext-rage.t py3: fix hg rage 2020-07-01 20:10:42 -07:00
test-fb-hgext-remotefilelog-archive.t py3: fix archive 2020-02-17 14:52:33 -08:00
test-fb-hgext-remotefilelog-bad-configs.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-fb-hgext-remotefilelog-blame.t py3 blame 2020-02-07 03:19:41 -08:00
test-fb-hgext-remotefilelog-bundle2-legacy.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-fb-hgext-remotefilelog-bundle2.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-remotefilelog-bundleloop-t.py py3: misc fixes to remotefilelog and treemanifest 2020-02-17 14:52:33 -08:00
test-fb-hgext-remotefilelog-bundles.t tests: enable narrow-heads for test-d* to test-fb-hgext* 2020-07-02 13:22:28 -07:00
test-fb-hgext-remotefilelog-clone.t extensions: enable lz4revlog by default 2020-07-14 14:33:43 -07:00
test-fb-hgext-remotefilelog-commit-repack-t.py setdiscovery: reimplement findcommonheads without Python DAG deps 2020-07-30 20:32:30 -07:00
test-fb-hgext-remotefilelog-datapack.py apply black 20.8b1 formatting update 2020-10-14 20:21:52 -07:00
test-fb-hgext-remotefilelog-getpackv2.t remotefilelog: re-introduce request chunking 2020-06-02 07:51:17 -07: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 tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-fb-hgext-remotefilelog-lfs-prefetch.t tests: migrate off rev numbers for more tests 2020-07-06 14:04:28 -07:00
test-fb-hgext-remotefilelog-lfs.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-fb-hgext-remotefilelog-linknodes.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-remotefilelog-local.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-fb-hgext-remotefilelog-localdatarepack-full.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-fb-hgext-remotefilelog-log.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-remotefilelog-pack-files.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-remotefilelog-prefetch.t remotefilelog: enable the rust stores by default 2020-06-23 18:47:44 -07:00
test-fb-hgext-remotefilelog-pull-noshallow.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-fb-hgext-remotefilelog-push-pull-query-string.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-fb-hgext-remotefilelog-push-pull.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-remotefilelog-repack-corrupt.t revisionstore: add a new StoreResult type 2020-07-24 10:45:40 -07:00
test-fb-hgext-remotefilelog-repack-fast.t remotefilelog: respect invalidatelinkrev store requirement 2020-10-09 13:53:18 -07:00
test-fb-hgext-remotefilelog-repack-incremental-rust.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-remotefilelog-repack-remove-old.t revisionstore: auto-delete when we have too much pack data 2020-09-08 11:33:50 -07:00
test-fb-hgext-remotefilelog-repack-rust.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-remotefilelog-repack.t remotefilelog: respect invalidatelinkrev store requirement 2020-10-09 13:53:18 -07:00
test-fb-hgext-remotefilelog-rust-lfs.t tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs-bundle.t merge: remove the rustworkers option 2020-06-10 20:10:29 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs-duplicated.t revisionstore: disallow reading LFS pointers from packfiles 2020-09-09 18:27:42 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs.t checkout: disable fetching history during checkout 2020-10-15 11:19:23 -07:00
test-fb-hgext-remotefilelog-ruststores-repack.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-fb-hgext-remotefilelog-ruststores-rotatelog-size.t checkout: disable fetching history during checkout 2020-10-15 11:19:23 -07:00
test-fb-hgext-remotefilelog-sparse.t extensions: enable lz4revlog by default 2020-07-14 14:33:43 -07:00
test-fb-hgext-remotefilelog-treemanifest-corrupt.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-remotefilelog-treemanifest-lfs.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-remotefilelog-treemanifest-t.py py3: enable a few tests that got fixed along the way 2020-02-17 14:52:35 -08:00
test-fb-hgext-remotefilelog-wireproto-t.py tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-fb-hgext-remotefilelog-worker.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-reset-remotenames-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-reset-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-sampling.t taggederror: introduce category and transience metadata and precedence 2020-10-12 17:17:34 -07:00
test-fb-hgext-scm-prompt-compat.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-scm-prompt-git.t tests: update output of test-convert-git.t 2020-04-10 19:35:38 -07:00
test-fb-hgext-scm-prompt-hg.t config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-smartlog-inhibit-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-smartlog-remotenames-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-smartlog-revset-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-fb-hgext-smartlog-smallcommitmetadata.t config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-snapshot-backup.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-fb-hgext-snapshot-show.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-snapshot-sync.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-fb-hgext-snapshot.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07: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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-fb-hgext-syncstatus-t.py py3: enable more tests 2020-02-17 14:52:39 -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 tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-treemanifest-backfill.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-fb-hgext-treemanifest-bad-tree.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-fb-hgext-treemanifest-blame.t tests: enable narrow-heads for test-fb-hgext-treemanifest-* 2020-07-02 13:22:28 -07:00
test-fb-hgext-treemanifest-comparetrees.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-treemanifest-convertflat.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-treemanifest-disabled-t.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-fb-hgext-treemanifest-infinitepush.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest-noflat.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-treemanifest-peertopeer.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-treemanifest-prefetch.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest-pullpublic.t setdiscovery: reimplement findcommonheads without Python DAG deps 2020-07-30 20:32:30 -07:00
test-fb-hgext-treemanifest-pushrebase2.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest-pushrebase-treeonly.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest-pushrebase.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-treemanifest-remotenames-out-of-sync.t tests: mark more tests as compatible with segmented changelog 2020-10-20 15:24:29 -07:00
test-fb-hgext-treemanifest-repack.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-treemanifest-sendtrees.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-treemanifest-server.t py3: fix treemanifest server tests 2020-10-14 10:30:32 -07:00
test-fb-hgext-treemanifest-sparse-prefetch.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-treemanifest-sparse-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-treemanifest-treeonly-copyamend.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest-treeonly-fetching.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07:00
test-fb-hgext-treemanifest-treeonly-linknodes.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest-treeonly.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-treemanifest.t treemanifest: stop passing around linkrevs during recent tree discovery 2020-09-24 09:47:00 -07: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 bundle2: backout D19656773 2020-01-31 10:48:19 -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 tests: enable visibility for more tests 2020-06-10 19:29:37 -07:00
test-fb-hgext-tweakdefaults-pullrebaseffwd-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-tweakdefaults-pullrebaseremotenames-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-tweakdefaults-remotenames.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-tweakdefaults-revsets.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-fb-hgext-tweakdefaults-update-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-tweakdefaults.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-fb-hgext-whereami-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-filebranch.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-fileset-generated.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-fileset.t parser: add a function to walk through a tree 2020-10-20 16:45:43 -07:00
test-flags.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -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 py3: fix test-fsmonitor* 2020-06-19 13:40:18 -07:00
test-generaldelta.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-getbundle.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-git-changelog.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-git-export.t tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-gitignore-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-gitlookup-index.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-gitlookup-infinitepush.t tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07:00
test-globalopts.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-globalrevs-requires.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-glog-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-glog-topological-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-gpg.t gpg: remove revnum from output 2020-10-09 13:53:17 -07:00
test-graft-t.py rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-help.t repo: drop format.usestore=false support 2020-10-20 16:36:50 -07:00
test-hg-parseurl.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-hg-parseurl.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-hgext-logginghelper.t logginghelper: use repo basename as repo name 2020-05-15 03:02:00 -07:00
test-hgext-perfsuite.t repoview: remove repoview layer 2020-07-06 14:04:27 -07:00
test-hgext-repogenerator.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hgext-stablerev.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-hggit-bookmark-workflow.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-hggit-clone.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-conflict-1.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-conflict-2.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-convergedmerge.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-empty-working-tree.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-encoding.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-external-sync.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-extra.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-file-removal.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-git-clone.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-git-workflow.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-gitignore.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-hggit-hg-author.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-illegal-contents.t configs: remove loaddynamicconfig option 2020-08-25 07:33:28 -07:00
test-hggit-incoming.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-hggit-keywords.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-hggit-merge.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-nodemap.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-octopus.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-outgoing.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-hggit-pull-after-strip.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-pull.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-push-r.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-hggit-push.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-hggit-renames.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-timezone.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-hggit-tree-decomposition.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-updatemeta.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hggit-url-parsing.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-hggit-url-parsing.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-hggit-verify-fail.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hghave.t python3: fix test-hghave.t 2020-06-24 15:31:37 -07:00
test-hgrc.t version: print EdenSCM instead of Mercurial 2020-09-15 21:03:59 -07:00
test-hgsql-bundle2.t lock: print actual lockinfo on error 2020-10-12 11:22:20 -07:00
test-hgsql-bundlerepo-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgsql-corruption.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-hgsql-encoding.t lock: print actual lockinfo on error 2020-10-12 11:22:20 -07:00
test-hgsql-filenames-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgsql-hggit.t py3: reupgrade mysql-connector-python to yummy version 2020-06-19 15:25:26 -07:00
test-hgsql-lfs-sync.t py3: reupgrade mysql-connector-python to yummy version 2020-06-19 15:25:26 -07:00
test-hgsql-linkrevs-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgsql-local-commands-t.py tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-hgsql-metrics-t.py tests: remove iteritems 2020-01-31 17:31:23 -08:00
test-hgsql-profiler.t py3: reupgrade mysql-connector-python to yummy version 2020-06-19 15:25:26 -07:00
test-hgsql-pushpull.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hgsql-pushrebase2.t tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07:00
test-hgsql-pushrebase.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-hgsql-race-conditions.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hgsql-repolock.t py3: reupgrade mysql-connector-python to yummy version 2020-06-19 15:25:26 -07:00
test-hgsql-requires.t tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07:00
test-hgsql-sqldbsync.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-hgsql-sqlrefill.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hgsql-sqlverify.t tests: migrate off rev numbers for more tests 2020-07-06 14:04:28 -07:00
test-hgsql-strip.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hgsql-sync-interval.t py3: reupgrade mysql-connector-python to yummy version 2020-06-19 15:25:26 -07:00
test-hgsql-sync.t lock: print actual lockinfo on error 2020-10-12 11:22:20 -07:00
test-hgsql-transaction-restrictions-t.py tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-hgsql-treemanifest.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-hint.t py3: fix test-hint.py 2020-04-08 22:00:35 -07:00
test-histedit-arguments.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-base.t config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histedit-mutation.t config: use Rust graph render as default 2020-10-19 17:07:30 -07: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-outgoing.t histedit: do not show revision numbers 2020-08-31 11:57:53 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-histgrep-disable-t.py histgrep: fix for python3 2020-04-13 08:53:49 -07:00
test-histgrep.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-hook.t changelog2: track "tip" explicitly 2020-10-20 15:24:28 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -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: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07: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: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-import-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-import-unknown-t.py py3: enable test-import-unknown-t.py 2020-04-09 18:44:07 -07:00
test-important-remote-names-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-include-fail.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-incoming-outgoing.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-infinitepush-bundlestore.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-infinitepush-delscratchbookmarks.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-infinitepush-forwardfillerqueue.t infinitepush: do not record crossbackendsync bundles 2020-05-01 06:46:50 -07:00
test-infinitepush-publicscratchbookmarks.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-infinitepush-push-to-other.t treemanifest: fix bundle usage with Rust contentstore 2020-09-24 09:46:59 -07:00
test-infinitepush-remotefilelog.t setdiscovery: reimplement findcommonheads without Python DAG deps 2020-07-30 20:32:30 -07:00
test-infinitepush-remotenames.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-infinitepush-replaybookmarksqueue-ignore-backup.t tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-infinitepush-replaybookmarksqueue-multiple-updates.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-infinitepush-replaybookmarksqueue-one-bookmark.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-infinitepush-scratchbookmark-commands.t context: remove "is a remote bookmark or commit, try to 'hg pull' it first" message 2020-05-13 19:27:41 -07:00
test-infinitepush-treemanifest-rebundle.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-infinitepush-write.t infinitepush: support setting a reason for disabling writes 2020-06-10 19:29:41 -07:00
test-inherit-mode.t changelog2: track "tip" explicitly 2020-10-20 15:24:28 -07:00
test-init.t repo: drop format.usestore=false support 2020-10-20 16:36:50 -07: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 tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-issue612-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-issue660-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-issue672.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-issue1089-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-issue1175.t commit: remove revnum from commitstatus 2020-10-08 22:33:07 -07:00
test-issue1438-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-issue1502.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-issue1802.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -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 tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-issue4074.t test-issue4074: fix py3 compatibility 2020-03-03 17:46:34 -08:00
test-journal-exists.t changelog: use Rust RevlogIndex for nodemap 2020-07-30 20:32:35 -07:00
test-journal-share-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-journal.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-known.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-lfs-bundle.t remotefilelog: enable the rust stores by default 2020-06-23 18:47:44 -07:00
test-lfs-checksum.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-lfs-journal-t.py py3: enable more tests 2020-02-17 14:52:39 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-lfs-test-server.t py3: fix eden lfs fetching 2020-07-15 22:16:19 -07:00
test-lfs.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-linelog-edits.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-linerange.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-linkrevcache-linkrevdb.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-linkrevcache-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-locate-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-lock-badness.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-lock.py lock: detect deadlock in a same process 2020-10-19 17:07:30 -07:00
test-log-dir-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-log-unicode.t cmdutil: fix hg log -Tjson with utf8 characters 2020-08-10 09:48:34 -07:00
test-log-wireproto-requests-getpack.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-log-wireproto-requests.t py3: fix more tests 2020-10-14 10:30:32 -07:00
test-lrucachedict.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-lrucachedict.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-lz4revlog.t tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-manifest-insert-before-remove.py manifest: update python bindings to allow insertions before deletions 2019-12-02 15:53:41 -08:00
test-manifest-merging-t.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-manifest-t.py context: remove "is a remote bookmark or commit, try to 'hg pull' it first" message 2020-05-13 19:27:41 -07: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-memcommit.t tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07: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 treemanifest: enable treemanifest.useruststore=True for most tests 2020-09-24 09:46:59 -07:00
test-merge5-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-merge6.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-merge7.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-merge8-t.py tests: remove helpers-usechg.t 2020-06-10 19:29:37 -07:00
test-merge9-t.py tests: remove helpers-usechg.t 2020-06-10 19:29:37 -07:00
test-merge10-t.py tests: remove helpers-usechg.t 2020-06-10 19:29:37 -07:00
test-merge-ancestor-mergestate-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-merge-changedelete.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-commit.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -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 rebase: remove more uses of revnums 2020-10-20 15:24:28 -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: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07: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 tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-merge-revert-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07:00
test-merge-symlinks.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-tools.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-merge-types.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-merge-update-noconflict.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-mergedriver2.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-metalog-migration-t.py enable passing py3 tests 2020-06-10 19:29:42 -07:00
test-migrate-inline-changelog-t.py changelog: use Rust RevlogIndex for nodemap 2020-07-30 20:32:35 -07:00
test-minirst.py py3: fix more tests 2020-10-14 10:30:32 -07:00
test-minirst.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-mkdir-broken-symlink-t.py tests: enable some test on Python3 2020-01-31 13:27:46 -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-fromobsmarkers.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-mutation-infinitepush.t py3: fix some mutation tests 2020-02-17 14:52:36 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-mutation.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-mv-cp-st-diff.t config: use Rust graph render as default 2020-10-19 17:07:30 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-nested-lock.py lock: detect deadlock in a same process 2020-10-19 17:07:30 -07:00
test-nested-repo-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-no-symlinks.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-pathconflicts-basic.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-pathconflicts-merge.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -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 py3: enable more tests 2020-02-01 10:39:39 -08:00
test-patterns.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-pending.t revlog: respect bypasstransaction for addgroup 2020-07-30 20:32:36 -07:00
test-perftrace.t dispatch: run command in non-main thread 2020-09-18 18:47:24 -07:00
test-perftweaks-remotenames.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-perftweaks.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-permissions.t workingcopy: enable rust walker by default in tests 2020-03-17 10:39:15 -07:00
test-profile.t profiling: do not profile debugshell command 2020-08-27 18:14:29 -07:00
test-progress-classicrenderer.t tests: fix the progress tests 2020-06-24 09:41:23 -07:00
test-progress-fancyrenderer.t tests: fix the progress tests 2020-06-24 09:41:23 -07:00
test-progress-rust.t pyprogress: add Python bindings for Rust progress crate 2020-09-30 13:01:15 -07:00
test-progressfile.t tests: fix the progress tests 2020-06-24 09:41:23 -07:00
test-propertycache.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-pull-permission.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-pull-pull-corruption.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-pull-r.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-pull-update-t.py bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-pull.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07:00
test-purge-fsmonitor.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-purge.t tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-push.t tests: enable narrow-heads for some tests 2020-07-30 20:32:36 -07:00
test-pushrebase-merge-changed-file-list.t tests: enable narrow-heads for more tests 2020-07-02 13:22:28 -07:00
test-pushrebase-obsolete.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-pushrebase-withmerges.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-pushvars-t.py tests: remove helpers-usechg.t 2020-06-10 19:29:37 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -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 test-rebase-check-restore: enable segmented changelog 2020-10-20 15:24:29 -07:00
test-rebase-collapse.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-rebase-conflicts.t test-rebase-conflicts: enable segmented changelog 2020-10-20 15:24:29 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -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 tests: migrate some tests to use mutation 2020-06-10 19:29:59 -07:00
test-rebase-inmemory-mergedriver.t rebase: remove revnum from output 2020-10-09 13:53:17 -07:00
test-rebase-inmemory-nochanges-t.py rebase: remove revnum from output 2020-10-09 13:53:17 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-interruptions.t changelog2: track "tip" explicitly 2020-10-20 15:24:28 -07:00
test-rebase-issue-noparam-single-rev-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-legacy-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-missing-cwd.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-mutation.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-newancestor.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-parameters.t config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-removed.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-rename.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-scenario-global.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-templates.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rebase-transaction.t config: use Rust graph render as default 2020-10-19 17:07:30 -07: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 tests: fix 'test-remotefilelog-undesired-file-logging.t' 2020-09-08 17:36:35 -07:00
test-remotenames-basic.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-bookmarks-t.py bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-remotenames-convert-t.py bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-remotenames-fastheaddiscovery-hidden-commits.t tests: enable narrow-heads for more tests 2020-07-02 13:22:28 -07:00
test-remotenames-journal.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-remotenames-namespaces-t.py tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-remotenames-on-and-off-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-remotenames-paths.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-remotenames-pull-rebase.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-push.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-pushto-pathandname.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-remotenames-pushto.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-selective-pull-accessed-bookmarks.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-selective-pull.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-shared-repo-t.py bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-remotenames-strip-t.py tests: enable narrow-heads for more Python tests 2020-07-02 13:22:29 -07:00
test-remotenames-tracking.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remotenames-transition.t bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-remotenames-update.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-remove.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-rename-after-merge.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-rename-dir-merge.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-rename-merge1.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-rename-merge2.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-rename.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-repo-compengines.t extensions: enable lz4revlog by default 2020-07-14 14:33:43 -07:00
test-repo-leak.t hiddenerror: remove extension 2020-06-29 11:29:03 -07:00
test-requires-t.py tests: stop enabling zstore-commit-data 2020-07-30 20:32:33 -07:00
test-resolve.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-restack-old-stack-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-revert-flags.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-revert-interactive.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-revert-status.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-revert-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-revert-unknown-t.py tests: avoid turning $TESTTMP into a repo 2020-09-17 10:16:03 -07: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-revlog.t changelog2: new changelog without revlog 2020-07-30 20:32:36 -07:00
test-revnum-deprecate-t.py hint: update revnum deprecation message 2020-02-18 18:06:26 -08:00
test-revset2.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-revset-age-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-revset-dirstate-parents.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07:00
test-revset-outgoing.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-revset-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-root-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-run-tests.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-run-tests.t py3: set LANG="en_US.UTF-8" for most tests 2020-06-19 13:40:17 -07:00
test-rust-rmcwd.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-rust-subcommands-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rustmanifest-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-rustthreading.py tests-rustthreading.py: the thread is renamed to _thread 2020-01-31 10:13:45 -08: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.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-share-requirements-t.py tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-share-unshare-t.py py3: fix share command 2020-01-31 22:13:04 -08:00
test-share.t clone: copy modern store files 2020-10-09 13:53:18 -07:00
test-shelve-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-show.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-simple-update.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-simplekeyvaluefile.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-simplemerge.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-simplemerge.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-smartlog-collapse-obsolete.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-sortdictfilter.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-sparse-casecollision.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-sparse-clear-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-sparse-clone.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-sparse-diff.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-extensions-t.py py3: fix test-sparse-profiles.t 2020-07-22 19:00:42 -07:00
test-sparse-fetch-t.py runtests: set tracing level before running tests 2020-09-29 21:19:20 -07: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-sparse-merges.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-sparse-notsparse-t.py py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-profiles.t sparse: debugsparsematch accepts filesets 2020-08-14 09:46:32 -07: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-sparse-warn-t.py sparse: add config for warning for full checkouts 2020-02-20 10:58:53 -08:00
test-sparse.t tests: remove some uses of rev numbers in templates 2020-10-07 21:22:58 -07:00
test-ssh-clone-r.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-ssh-hang.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07:00
test-ssh.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-sshserver.py py3: only use binary stdin/stdout/stderr 2020-02-03 18:26:57 -08:00
test-stackdesc.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
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-terse-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-status.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-strict.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-strip-cross.t strip: use Rust strip for testing 2020-07-20 17:27:52 -07:00
test-subcommands.t dispatch: add --trace flag 2020-08-27 18:14:28 -07:00
test-symlink-os-yes-fs-no.py context: fix symlink validation 2020-04-13 14:55:11 -07:00
test-symlink-os-yes-fs-no.py.out pull: remove "new changesets" message 2020-01-14 21:02:27 -08:00
test-symlink-placeholder.t tests: enable treemanifest for ~100 more tests 2020-06-10 19:29:48 -07:00
test-symlinks.t tests: remove test cases about legacy dirstates 2020-10-20 16:36:50 -07: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-tools.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-treemanifest-amend.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-treemanifest-diff-t.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07: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 py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-treestate-trackignore.t py3: fix treestate related tests 2020-06-23 14:06:54 -07: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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-ui-config.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-ui-config.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-ui-verbosity.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-ui-verbosity.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-uncommit.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-undo-narrow-heads.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-unicode-inputs-t.py tests: enable template-new-builtin 2020-07-20 17:27:53 -07:00
test-unified-test.t py3: fix escaping test-unified-test.t 2020-01-31 22:00:59 -08:00
test-unrelated-pull.t scmutil: remove meaningfulparents 2020-09-05 15:06:44 -07:00
test-up-local-change.t rebase: remove more uses of revnums 2020-10-20 15:24:28 -07:00
test-update-dest-t.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00
test-update-empty-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-update-inactive-t.py bookmarks: remove revnum from non-plain bookmark output 2020-10-08 22:33:07 -07:00
test-update-issue1456.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-update-merge-state-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-update-names.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-update-reverse.t tests: avoid some rev numbers in revsets 2020-10-08 11:08:37 -07:00
test-update-symlink-to-plain.t merge: remove the rustworkers option 2020-06-10 20:10:29 -07:00
test-url-rev.t summary: remove revnum from output 2020-10-09 13:53:17 -07:00
test-url.py python3: convert test-url to python3 2020-06-19 15:11:55 -07:00
test-username-newline.t revlog: turn on head-based-commit-transaction for tests 2020-07-08 14:33:58 -07:00
test-verify-skipmanifests-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-verify.t context: do not warn broken dirstate repetitively 2020-10-20 15:24:28 -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 config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-visibility-reset.t config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
test-visibility.t repo: unconditionally migrate to specified visibility and dirstate format 2020-10-20 16:36:50 -07:00
test-walk.t tests: remove uses of $PYTHON -c 2020-08-19 00:32:19 -07: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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-wireproto.t tests: convert dummyssh and get_free_socket to python3 2020-08-17 02:42:14 -07: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
test-zstore-commit-data-migration-t.py config: use Rust graph render as default 2020-10-19 17:07:30 -07:00
tinit.sh tests: remove revnum from aliases 2020-10-08 20:31:41 -07:00
translate Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
truncate.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
unittestify.py Apply pyfmt to fbcode/eden 2020-10-04 04:51:00 -07:00

To run the tests, do:

cd tests/
python run-tests.py

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