sapling/eden/scm/tests
Mark Thomas 513a4f8426 color: don't disable colors if HGPLAINEXCEPT=color
Summary:
With `HGPLAINEXCEPT=color`, colors should still be enabled if the terminal is
capable of supporting them and output is to the terminal.

Currently this doesn't work if `--color=auto` (the default), as
`color._modesetup` uses `ui.formatted` to check if the output is a terminal,
and thus has colors available, but this is `False` for all `HGPLAIN` modes.

Instead, add a new method to `ui` that checks whether  `fout` is a terminal, and
use that for color autodetection.

This function also allows us to add `HGPLAINEXCEPT=pager` as we can use
that in the same way.

Reviewed By: farnz

Differential Revision: D21617170

fbshipit-source-id: 7ee4eaa8963f3d6eb7ed8044a678a4804b9a98f0
2020-05-19 06:13:54 -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 commit cloud forwardfiller: add a test to exercise the flow 2020-04-30 13:00:22 -07:00
infinitepush tests: make hgsql and infinitepush libraries usable from Mononoke 2020-04-30 13:00:22 -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 py3: fix test-autofix.t 2020-04-09 13:20:35 -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 tests: fix test-rebase-brute-force.t 2020-04-09 13:20:36 -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 tags: remove tags feature 2020-01-07 12:31:10 -08: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 tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08: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 testing utilities py3 compatibility 2020-01-29 17:07:32 -08: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
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
helpers-usechg.sh Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08: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: fix jq matching 2020-05-15 03:02:00 -07:00
histedit-helpers.sh Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
killdaemons.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
library.sh tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08: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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08: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 progress: invalidate engine on process fork 2020-05-06 12:01:39 -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 check-code: convert to Python 3 2020-05-07 09:07:50 -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 bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-absorb-edit-lines.t py3: fix some absorb tests 2020-04-09 13:20:34 -07:00
test-absorb-phase-t.py py3: fix some absorb tests 2020-04-09 13:20:34 -07:00
test-absorb-rename.t py3: fix some absorb tests 2020-04-09 13:20:34 -07:00
test-absorb-strip.t py3: fix some absorb tests 2020-04-09 13:20:34 -07:00
test-absorb-t.py py3: redisable failing py3 tests 2020-04-14 15:49:55 -07:00
test-add.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08: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 py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-addremove-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-alias2.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-alias-circular.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-alias.t context: remove "is a remote bookmark or commit, try to 'hg pull' it first" message 2020-05-13 19:27:41 -07:00
test-amend-fold.t hg-py3: fix restack-multidest/t and fold 2020-02-03 17:05:35 -08:00
test-amend-hide-t.py hg-py3: fix the last amend commands 2020-02-26 08:26:13 -08:00
test-amend-metaedit.t hg-py3: make metaedit command work 2020-01-31 18:29:01 -08:00
test-amend-next.t movement: allow prev/next with pending changes 2020-05-14 21:23:27 -07:00
test-amend-nextrebase.t movement: allow prev/next with pending changes 2020-05-14 21:23:27 -07:00
test-amend-previous.t movement: allow prev/next with pending changes 2020-05-14 21:23:27 -07:00
test-amend-rebase-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-amend-restack-auto.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-amend-restack-divergence.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-amend-restack-multidest.t hg-py3: fix restack-multidest/t and fold 2020-02-03 17:05:35 -08:00
test-amend-restack-obsolete.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-amend-restack-t.py hg-py3: fix restack-multidest/t and fold 2020-02-03 17:05:35 -08:00
test-amend-split.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-amend-template-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-amend-to.t hg-py3: make amend-to work 2020-02-03 10:04:38 -08:00
test-amend-userestack.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-amend.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-ancestor.py py3: fix test-ancestor.py 2020-04-09 13:20:35 -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 revset: replace some repo.revs with repo.nodes 2020-02-28 17:45:26 -08: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 py3: fix archive 2020-02-17 14:52:40 -08: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 py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-audit-path.t tests: enable more python3 tests 2020-04-10 11:22:59 -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 py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-backout.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-backwards-remove-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 py3: fix test-basics.t 2020-04-09 09:23:53 -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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-bisect2.t bisect: make it python3 compatible 2020-04-08 19:08:51 -07:00
test-bisect3.t bisect: make it python3 compatible 2020-04-08 19:08:51 -07:00
test-bisect-sparse.t bisect: make it python3 compatible 2020-04-08 19:08:51 -07:00
test-bisect-t.py test-bisect-t: use debugshell instead of debugpython 2020-04-27 07:55:30 -07:00
test-blackbox.t tracing: replace blackbox.logblocked with tracing events 2020-05-12 10:48:43 -07:00
test-bookmark-strip-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-bookmarks-current.t bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-bookmarks-rebase.t rebase: decode rebasestate before parsing it 2020-01-31 18:12:14 -08:00
test-bookmarks-strip.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-bookmarks.t tests: update tests with bookmarks behavior change 2020-04-21 14:31:46 -07:00
test-bookmarkstore.py py3: codemode assertEquals to assertEqual 2020-02-17 14:52:34 -08:00
test-bundle2-exchange.t py3: fix test-bundle2-exchange.t 2020-04-13 15:28:25 -07:00
test-bundle2-format.t py3: fix test-bundle2-format.t 2020-04-13 15:28:25 -07:00
test-bundle2-multiple-changegroups.t bundle2: bunch of fixes for Python3 2020-04-09 16:27:43 -07:00
test-bundle2-pushback-t.py bundle2: bunch of fixes for Python3 2020-04-09 16:27:43 -07:00
test-bundle2-remote-changegroup.t bundle2: bunch of fixes for Python3 2020-04-09 16:27:43 -07:00
test-bundle-phases-t.py debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-bundle-r.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-bundle-type.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-bundle-vs-outgoing.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-bundle.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-casecollision-merge.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-casecollision.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-casefolding.t workingcopy: enable rust walker by default in tests 2020-03-17 10:39:15 -07:00
test-cat.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-changelog-exec.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-changelog-remoteheads-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-check-clang-format.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-check-code.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-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 check-code: convert to Python 3 2020-05-07 09:07:50 -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-jshint.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-check-shbang.t mark all tests requiring Python 2 2020-01-30 18:49:21 -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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-checkoutidentifier-commitinfo.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-checkoutidentifier-dirstateinfo.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-checkserverbookmark.t util: remove redundant 'timed' function 2020-02-04 12:33:40 -08:00
test-chg.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-churn.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-clienttelemetry.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-clone-pull-corruption.t changelog: the _delaybuf is a byte list 2020-03-06 10:29:33 -08:00
test-clone-r.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-clone-uncompressed.t py3: fix various wireprotocol related tests 2020-04-13 15:28:24 -07:00
test-clone.t clone: remove share.pool support 2020-05-12 10:23:21 -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 remotenames: move namespace to core 2020-03-26 08:26:26 -07:00
test-commit-amend-reuse-rawfctx.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-commit-amend.t tests: enable tests that are now passing in python3 2020-04-09 09:10:57 -07:00
test-commit-interactive-curses.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-commit-interactive.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-commit-multiple.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-commit-reuse.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-commit-revive.t tests: enable bunch of tests 2020-04-13 08:53:48 -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 py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-commit.t chg: disable chg when file paths like /proc/self/... are used 2020-04-02 10:09:50 -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 py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-bundlestore-short-hash.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-commitcloud-backup-compression.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-commitcloud-backup-lfs.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-commitcloud-backup-logging.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-phases.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-remotefilelog.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-remotenames-public.t infinitepush: disable old autopull if the new autopull is enabled 2020-04-24 11:16:21 -07:00
test-commitcloud-backup-remotenames.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-restore-markers.t clone: write repo hgrc early 2020-05-12 10:23:22 -07:00
test-commitcloud-backup-restore-obsolete.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-restore.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-commitcloud-backup-rev.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup-share.t py3: fix commit cloud tests 2020-04-10 10:59:50 -07:00
test-commitcloud-backup-sql1.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-commitcloud-backup-sql2.t py3: redisable failing py3 tests 2020-04-14 15:49:55 -07:00
test-commitcloud-backup-status.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-backup.t infinitepush: disable old autopull if the new autopull is enabled 2020-04-24 11:16:21 -07:00
test-commitcloud-checkoutlocations-update.t py3: fix commit cloud tests 2020-04-10 10:59:50 -07:00
test-commitcloud-hide.t commitcloud: add hg cloud hide command to remove things from cloud workspaces 2020-05-12 07:56:50 -07:00
test-commitcloud-lazypull-phab.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-commitcloud-lazypull.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-commitcloud-smartlog-version.t commitcloud: only use the Rust graph renderer 2020-05-14 12:03:44 -07:00
test-commitcloud-smartlog.t commitcloud: use dag operations to simplify 'hide' logic 2020-05-14 12:03:46 -07:00
test-commitcloud-sync-bookmarks.t commitcloud: migrate to tech-debt-free repo.pull for pulling 2020-04-01 19:40:57 -07:00
test-commitcloud-sync-migration.t tests: enable tests that are now passing in python3 2020-04-09 09:10:57 -07:00
test-commitcloud-sync-omission.t commitcloud: migrate to tech-debt-free repo.pull for pulling 2020-04-01 19:40:57 -07:00
test-commitcloud-sync-oscillation.t commitcloud: migrate to tech-debt-free repo.pull for pulling 2020-04-01 19:40:57 -07:00
test-commitcloud-sync-race.t commitcloud: allow omission of remote bookmarks 2020-04-30 05:44:03 -07:00
test-commitcloud-sync-rb-deletion.t remotenames: hide unwanted commits after clone with selectivepull 2020-04-30 05:44:04 -07:00
test-commitcloud-sync-rb-enabling2.t py3: fix commit cloud tests 2020-04-10 10:59:50 -07:00
test-commitcloud-sync-rb-enabling.t py3: fix commit cloud tests 2020-04-10 10:59:50 -07:00
test-commitcloud-sync-remote-bookmarks.t remotenames: disable old autopull if the new autopull is enabled 2020-04-24 11:16:21 -07:00
test-commitcloud-sync-workspacenames-t.py py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-commitcloud-sync.t py3: fix commit cloud tests 2020-04-10 10:59:50 -07:00
test-commitcloud-update.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-committer.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-completion.t debugsendunbundle: add cmd to send unbunble from stdin 2020-05-13 15:34:39 -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 test-configparser: migrate to Python unit test 2020-03-13 12:01:00 -07:00
test-conflict.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-confused-revert-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-context-metadata.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-context.py check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
test-context.py.out check-code: convert to Python 3 2020-05-07 09:07:50 -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 treestate: make treestate a hard requirement 2020-03-16 18:39:52 -07:00
test-convert-authormap-t.py convert: do not try to re-encode in python3 2020-04-13 08:53:51 -07:00
test-convert-datesort-t.py convert: do not try to re-encode in python3 2020-04-13 08:53:51 -07:00
test-convert-filemap.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-convert-git.t tests: update output of test-convert-git.t 2020-04-10 19:35:38 -07:00
test-convert-hg-sink.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-convert-hg-source.t convert: do not try to re-encode in python3 2020-04-13 08:53:51 -07:00
test-convert-hg-startrev.t convert: do not try to re-encode in python3 2020-04-13 08:53:51 -07:00
test-convert-p4-filetypes.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-convert-p4.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-convert-splicemap.t convert: do not try to re-encode in python3 2020-04-13 08:53:51 -07:00
test-convert.t errors: drop quotes around OSError paths 2020-01-31 10:56:30 -08:00
test-copy-move-merge.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-copy.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-copytrace-heuristics.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-copytrace-manual-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-crdump-commitcloud.t py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-custom-filters-t.py py3: fix eol 2020-02-17 14:52:40 -08:00
test-debugbuilddag-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-debugbundle-rebase.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-debugbundle.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-debugcheckcasecollisions-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-debugcheckcasecollisions-treemanifest.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-debugcommands.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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: move hgrc.dynamic to always be in the shared repo 2020-05-05 18:19:10 -07:00
test-debugexistingcasecollisions-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-debugextensions.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08: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 transaction: write hgrc to metalog 2020-05-06 12:15:36 -07:00
test-debugrebuilddirstate-corrupt.t revset: attempt to pull the revset expression as a single name 2020-04-24 11:16:22 -07:00
test-debugrename-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-debugsendunbundle.t debugsendunbundle: add cmd to send unbunble from stdin 2020-05-13 15:34:39 -07:00
test-debugshell-args.t debugshell: accept file name 2020-04-27 10:58:56 -07:00
test-debugstrip.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-default-push.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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-devel-warnings.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-diff-antipatience-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-diff-binary-file.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-diff-binary.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-diff-change.t py3: fix more diff tests 2020-01-31 15:40:54 -08:00
test-diff-color.t color: don't disable colors if HGPLAINEXCEPT=color 2020-05-19 06:13:54 -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 tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-diff-indent-heuristic.t diff: update for py3 2020-01-31 13:00:23 -08:00
test-diff-issue2761-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-diff-newlines.t diff: update for py3 2020-01-31 13:00:23 -08: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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 py3: fix more diff tests 2020-01-31 15:40:54 -08:00
test-diffdir-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-diffstat.t py3: fix more diff tests 2020-01-31 15:40:54 -08:00
test-directaccess-revset.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-dirstate-backup.t pager: replace fout and ferr of all ui objects 2020-04-15 18:23:12 -07:00
test-dirstate-completion-t.py py3: fix a few test-dirstate* tests 2020-02-28 11:32:15 -08:00
test-dirstate-nonnormalset.t py3: fix a few test-dirstate* tests 2020-02-28 11:32:15 -08:00
test-dirstate-race.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-dirstate-rebuild.t revset: attempt to pull the revset expression as a single name 2020-04-24 11:16:22 -07:00
test-dirstate-symlink-t.py py3: fix flat dirstate parsing/packing 2020-02-26 12:53:25 -08:00
test-dirstate.t treestate: make treestate a hard requirement 2020-03-16 18:39:52 -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 errors: drop quotes around OSError paths 2020-01-31 10:56:30 -08:00
test-docker-packaging.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 doctor: check and hide less relevant branches 2020-04-15 19:21:13 -07:00
test-doctor.t doctor: fix incorrect visibility header 2020-04-15 19:21:12 -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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-drawdag.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-duplicateoptions.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-duplicateoptions.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-edit-tmp.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-editor-filename.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-empty-dir.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-empty-file.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-empty-group-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-empty-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-encode.t py3: fix eol 2020-02-17 14:52:40 -08:00
test-encodedstore-long.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-encoding-align.t py3: supress the write return value 2020-01-31 13:00:23 -08: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 py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-eol-add.t py3: fix eol 2020-02-17 14:52:40 -08:00
test-eol-clone.t py3: fix eol 2020-02-17 14:52:40 -08:00
test-eol-hook.t py3: fix eol 2020-02-17 14:52:40 -08: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 py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-eolfilename.t tests: remove platform condition in eolfilename 2020-03-18 13:59:35 -07:00
test-excessive-merge.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-execute-bit.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-exitcodemask-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-export-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-extdata.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-extdiff.t tests: fix test-extdiff.t for python3 2020-04-13 14:55:10 -07:00
test-extension-hgext-prefix.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-extension-inline.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-extension.t encoding: use correct output encoding on windows 2020-02-20 04:28:48 -08:00
test-extensions-afterloaded.t bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-checkmessagehook-t.py checkmessagehook: make it python3 compatible 2020-01-31 15:21:55 -08:00
test-fb-hgext-cleanobsstore-t.py cleanobsstore: write to the file with bytes 2020-04-13 08:53:49 -07:00
test-fb-hgext-copytrace-amend.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-copytrace-errormsg-t.py tests: enable passing tests in python3 2020-01-31 18:12:14 -08: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 tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-fb-hgext-crdump.t tests: fix test-fb-hgext-crdump.t in Python3 2020-04-09 09:10:58 -07:00
test-fb-hgext-debugcommitmessage-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-diff-since-last-submit-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-dirsync-amend-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-dirsync.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-drop.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 test-fb-hgext-extutil.py: fix some python3 warning 2020-01-31 10:53:52 -08:00
test-fb-hgext-fastannotate-corrupt.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-fastannotate-diffopts.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-fastannotate-hg.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-fastannotate-perfhack.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-fastannotate-protocol.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-fb-hgext-fastannotate.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-fastlog.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-fb-hgext-fbconduit.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-fb-hgext-fbhistedit-exec-obsolete.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-exec.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-graft.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-json.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-rebase-interactive.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-show-plan.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-stop-obsolete.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fbhistedit-stop.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-fixcorrupt.t doctor: be less verbose 2020-04-15 19:21:11 -07:00
test-fb-hgext-fold-undo.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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 py3: fix gitlookup 2020-02-17 14:52:38 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-grpcheck.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-hiddenerror.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-inhibit.t bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-lfspushrebase-verify-blobs.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-merge-conflictinfo.t errors: drop quotes around OSError paths 2020-01-31 10:56:30 -08:00
test-fb-hgext-mergedriver.t commands: read/write the graftstate as utf8 2020-04-13 08:53:48 -07:00
test-fb-hgext-morestatus.t morestatus: read from updateargs as utf8 2020-04-13 08:53:48 -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 tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-fb-hgext-patchrmdir.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-fb-hgext-phabdiff.t phabdiff: allow reviewers to be used as a string 2020-02-27 19:21:44 -08: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 py3: enable more tests that are now passing 2020-04-10 11:04:39 -07:00
test-fb-hgext-pull-createmarkers.t py3: enable more tests that are now passing 2020-04-10 11:04:39 -07:00
test-fb-hgext-pushrebase-cannot-rebasepublic.t clone: write repo hgrc early 2020-05-12 10:23:22 -07:00
test-fb-hgext-pushrebase-hgsql-mfs.t clone: write repo hgrc early 2020-05-12 10:23:22 -07:00
test-fb-hgext-pushrebase-manifests.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-pushrebase-protection.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-pushrebase-pushkey.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-pushrebase-recording.t tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-fb-hgext-pushrebase-remotenames.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-pushrebase-set-dates.t tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-fb-hgext-pushrebase.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-pushvars-remotenames.t changelog: the _delaybuf is a byte list 2020-03-06 10:29:33 -08:00
test-fb-hgext-rage.t replaced hg sparse show with hg sparse in hg rage 2020-05-07 14:51:23 -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 py3: misc fixes to remotefilelog and treemanifest 2020-02-17 14:52:33 -08:00
test-fb-hgext-remotefilelog-bundle2.t py3: misc fixes to remotefilelog and treemanifest 2020-02-17 14:52:33 -08: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 py3: enable a few tests that got fixed along the way 2020-02-17 14:52:35 -08:00
test-fb-hgext-remotefilelog-clone.t clone: add a new clone function with less tech-debt 2020-05-12 10:23:23 -07:00
test-fb-hgext-remotefilelog-commit-repack-t.py py3: fix remotefilelog repack tests 2020-02-17 14:52:33 -08:00
test-fb-hgext-remotefilelog-datapack.py datastore: remove HgIdDataStore ::get_delta and ::get_delta_chain 2020-05-07 11:04:01 -07:00
test-fb-hgext-remotefilelog-getpackv2.t tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-fb-hgext-remotefilelog-histpack.py py3: fix test-fb-hgext-remotefilelog-histpack.py 2020-02-17 14:52:34 -08:00
test-fb-hgext-remotefilelog-lfs-fetchpacks.t clone: add a new clone function with less tech-debt 2020-05-12 10:23:23 -07:00
test-fb-hgext-remotefilelog-lfs-prefetch.t clone: add a new clone function with less tech-debt 2020-05-12 10:23:23 -07:00
test-fb-hgext-remotefilelog-lfs.t clone: add a new clone function with less tech-debt 2020-05-12 10:23:23 -07:00
test-fb-hgext-remotefilelog-linknodes.t py3: make conduithttp.py python 3 compatible 2020-02-17 14:52:31 -08:00
test-fb-hgext-remotefilelog-local.t py3: misc fixes to remotefilelog and treemanifest 2020-02-17 14:52:33 -08: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 tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-fb-hgext-remotefilelog-pack-files.t remotefilelog: adapt tests for remotefilelog to support LFS 2020-03-26 19:02:47 -07:00
test-fb-hgext-remotefilelog-prefetch.t clone: add a new clone function with less tech-debt 2020-05-12 10:23:23 -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 logginghelper: use repo basename as repo name 2020-05-15 03:02:00 -07:00
test-fb-hgext-remotefilelog-push-pull.t discovery: go back to random sampling but include master 2020-05-15 19:03:29 -07:00
test-fb-hgext-remotefilelog-repack-corrupt.t remotefilelog: adapt tests for remotefilelog to support LFS 2020-03-26 19:02:47 -07:00
test-fb-hgext-remotefilelog-repack-fast.t datastore: remove HgIdDataStore ::get_delta and ::get_delta_chain 2020-05-07 11:04:01 -07:00
test-fb-hgext-remotefilelog-repack-incremental-rust.t remotefilelog: adapt tests for remotefilelog to support LFS 2020-03-26 19:02:47 -07:00
test-fb-hgext-remotefilelog-repack-remove-old.t remotefilelog: adapt tests for remotefilelog to support LFS 2020-03-26 19:02:47 -07:00
test-fb-hgext-remotefilelog-repack-rust.t remotefilelog: adapt tests for remotefilelog to support LFS 2020-03-26 19:02:47 -07:00
test-fb-hgext-remotefilelog-repack.t datastore: remove HgIdDataStore ::get_delta and ::get_delta_chain 2020-05-07 11:04:01 -07:00
test-fb-hgext-remotefilelog-rust-lfs.t tests: fix test-fb-hgext-remotefilelog-rust-lfs.t on Windows 2020-04-06 10:18:05 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs-bundle.t remotefilelog: force hg bundle to use bundle version 3 with LFS 2020-05-07 21:50:00 -07:00
test-fb-hgext-remotefilelog-ruststores-lfs.t lfs: move uploaded blobs to the shared store 2020-05-13 12:50:20 -07:00
test-fb-hgext-remotefilelog-ruststores-repack.t revisionstore: revamp repack to ease file format migration 2020-03-26 19:02:48 -07:00
test-fb-hgext-remotefilelog-sparse.t clone: add a new clone function with less tech-debt 2020-05-12 10:23:23 -07:00
test-fb-hgext-remotefilelog-treemanifest-corrupt.t py3: misc fixes to remotefilelog and treemanifest 2020-02-17 14:52:33 -08:00
test-fb-hgext-remotefilelog-treemanifest-lfs.t py3: enable more tests that are now passing 2020-04-10 11:04:39 -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 py3: enable a few tests that got fixed along the way 2020-02-17 14:52:35 -08:00
test-fb-hgext-remotefilelog-worker.t merge: disable Rust workers if in-memory merge is in progress 2020-03-17 16:01:49 -07:00
test-fb-hgext-reset-remotenames-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-fb-hgext-reset-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-sampling.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-sigtrace.t version: a Rust crate providing version information 2020-05-18 09:00:40 -07:00
test-fb-hgext-simplecache.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-smartlog-hide-before.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-smartlog-inhibit-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-fb-hgext-smartlog-obsolete.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-fb-hgext-smartlog-remotenames-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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-smartdate.t node: use binascii.Error in Python3 2020-04-08 23:46:09 -07:00
test-fb-hgext-smartlog-tweakdefaults.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-smartlog.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-fb-hgext-snapshot-backup.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-fb-hgext-snapshot-show.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-snapshot-sync.t commitcloud: migrate to tech-debt-free repo.pull for pulling 2020-04-01 19:40:57 -07:00
test-fb-hgext-snapshot.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-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 discovery: go back to random sampling but include master 2020-05-15 19:03:29 -07:00
test-fb-hgext-treemanifest-backfill.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-treemanifest-comparetrees.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-fb-hgext-treemanifest-convertflat.t context: provide what commit it is when we cannot load the manifest 2020-04-07 19:05:03 -07:00
test-fb-hgext-treemanifest-disabled-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-fb-hgext-treemanifest-infinitepush.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-fb-hgext-treemanifest-noflat.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-treemanifest-peertopeer.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-treemanifest-prefetch.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-fb-hgext-treemanifest-pullpublic.t discovery: go back to random sampling but include master 2020-05-15 19:03:29 -07:00
test-fb-hgext-treemanifest-pushrebase2.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-treemanifest-pushrebase-treeonly.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-treemanifest-pushrebase.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-fb-hgext-treemanifest-remotenames-out-of-sync.t py3: enable more tests that are now passing 2020-04-10 11:04:39 -07:00
test-fb-hgext-treemanifest-repack.t py3: fix remotefilelog repack tests 2020-02-17 14:52:33 -08:00
test-fb-hgext-treemanifest-sendtrees.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-treemanifest-server.t context: provide what commit it is when we cannot load the manifest 2020-04-07 19:05:03 -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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-treemanifest-treeonly-fetching.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-treemanifest-treeonly-linknodes.t py3: enable more tests that are now passing 2020-04-10 11:04:39 -07:00
test-fb-hgext-treemanifest-treeonly.t remotefilelog: do not write delta in bundle2 2020-04-15 10:26:39 -07:00
test-fb-hgext-treemanifest.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-tweakdefaults-blame.t py3: fix blame tests 2020-02-28 11:32:16 -08:00
test-fb-hgext-tweakdefaults-bookmarks-t.py 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 bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-tweakdefaults-ordering-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-fb-hgext-tweakdefaults-pullrebaseffwd-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-fb-hgext-tweakdefaults-pullrebaseremotenames-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-fb-hgext-tweakdefaults-remotenames.t py3: update simplemerge conflict logic to use bytes 2020-01-31 13:12:15 -08:00
test-fb-hgext-tweakdefaults-revsets.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-fb-hgext-tweakdefaults-update-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-fb-hgext-tweakdefaults.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-undo.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fb-hgext-whereami-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-filebranch.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-filecache.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-filecache.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08: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 py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-fileset.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-flagprocessor.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-flags.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-fsmonitor-blackbox.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fsmonitor-bumpclock.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fsmonitor-casefolding.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fsmonitor-detectrace.t fsmonitor: make race detector aware of the matcher 2020-03-23 14:22:02 -07:00
test-fsmonitor-filemerge.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fsmonitor-refreshclock.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-fsmonitor-warn-fresh.t treestate: make treestate a hard requirement 2020-03-16 18:39:52 -07:00
test-generaldelta.t debug: fix _quasirepr 2020-03-06 10:29:32 -08:00
test-getbundle.t py3: fix various wireprotocol related tests 2020-04-13 15:28:24 -07:00
test-git-export.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-gitignore-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-gitlookup-index.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-gitlookup-infinitepush.t py3: fix gitlookup 2020-02-17 14:52:38 -08:00
test-globalopts.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-globalrevs-requires.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-globalrevs-svnrev.t globalrevs: verify that convert_revision is a svnrev when falling back 2020-04-07 06:47:26 -07:00
test-globalrevs-t.py context: remove "is a remote bookmark or commit, try to 'hg pull' it first" message 2020-05-13 19:27:41 -07:00
test-glog-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-glog-topological-t.py treemanifest: fix flat manifest conversion 2020-04-13 08:53:51 -07:00
test-gpg.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-graft-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-help.t debugsendunbundle: add cmd to send unbunble from stdin 2020-05-13 15:34:39 -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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgext-repogenerator.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgext-stablerev.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-hggit-bookmark-workflow.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hggit-clone.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-conflict-1.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-conflict-2.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-convergedmerge.t py3: fix more hggit tests 2020-04-15 11:35:39 -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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hggit-external-sync.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-extra.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hggit-file-removal.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-git-clone.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-git-workflow.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hggit-gitignore.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-hggit-hg-author.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-illegal-contents.t tests: fix test-hggit-illegal-contents.t 2020-04-13 14:25:35 -07:00
test-hggit-incoming.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hggit-keywords.t py3: fix more hggit tests 2020-04-15 11:35:39 -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 py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-outgoing.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-pull-after-strip.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-pull.t hggit: add ability to skip commits using hggit.skipgithashes 2020-03-05 15:06:30 -08:00
test-hggit-push-r.t py3: fix more hggit tests 2020-04-15 11:35:39 -07:00
test-hggit-push.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hggit-renames.t py3: fix more hggit tests 2020-04-15 11:35:39 -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 py3: fix more hggit tests 2020-04-15 11:35:39 -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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgrc.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-hgsql-bundle2.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -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 py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-encoding.t tests: don't test \1 character in hgsql tests 2020-03-16 10:15:24 -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: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-lfs-sync.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgsql-metrics-t.py tests: remove iteritems 2020-01-31 17:31:23 -08:00
test-hgsql-profiler.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-pushpull.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-pushrebase2.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-pushrebase.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-race-conditions.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-repolock.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-requires.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-sqlrefill.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-sqlverify.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-strip.t tests: update test-hgsql-strip.t 2020-04-22 16:15:46 -07:00
test-hgsql-sync-interval.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-sync.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hgsql-transaction-restrictions-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hgsql-treemanifest.t py3: revert mysql-connector-python upgrade and hgsql tests 2020-04-21 13:45:23 -07:00
test-hint.t py3: fix test-hint.py 2020-04-08 22:00:35 -07:00
test-histedit-arguments.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-histedit-base.t tests: enable histedit for python3 2020-04-13 08:53:51 -07:00
test-histedit-bookmark-motion.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-commute.t tests: enable histedit for python3 2020-04-13 08:53:51 -07:00
test-histedit-drop.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-edit.t changelog: the _delaybuf is a byte list 2020-03-06 10:29:33 -08:00
test-histedit-fold-non-commute.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-fold.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-no-change.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-non-commute-abort.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-non-commute.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-obsolete.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-histedit-outgoing.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-histedit-reorder.t tests: add histedit test with simple reorder 2020-04-01 14:02:34 -07:00
test-histedit-templates.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-histgrep-disable-t.py histgrep: fix for python3 2020-04-13 08:53:49 -07:00
test-histgrep.t histgrep: fix for python3 2020-04-13 08:53:49 -07:00
test-hook.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-hybridencode.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-hybridencode.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-identify.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-import-bypass.t py3: fix test-import-bypass.t 2020-04-09 18:44:05 -07:00
test-import-context.t py3: fix test-import-context.t 2020-04-09 18:44:05 -07:00
test-import-eol.t py3: redisable failing py3 tests 2020-04-14 15:49:55 -07:00
test-import-git.t py3: fix test-import-git.t 2020-04-09 18:44:06 -07:00
test-import-merge.t py3: fix test-import-merge.t 2020-04-09 18:44:06 -07:00
test-import-t.py py3: fix test-import-t.py 2020-04-09 18:44:06 -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 tests: fix test-important-remote-names-t.py for python3 2020-04-13 08:53:50 -07:00
test-include-fail.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-incoming-outgoing.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-infinitepush-bundlestore.t infinitepush: remove legacy auto pull logic 2020-05-14 12:47:35 -07:00
test-infinitepush-delscratchbookmarks.t py3: get several infinitepush tests passing 2020-02-17 14:52:36 -08:00
test-infinitepush-forwardfillerqueue.t infinitepush: do not record crossbackendsync bundles 2020-05-01 06:46:50 -07:00
test-infinitepush-publicscratchbookmarks.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-infinitepush-push-to-other.t py3: fix treedirstate unicode handling 2020-02-17 14:52:37 -08:00
test-infinitepush-remotefilelog.t py3: get several infinitepush tests passing 2020-02-17 14:52:36 -08:00
test-infinitepush-remotenames.t autopull: pull names in batch 2020-05-06 15:29:55 -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 py3: get several infinitepush tests passing 2020-02-17 14:52:36 -08:00
test-infinitepush-write.t autopull: pull names in batch 2020-05-06 15:29:55 -07:00
test-inherit-mode.t indexedlog: bump index filename 2020-02-28 09:23:56 -08:00
test-init.t tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-install.t pyre2: use Rust regex backend 2020-05-12 16:32:51 -07:00
test-issue522.t tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-issue586.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-issue612-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-issue660-t.py tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-issue672.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-issue1089-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-issue1175.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-issue1438-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-issue1502.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-issue1802.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-issue1877.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-issue2137-t.py remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-issue4074.t test-issue4074: fix py3 compatibility 2020-03-03 17:46:34 -08:00
test-journal-exists.t recover: don't verify the repo 2020-02-26 09:07:08 -08:00
test-journal-share-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-journal.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-known.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-lfs-bundle.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-lfs-checksum.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-lfs.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 linkrevcache: fix debugverifylinkrevcache in Python3 2020-04-10 10:06:33 -07:00
test-locate-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-lock-badness.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-lock.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-log-dir-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-log-exthook.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-log-filenode-conflict.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-log-linerange.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-log-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-log-wireproto-requests-getpack.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-log-wireproto-requests.t pull: automatically pull selective bookmarks unless it's a no-argument pull 2020-03-26 10:54:09 -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 hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-mactext.t py3: supress the write return value 2020-01-31 13:00:23 -08: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 py3: enable some -t.py tests 2020-01-31 13:55:11 -08: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 treemanifest: delete upstream treemanifest implementation 2020-04-10 10:59:51 -07:00
test-match.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-memcommit.t hgsql: check sqlrepolock in memcommit 2020-05-11 12:47:10 -07:00
test-merge1.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-merge2.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-merge4-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-merge5-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-merge6.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-merge7.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-merge8-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-merge9-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-merge10-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-merge-ancestor-mergestate-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-merge-changedelete.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-merge-commit.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08: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 py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-merge-default.t revset: remove _destupdate and _destmerge 2020-03-11 10:42:21 -07:00
test-merge-force.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-merge-halt.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-merge-internal-tools-pattern.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-merge-issue5091.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-merge-local.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-merge-relative-paths.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-merge-remove.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-merge-revert2-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-merge-revert-t.py tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-merge-symlinks.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-merge-tools.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-merge-types.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-migrate-inline-changelog-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-minirst.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08: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-mutation-fromobsmarkers.t mutationstore: switch mutation entry timestamp from f64 to i64 2020-03-17 04:18:44 -07:00
test-mutation-infinitepush.t py3: fix some mutation tests 2020-02-17 14:52:36 -08:00
test-mutation-loops.t mutationstore: remove mutation entry origins 2020-03-17 04:18:44 -07:00
test-mutation-phases.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-mutation-pushrebase.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-mutation.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-mv-cp-st-diff.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-namespaces.t remotenames: move namespace to core 2020-03-26 08:26:26 -07:00
test-narrow-heads-migration.t repo: skip data migrations if repo lock cannot be taken 2020-03-05 11:42:19 -08:00
test-narrow-heads.t changelog: do not treat draft remove heads as unconditionally visible 2020-03-12 13:02:44 -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-obsmarker-template-t.py tests: fix test-obsmarker-template-t.py for python3 2020-04-13 08:53:49 -07:00
test-obsolete-bounds-checking.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-obsolete-changeset-exchange-t.py tests: enable tests that are now passing in python3 2020-04-09 09:10:57 -07:00
test-obsolete-divergent.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-origbackup-conflict.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-pager.t color: don't disable colors if HGPLAINEXCEPT=color 2020-05-19 06:13:54 -07:00
test-parents.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-parse-date.t tests: fix test-parse-date.t in python3 2020-04-13 14:59:41 -07:00
test-parseindex.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-patch-offset.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-patch.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-pathconflicts-basic.t tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-pathconflicts-merge.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-pathconflicts-update.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-pathencode.py tests: remove iteritems 2020-01-31 17:31:23 -08: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-perftrace.t tracing: add more trace values 2020-04-22 15:35:17 -07:00
test-perftweaks-remotenames.t tests: fix test-perftweaks-remotenames.t in python3 2020-04-13 14:59:41 -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-phases-exchange.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-phases.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-profile.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-progress-classicrenderer.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-progress-fancyrenderer.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-progressfile.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-propertycache.py bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 context: remove "is a remote bookmark or commit, try to 'hg pull' it first" message 2020-05-13 19:27:41 -07:00
test-pull-update-t.py tests: update tests with bookmarks behavior change 2020-04-21 14:31:46 -07:00
test-pull.t py3: fix various wireprotocol related tests 2020-04-13 15:28:24 -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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-pushrebase-merge-changed-file-list.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-pushrebase-obsolete.t pushrebase: correctly detect the "rebased / obsolete" case 2020-04-15 19:02:36 -07:00
test-pushrebase-withmerges.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-pushvars-t.py tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-rebase-abort.t rebase: decode rebasestate before parsing it 2020-01-31 18:12:14 -08:00
test-rebase-base-flag.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rebase-bookmarks.t rebase: decode rebasestate before parsing it 2020-01-31 18:12:14 -08:00
test-rebase-brute-force.t tests: fix test-rebase-brute-force.t 2020-04-09 13:20:36 -07:00
test-rebase-check-restore-t.py rebase: decode rebasestate before parsing it 2020-01-31 18:12:14 -08:00
test-rebase-collapse.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-conflicts.t py3: fix test-rebaes-conflicts.t 2020-04-09 13:20:36 -07:00
test-rebase-copy-relations.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-rebase-dest.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-rebase-detach.t py3: drawdag: fix some types 2020-02-03 09:54:12 -08:00
test-rebase-emptycommit.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rebase-flags.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-rebase-inmemory-conflicts.t py3: fix test-rebase-inmemory-conflicts.t 2020-04-09 13:20:37 -07:00
test-rebase-inmemory-mergedriver-exception.t py3: fix test-rebase-inmemory-mergedriver-exception.t 2020-04-09 13:20:37 -07:00
test-rebase-inmemory-mergedriver.t test-rebase-inmemory-mergedriver: make the test output more stable 2020-02-05 08:50:54 -08:00
test-rebase-inmemory-nochanges-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-rebase-inmemory-noconflict.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-inmemory.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-interruptions.t changelog: the _delaybuf is a byte list 2020-03-06 10:29:33 -08:00
test-rebase-issue-noparam-single-rev-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-rebase-legacy-t.py rebase: decode rebasestate before parsing it 2020-01-31 18:12:14 -08:00
test-rebase-missing-cwd.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-rebase-mutation.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-newancestor.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rebase-obsolete.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-parameters.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-partial.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rebase-pull-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rebase-removed.t py3: enable more tests 2020-02-01 10:39:39 -08:00
test-rebase-rename.t rebase: decode rebasestate before parsing it 2020-01-31 18:12:14 -08:00
test-rebase-scenario-global.t py3: enable some rebase tests 2020-04-09 13:20:37 -07:00
test-rebase-templates.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rebase-transaction.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-rebuildstate.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-record.t patch: fix binhunk 2020-04-09 09:23:54 -07:00
test-remotenames-basic.t bookmarks: add the items method to lazyremotenamedict 2020-04-10 09:55:57 -07:00
test-remotenames-bookmarks-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-remotenames-convert-t.py convert: do not try to re-encode in python3 2020-04-13 08:53:51 -07:00
test-remotenames-fastheaddiscovery-hidden-commits.t remotenames: don't throw on hidden nodes 2020-04-02 08:53:48 -07:00
test-remotenames-journal.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-remotenames-namespaces-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08: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 bookmarks: add the items method to lazyremotenamedict 2020-04-10 09:55:57 -07:00
test-remotenames-push.t bookmarks: add the items method to lazyremotenamedict 2020-04-10 09:55:57 -07:00
test-remotenames-pushto-pathandname.t remotenames: fix expaths 2020-03-06 10:29:32 -08:00
test-remotenames-pushto.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-remotenames-schemes.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-remotenames-selective-pull-accessed-bookmarks.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-remotenames-selective-pull.t remotenames: remove legacy auto pull logic 2020-05-13 19:27:42 -07:00
test-remotenames-shared-repo-t.py tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-remotenames-strip-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-remotenames-tracking.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-remotenames-transition.t remotenames: move repo._remotenames to core 2020-03-26 08:26:26 -07:00
test-remotenames-update.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-remove.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-rename-after-merge.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-rename-dir-merge.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-rename-merge1.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-rename-merge2.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-rename.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-repair-strip.t recover: don't verify the repo 2020-02-26 09:07:08 -08:00
test-repo-compengines.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-repo-leak.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-requires-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-resolve.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08: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 py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-revert-interactive.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-revert-status.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-revert-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-revert-unknown-t.py tests: enable some test on Python3 2020-01-31 13:27:46 -08:00
test-revlog-ancestry.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-revlog-ancestry.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-revlog-group-emptyiter-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-revlog-mmapindex.t tests: fix test-revlog-mmapindex.t for python3 2020-04-13 08:53:50 -07: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 tests: fix test-revlog.t for python3 2020-04-13 14:55:10 -07:00
test-revnum-deprecate-t.py hint: update revnum deprecation message 2020-02-18 18:06:26 -08:00
test-revset2.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-revset-age-t.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-revset-dirstate-parents.t py3: migrate treedirstate to use utf8 for state and files 2020-02-17 14:52:29 -08:00
test-revset-outgoing.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-revset-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-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 tests: add a hint about how to set up HGRCPATH for --keeptmp 2020-04-07 19:21:06 -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 py3: enable more tests that are now passing 2020-04-10 11:04:39 -07:00
test-rustthreading.py tests-rustthreading.py: the thread is renamed to _thread 2020-01-31 10:13:45 -08:00
test-schemes.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-seq.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-serve.t hgweb: disable hgweb 2020-04-10 10:59:51 -07:00
test-setdiscovery.t discovery: go back to random sampling but include master 2020-05-15 19:03:29 -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 tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-shelve-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-show.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-simple-update.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-simplekeyvaluefile.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-simplemerge.py py3: codemode assertEquals to assertEqual 2020-02-17 14:52:34 -08:00
test-simplemerge.py.out Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
test-sortdictfilter.t tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-sparse-casecollision.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-sparse-clear-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-sparse-clone.t sparse: print warnings for sparse profile typos 2020-04-06 13:57:48 -07:00
test-sparse-diff.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-extensions-t.py mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-sparse-fetch-t.py pytracing: support basic filtering in treespans 2020-03-12 12:19:39 -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 py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-notsparse-t.py py3: enable more tests 2020-02-17 14:52:39 -08:00
test-sparse-profiles.t add status field to sparse show output json format 2020-05-07 14:51:23 -07:00
test-sparse-rebase.t py3: enable more tests 2020-02-17 14:52:39 -08: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 py3: enable more tests 2020-02-17 14:52:39 -08:00
test-ssh-clone-r.t tests: enable more python3 tests 2020-04-10 11:22:59 -07:00
test-ssh.t revset: replace some repo.revs with repo.nodes 2020-02-28 17:45:26 -08:00
test-sshserver.py py3: only use binary stdin/stdout/stderr 2020-02-03 18:26:57 -08:00
test-stackdesc.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -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 py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-status-inprocess.py test-status-inprocess: make the test output more stable 2020-02-04 20:36:42 -08: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 bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-status-terse-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-status.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-strict.t py3: enable more tests 2020-02-17 14:52:39 -08:00
test-strip-cross.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-subcommands.t remotenames: fix expaths 2020-03-06 10:29:32 -08: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 py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-symlinks.t tests: enable bunch of tests 2020-04-13 08:53:48 -07:00
test-template-engine.t tests: remove iteritems 2020-01-31 17:31:23 -08:00
test-template-filestat.t py3: enable more tests 2020-02-01 10:39:39 -08: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 py3: enable some -t.py tests 2020-01-31 13:55:11 -08:00
test-treestate-fresh-instance.t mark all tests requiring Python 2 2020-01-30 18:49:21 -08: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 mark all tests requiring Python 2 2020-01-30 18:49:21 -08:00
test-treestate-upgrade-t.py py3: more commit cloud fixes 2020-02-28 11:32:16 -08:00
test-treestate.py py3 iteritems -> pycompat.iteritems 2020-02-04 15:29:39 -08: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-unbundlereplay.t tests: opt-in DUMMYSSH_STABLE_ORDER for more tests 2020-02-27 17:54:08 -08:00
test-uncommit.t tests: enable passing tests in python3 2020-01-31 18:12:14 -08:00
test-undo-narrow-heads.t remotenames: disable old autopull if the new autopull is enabled 2020-04-24 11:16:21 -07:00
test-unicode-inputs-t.py py3: add test for unicode commit messages 2020-02-12 09:10:12 -08:00
test-unified-test.t py3: fix escaping test-unified-test.t 2020-01-31 22:00:59 -08:00
test-unrelated-pull.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-up-local-change.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-update-dest-t.py py3: enable some -t.py tests 2020-01-31 13:55:11 -08: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-update-issue1456.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-update-merge-state-t.py py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-update-names.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-update-reverse.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-update-symlink-to-plain.t merge: add a "rg" merge action 2020-04-19 22:48:19 -07:00
test-url-rev.t discovery: go back to random sampling but include master 2020-05-15 19:03:29 -07:00
test-url.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-username-newline.t bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-verify-repo-operations.py py3: make .py tests continue to run on python 2 2020-01-31 00:18:22 -08:00
test-verify-skipmanifests-t.py bundle2: backout D19656773 2020-01-31 10:48:19 -08:00
test-verify.t revset: attempt to pull the revset expression as a single name 2020-04-24 11:16:22 -07:00
test-visibility-bundle.t py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
test-visibility-cloudsync.t commitcloud: migrate to tech-debt-free repo.pull for pulling 2020-04-01 19:40:57 -07:00
test-visibility-reset.t py3: remove #require py2 from passing tests 2020-01-31 13:46:59 -08:00
test-visibility.t commands: add debugvisibleheads 2020-04-07 19:10:45 -07:00
test-walk.t pyre2: use Rust regex backend 2020-05-12 16:32:51 -07:00
test-walkrepo.py tests: mark python3 tests as passing 2020-01-31 10:13:45 -08:00
test-win32text.t py3: supress the write return value 2020-01-31 13:00:23 -08:00
test-wireproto.py py3: fix test-wireproto.py 2020-04-10 10:59:50 -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 py3: fix various wireprotocol related tests 2020-04-13 15:28:24 -07:00
test-worker.t py3: encode communication with the worker 2020-01-31 15:57:38 -08: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 py3: enable 92 py3 tests 2020-02-17 14:52:37 -08:00
tinit.sh remotenames: disable old autopull if the new autopull is enabled 2020-04-24 11:16:21 -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 Manual synchronization of fbcode/eden and facebookexperimental/eden 2020-02-11 11:42:43 +01: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.