sapling/tests
Pierre-Yves David c68039db71 test-bundle2: add obsolescence information to be exchanged
To introduce a bundle2 way to exchange obsolescence markers, we need to
have some information available to exchange. Introduce markers relevant
to changesets involved in the exchange. The new markers reference the
changesets as successor nodes of clowny (nonexistent) hashes so that
other than being exchanged they have no effect.

We introduce them in two waves as push is expected to be smart about the
number of markers it exchanges sooner than pull.
2014-08-21 17:36:05 -07:00
..
blacklists extensions: remove the inotify extension (BC) 2014-03-01 16:20:15 -06:00
bundles tests: don't hardcode path to bash interpreter 2014-03-25 23:07:52 +01:00
gpg tests: stop tracking tests/gpg/random_seed 2014-01-20 01:29:54 +01:00
svn convert/svn: do not try converting empty head revisions (issue3347) 2012-04-18 14:04:58 +02:00
autodiff.py tests: declare commands using decorator 2014-05-04 22:48:07 -07:00
binfile.bin Add test for git binary diff support 2006-10-12 09:17:16 -07:00
bzr-definitions tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
cgienv tests: remove duplication of the CGI environment variables 2011-01-16 19:12:54 +08:00
dummyssh dummyssh: fix check-code nit 2013-06-14 15:28:40 -04:00
filterpyflakes.py filterpyflakes: filter WindowsError unconditionally 2014-05-13 19:29:45 -05:00
get-with-headers.py get-with-headers: don't block indefinitely if the server had an internal error 2013-10-02 22:46:32 +01:00
heredoctest.py run-tests: replace inline python handling with more native scheme 2011-11-07 13:46:41 -06:00
hghave tests: make hghave and run-tests exit on unknown feature requirements 2013-01-07 02:00:43 +01:00
hghave.py cleanup: make sure we always access members of imported modules 2014-08-15 04:37:45 +02:00
hgterm.ti tests: hardcode terminfo entry for the terminfo color test 2011-06-27 11:36:40 -07:00
histedit-helpers.sh tests: convert histedit tests to .t 2012-06-30 03:34:44 +02:00
killdaemons.py killdaemons: correct typo of _check() function caught by pyflakes 2014-04-29 12:37:36 +09:00
md5sum.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
missing-comment.hg histedit: new extension for interactive history editing 2012-06-27 17:52:54 -05:00
notcapable peer: introduce real peer classes 2012-07-13 21:47:06 +02:00
printenv.py tests: consistently use printenv.py the same MSYS/Windows-compatible way 2012-06-21 03:05:02 +02:00
readlink.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
README change wiki/bts URLs to point to new hostname 2009-06-24 15:32:37 +02:00
revlog-formatv0.py verify: fix "missing revlog!" errors for revlog format v0 and add test 2010-09-05 22:32:11 +02:00
run-tests.py run-tests: report skipped tests as "skipped" - they might still be "relevant" 2014-08-26 22:03:30 +02:00
silenttestrunner.py tests: add a test runner utility that prints nothing when all tests pass 2013-02-09 19:13:39 +02:00
sitecustomize.py tests: use getattr instead of hasattr 2011-07-25 16:37:18 -05:00
svn-safe-append.py convert: fix test-convert-svn-* problems with mtime not changing 2008-04-01 09:17:11 +02:00
svnxml.py test-convert-svn-sink: add helper to smooth svn xml output 2012-04-24 13:05:38 +02:00
test-586.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-1102.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-1993.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-abort-checkin.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-acl.t push: move bookmark discovery with other discovery steps 2014-08-15 18:39:39 -07:00
test-add.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-addremove-similar.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-addremove.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-alias.t alias: exit from bad definition by Abort 2014-08-13 22:22:24 +09:00
test-ancestor.py spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-ancestor.py.out ancestor: add lazy membership testing to lazyancestors 2012-12-18 12:47:20 -08:00
test-annotate.t annotate: increase refcount of each revisions correctly (issue3841) 2013-03-29 22:57:16 +09:00
test-archive-symlinks.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-archive.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-atomictempfile.py test-atomictempfile: convert to unit test 2013-02-09 19:02:45 +02:00
test-audit-path.t tests: fix for windows - slashes and no serve 2013-01-30 19:40:07 +01:00
test-backout.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-backwards-remove.t tests: remove unneeded -d flags 2010-09-02 23:22:51 +02:00
test-bad-extension.t help: add -c/--command flag to only show command help (issue2799) 2011-05-10 14:42:53 +02:00
test-bad-pull.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-basic.t filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety 2014-07-06 02:56:41 +09:00
test-batching.py classes: fix class style problems found by 06e968819ac9 2011-06-29 15:00:00 +02:00
test-batching.py.out wireproto: add basic command batching infrastructure 2011-06-14 22:51:26 +02:00
test-bdiff.py mdiff: replace wscleanup() regexps with C loops 2011-11-18 14:23:03 +01:00
test-bdiff.py.out mdiff: replace wscleanup() regexps with C loops 2011-11-18 14:23:03 +01:00
test-bheads.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-bisect2.t hbisect: add two new revset descriptions: 'goods' and 'bads' 2011-09-24 01:32:50 +02:00
test-bisect3.t tests: don't let time go back before 0 o'clock in bisect3.t 2011-11-07 03:14:53 +01:00
test-bisect.t bisect: --command without --noupdate should flag the parent rev it tested 2013-11-16 15:46:29 -05:00
test-blackbox.t tags: log events related to tags cache 2014-04-14 11:50:05 -07:00
test-bookmarks-current.t spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-bookmarks-merge.t update: when deactivating a bookmark, print a message 2014-05-14 12:49:55 -07:00
test-bookmarks-pushpull.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-bookmarks-rebase.t bookmarks: fix bug that activated a bookmark even with -r passed 2013-05-01 15:24:21 -05:00
test-bookmarks-strip.t update: when deactivating a bookmark, print a message 2014-05-14 12:49:55 -07:00
test-bookmarks.t revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) 2014-08-11 23:45:08 -04:00
test-branch-option.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-branch-tag-confict.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-branches.t branch: strip whitespace before testing known branch name 2013-05-07 23:49:03 +09:00
test-bundle2.t test-bundle2: add obsolescence information to be exchanged 2014-08-21 17:36:05 -07:00
test-bundle-r.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-bundle-type.t commands: move bundle type validation earlier 2012-04-13 11:01:07 -07:00
test-bundle-vs-outgoing.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-bundle.t tests: fixup issue markers to make check-commit happy 2014-08-15 10:47:03 -05:00
test-casecollision-merge.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-casecollision.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-casefolding.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-cat.t cat: explicitly document the supported formatter rules 2014-04-15 23:29:19 -04:00
test-changelog-exec.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-check-code-hg.t tests: change some #ifs to #requires 2014-08-06 11:53:08 -05:00
test-check-code.t check-code: detect "% inside _()" when there are leading whitespaces 2014-04-16 03:05:00 +09:00
test-check-commit-hg.t test-check-commit-hg.t: automatically test all 'draft() and ::.' changesets 2014-08-06 01:40:51 -07:00
test-check-pyflakes.t cleanup: make sure we always access members of imported modules 2014-08-15 04:37:45 +02:00
test-children.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-churn.t churn: compute padding with unicode strings 2014-04-19 15:11:25 +02:00
test-clone-cgi.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-clone-pull-corruption.t test-clone-pull-corruption: adapt for Windows 2012-06-15 18:56:16 +02:00
test-clone-r.t tests: reduce spurious failures when run with generaldelta 2012-07-11 15:03:10 -07:00
test-clone-update-order.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-clone.t clone: for local clones, copy over filtered branchcaches as well (issue4286) 2014-08-21 16:05:29 -07:00
test-command-template.t templater: enable alias predicates to be used in "revset()" function 2014-08-23 21:23:02 +09:00
test-commandserver.py test-commandserver.py: filter path separator 2014-08-09 16:15:52 -05:00
test-commandserver.py.out filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety 2014-07-06 02:56:41 +09:00
test-commit-amend.t commit: change "editform" to distinguish merge commits from other (--amend) 2014-08-16 10:43:59 +09:00
test-commit-multiple.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-commit-unresolved.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-commit.t commit: change "editform" to distinguish merge commits from others 2014-08-16 10:43:59 +09:00
test-committer.t config: allow 'user' in .hgrc ui section (issue3169) 2014-07-26 09:27:11 +03:00
test-completion.t debugobsolete: add a way to record parent information 2014-08-20 00:43:08 -07:00
test-config.t test-config: add tests for invalid syntax 2014-08-20 22:52:56 -07:00
test-conflict.t filemerge: use non-minimal conflict marker regions (BC) 2014-07-18 21:49:52 -05:00
test-confused-revert.t revert: restore check for uncommitted merge (issue2915) (BC) 2011-07-21 15:39:37 -05:00
test-context.py test-context: add test for performing a diff on a memctx 2014-06-13 15:59:18 -07:00
test-context.py.out test-context: add test for performing a diff on a memctx 2014-06-13 15:59:18 -07:00
test-contrib.t simplemerge: support three labels when merging 2014-08-05 15:10:50 -07:00
test-convert-authormap.t tests: reintroduce globs in test-convert-authormap.t 2012-06-13 02:29:47 +02:00
test-convert-baz.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-bzr-114.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-bzr-directories.t convert/bzr: fix test of divergent nested renames for bzr 1.x 2011-11-15 17:16:17 +01:00
test-convert-bzr-ghosts.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-convert-bzr-merges.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-convert-bzr-treeroot.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-convert-bzr.t solaris: diff -u emits "No differences encountered" 2014-02-19 13:46:49 -08:00
test-convert-clonebranches.t convert: process missing branches in sorted order 2013-01-15 02:59:14 +01:00
test-convert-cvs-branch.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-cvs-detectmerge.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-cvs-synthetic.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-cvs.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-cvsnt-mergepoints.rlog Rename CVSNT "mergepoints" test and make it executable. 2009-06-15 20:35:19 -04:00
test-convert-cvsnt-mergepoints.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-darcs.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-datesort.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-convert-filemap.t tests: coverage of convert and filemap include and the default of include all 2014-03-19 00:19:54 +01:00
test-convert-git.t tests: fixup issue markers to make check-commit happy 2014-08-15 10:47:03 -05:00
test-convert-hg-sink.t convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
test-convert-hg-source.t update: when deactivating a bookmark, print a message 2014-05-14 12:49:55 -07:00
test-convert-hg-startrev.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-convert-hg-svn.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-mtn.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-p4-filetypes.t tests: fix p4 tests so they use separate ports and can be run in parallel 2014-08-25 03:27:51 +02:00
test-convert-p4.t tests: fix p4 tests so they use separate ports and can be run in parallel 2014-08-25 03:27:51 +02:00
test-convert-splicemap.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-convert-svn-branches.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-svn-encoding.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-svn-move.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-svn-sink.t convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
test-convert-svn-source.t convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
test-convert-svn-startrev.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-svn-tags.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-tagsbranch-topology.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert-tla.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-convert.t convert: introduce --full for converting all files 2014-08-26 22:03:32 +02:00
test-copy-move-merge.t merge: change debug logging - test output changes but no real changes 2014-04-22 02:10:25 +02:00
test-copy.t spelling: nonexistent 2012-08-17 13:58:18 -07:00
test-custom-filters.t tests: add exit codes to unified tests 2010-09-16 17:51:32 -05:00
test-debugbuilddag.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-debugbundle.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-debugcommands.t tests: backout fa34f751f59a, debugstacktrace is now stable, drop workaround 2014-02-20 02:38:41 +01:00
test-debugindexdot.t spelling: exercise 2012-08-17 13:58:18 -07:00
test-debugrename.t tests: unify test-debugrename 2010-09-14 21:41:06 +02:00
test-default-push.t push: provide a hint when no paths in configured (issue3692) 2014-02-25 04:11:11 +05:30
test-demandimport.py demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable 2014-04-08 01:35:13 +02:00
test-demandimport.py.out demandimport: make it possible to disable by setting HGDEMANDIMPORT=disable 2014-04-08 01:35:13 +02:00
test-dicthelpers.py dicthelpers.diff: compare against default for missing values 2013-04-10 12:31:07 -07:00
test-diff-binary-file.t diff: add nobinary config to suppress git-style binary diffs 2014-06-21 15:56:49 +10:00
test-diff-change.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-diff-color.t tests: remove glob lines which unnecessary match / for \ on windows 2013-02-23 22:54:57 +01:00
test-diff-copy-depth.t tests: unify test-diff-copy-depth 2010-09-02 15:08:36 +02:00
test-diff-hashes.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-diff-ignore-whitespace.t run-tests: allow test output lines to be terminated with \r in addition to \n 2012-09-26 00:56:27 +02:00
test-diff-issue2761.t spelling: doesn't/does not 2012-08-17 13:58:18 -07:00
test-diff-newlines.t run-tests: allow test output lines to be terminated with \r in addition to \n 2012-09-26 00:56:27 +02:00
test-diff-reverse.t tests: unify test-diff-reverse 2010-08-31 10:21:24 +02:00
test-diff-subdir.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-diff-unified.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-diff-upgrade.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-diffdir.t revsets: make revpair revsets-aware 2010-10-07 18:05:04 -05:00
test-diffstat.t check-code: fix check for trailing whitespace on empty lines 2012-08-08 18:10:30 +02:00
test-dirstate-race.t tests: remove exec bit from .t files 2010-09-14 16:03:10 +02:00
test-dirstate.t tests: AIX can't handle negative date in test-dirstate.t 2013-04-30 14:56:33 +01:00
test-dispatch.py dispatch: wrap dispatch related information in a request class 2011-05-26 00:44:11 +03:00
test-dispatch.py.out commands: add exits(1) if a specified file cannot be added (issue 891) 2007-12-24 12:14:43 +01:00
test-dispatch.t help: fold repeatable option message into option table header 2014-08-12 04:00:42 -05:00
test-doctest.py subrepo: normalize path in the specific way for problematic encodings 2014-05-08 19:03:00 +09:00
test-double-merge.t merge: change debug logging - test output changes but no real changes 2014-04-22 02:10:25 +02:00
test-duplicateoptions.py extensions: remove the inotify extension (BC) 2014-03-01 16:20:15 -06:00
test-empty-dir.t tests: drop final true command from unified tests 2010-09-20 16:00:15 -05:00
test-empty-file.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-empty-group.t localrepo: reuse parent manifest in commitctx if no files have changed 2011-05-02 19:20:29 +02:00
test-empty.t merge: exit early during a no-op update (BC) 2013-10-01 17:43:54 -07:00
test-encode.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encoding-align.t help: tweak --verbose command help hint 2014-08-12 03:01:37 -05:00
test-encoding-textwrap.t help: tweak --verbose command help hint 2014-08-12 03:01:37 -05:00
test-encoding.t merge with stable 2012-08-15 12:12:21 +02:00
test-eol-add.t tests: don't overwrite HGRCPATH 2011-03-01 17:01:17 +01:00
test-eol-clone.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-eol-hook.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-eol-patch.t tests: don't overwrite HGRCPATH 2011-03-01 17:01:17 +01:00
test-eol-tag.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-eol-update.t tests: don't overwrite HGRCPATH 2011-03-01 17:01:17 +01:00
test-eol.t tests: convert some hghave unix-permissions to #if 2012-06-19 01:43:41 +02:00
test-eolfilename.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-excessive-merge.t tests: reduce spurious failures when run with generaldelta 2012-07-11 15:03:10 -07:00
test-execute-bit.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-export.t export: export working directory parent by default 2013-02-11 00:43:12 +01:00
test-extdiff.t help: fold repeatable option message into option table header 2014-08-12 04:00:42 -05:00
test-extension.t version: don't traceback if no extensions to list (issue4312) 2014-07-23 11:16:22 -05:00
test-extra-filelog-entry.t tests: reduce spurious failures when run with generaldelta 2012-07-11 15:03:10 -07:00
test-fetch.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-filebranch.t tests: reduce spurious failures when run with generaldelta 2012-07-11 15:03:10 -07:00
test-filecache.py scmutil.filecache: support watching over multiple files 2013-11-16 13:29:39 -08:00
test-filecache.py.out scmutil.filecache: support watching over multiple files 2013-11-16 13:29:39 -08:00
test-filelog.py test-filelog: move from dict() construction to {} literals 2014-03-12 13:21:02 -04:00
test-filelog.py.out tests: test test-filelog is python - rename to test-filelog.py 2012-04-23 01:57:17 +02:00
test-fileset.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-flags.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-fncache.t tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239) 2014-06-18 13:47:14 -05:00
test-gendoc.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-generaldelta.t tests: move generaldelta test to inline python (issue4064) 2013-10-21 10:50:58 -07:00
test-getbundle.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-git-export.t patch: ensure valid git diffs if source/destination file is missing (issue4046) 2013-10-13 08:38:30 -04:00
test-globalopts.t help: normalize helplist hints 2014-08-12 04:11:32 -05:00
test-glog.t log: allow patterns with -f 2014-07-22 22:40:16 -07:00
test-gpg.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-graft.t merge with stable 2014-08-27 18:35:34 +02:00
test-grep.t spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-hardlinks.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-help.t help: always show command help with -h (issue4240) 2014-07-31 14:31:31 -05:00
test-hg-parseurl.py hg: make parseurl() consistently return normalised path 2011-04-06 12:48:59 +02:00
test-hg-parseurl.py.out hg: make parseurl() consistently return normalised path 2011-04-06 12:48:59 +02:00
test-hgcia.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hghave.t tests: unify test-hghave 2010-09-26 13:41:32 -05:00
test-hgignore.t match: make glob '**/' match the empty string 2014-06-25 14:50:48 -07:00
test-hgk.t hgk: add support for phases 2013-03-22 09:19:41 -07:00
test-hgrc.t config: highlight parse error caused by leading spaces (issue3214) 2014-03-16 17:31:31 +02:00
test-hgweb-auth.py cleanup: drop unused variables and an unused import 2013-07-01 20:48:56 +02:00
test-hgweb-auth.py.out http: strip credentials from urllib2 manager URIs (issue2885) 2011-08-05 21:05:40 +02:00
test-hgweb-bundle.t hgweb: refresh repository using URL not path (issue4323) 2014-08-18 12:12:57 -07:00
test-hgweb-commands.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb-descend-empties.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb-diffs.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb-empty.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb-filelog.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb-no-path-info.t hgweb: adding branch names from inbranch template to atom feed 2014-04-17 11:45:43 -07:00
test-hgweb-no-request-uri.t hgweb: adding branch names from inbranch template to atom feed 2014-04-17 11:45:43 -07:00
test-hgweb-non-interactive.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-raw.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb-removed.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgweb.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgwebdir-paths.py backout 17bc9a6bb165 (issue3077) (issue3071) 2011-10-29 11:02:23 -05:00
test-hgwebdir.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hgwebdirsym.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-highlight.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-histedit-arguments.t histedit: add "roll" command to fold commit data and drop message (issue4256) 2014-08-06 16:51:41 -04:00
test-histedit-bookmark-motion.t histedit: add "roll" command to fold commit data and drop message (issue4256) 2014-08-06 16:51:41 -04:00
test-histedit-commute.t histedit: respect revsetalias entries (issue4311) 2014-07-28 19:20:13 -04:00
test-histedit-drop.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-histedit-edit.t tests: cat error messages are different on Solaris 2014-07-21 11:27:24 -07:00
test-histedit-fold-non-commute.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-histedit-fold.t histedit: preserve initial author on fold (issue4296) 2014-08-13 11:50:13 -07:00
test-histedit-no-change.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-histedit-non-commute-abort.t resolve: don't abort resolve -l even when no merge is in progress 2014-05-23 13:10:31 -07:00
test-histedit-non-commute.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-histedit-obsolete.t debugobsolete: display parents information from markers 2014-08-18 17:17:23 -07:00
test-histedit-outgoing.t histedit: add "roll" command to fold commit data and drop message (issue4256) 2014-08-06 16:51:41 -04:00
test-hook.t push: move bookmark discovery with other discovery steps 2014-08-15 18:39:39 -07:00
test-http-branchmap.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-http-clone-r.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-http-proxy.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-http.t push: move bookmark discovery with other discovery steps 2014-08-15 18:39:39 -07:00
test-https.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hup.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-hybridencode.py store: switch to C-based hashed path encoding 2012-12-12 13:09:37 -08:00
test-hybridencode.py.out test-hybridencode: in practice, extensions aren't really unbound in length 2012-09-30 23:53:56 +02:00
test-i18n.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-identify.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-impexp-branch.t tests: use strip extension instead of mq where it makes sense 2013-11-22 17:10:08 +01:00
test-import-bypass.t import: avoid editor invocation when importing with "--exact" for exact-ness 2014-08-23 23:03:50 +09:00
test-import-context.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-import-eol.t tests: use (esc) instead of other kinds of string escaping 2010-11-08 01:41:42 +01:00
test-import-git.t spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-import-merge.t merge with stable 2014-08-27 18:35:34 +02:00
test-import-unknown.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-import.t import: avoid editor invocation when importing with "--exact" for exact-ness 2014-08-23 23:03:50 +09:00
test-incoming-outgoing.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-inherit-mode.t phase: attach phase to the transaction instead of the lock 2014-08-07 14:11:36 -07:00
test-init.t revlog: allow tuning of the chunk cache size (via format.chunkcachesize) 2013-11-17 18:04:29 -05:00
test-install.t debuginstall: change showing to checking for consistency and future checking 2014-03-14 16:00:11 -05:00
test-issue522.t tests: update test output (will be folded into parent) 2013-02-09 15:22:04 -08:00
test-issue612.t merge: don't use unknown() 2012-02-09 17:04:17 -06:00
test-issue619.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-issue660.t revert: make backup when unforgetting a file (issue3423) 2013-07-26 17:08:05 -05:00
test-issue672.t merge: change debug logging - test output changes but no real changes 2014-04-22 02:10:25 +02:00
test-issue842.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-issue1089.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-issue1175.t setparents: drop copies from dropped p2 (issue3843) 2013-02-28 21:29:31 -06:00
test-issue1306.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-issue1438.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-issue1502.t update: improve error message for clean non-linear update 2013-09-23 17:43:33 -07:00
test-issue1802.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-issue1877.t update: when deactivating a bookmark, print a message 2014-05-14 12:49:55 -07:00
test-issue2137.t test: use proper subclassing in test-issue2137.t. 2012-10-16 23:12:07 +02:00
test-issue3084.t largefiles: update largefiles even if rebase is aborted by conflict 2014-08-24 23:47:26 +09:00
test-journal-exists.t journal: set Abort hint when failing due to an abandoned transaction 2014-05-08 14:58:25 +00:00
test-keyword.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-known.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-largefiles-cache.t spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-largefiles-misc.t largefiles: update largefiles even if rebase is aborted by conflict 2014-08-24 23:47:26 +09:00
test-largefiles-small-disk.t largefiles: update in two steps, handle interrupted updates better 2013-11-07 01:56:40 +01:00
test-largefiles-update.t largefiles: update largefiles even if transplant is aborted by conflict 2014-08-24 23:47:26 +09:00
test-largefiles-wireproto.t test: split test-largefile.t in multiple file 2014-05-16 13:18:57 -07:00
test-largefiles.t largefiles: update largefiles even if rebase is aborted by conflict 2014-08-24 23:47:26 +09:00
test-lfconvert.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-locate.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-lock-badness.t tests: change some #ifs to #requires 2014-08-06 11:53:08 -05:00
test-log.t log: do not use exact matcher for --patch --follow without file (issue4319) 2014-08-01 21:36:56 +09:00
test-lrucachedict.py lrucachedict: implement clear() 2013-09-06 13:16:21 -07:00
test-lrucachedict.py.out lrucachedict: implement clear() 2013-09-06 13:16:21 -07:00
test-mactext.t win32text: lowercase warning message 2012-06-12 14:18:18 +02:00
test-manifest-merging.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-manifest.t tests: drop a couple of unnecessary 'hghave symlink' 2012-06-10 18:50:42 +02:00
test-merge1.t merge: standardize error message for dirty working dir 2013-09-23 20:50:51 -07:00
test-merge2.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge4.t commit: abort on merge with missing files 2012-04-28 15:01:57 +02:00
test-merge5.t update: standardize error message for dirty update --check 2013-09-23 20:33:02 -07:00
test-merge6.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge7.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-merge8.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge9.t resolve: report no argument warning using a hint 2014-07-24 14:29:08 -07:00
test-merge10.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge-closedheads.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge-commit.t merge: change debug logging - test output changes but no real changes 2014-04-22 02:10:25 +02:00
test-merge-criss-cross.t changectx: ancestor should only prefer merge.preferancestor if it is a revision 2014-08-15 02:46:44 +02:00
test-merge-default.t merge with stable 2011-12-08 16:01:44 -06:00
test-merge-force.t merge: standardize error message for dirty working dir 2013-09-23 20:50:51 -07:00
test-merge-internal-tools-pattern.t tests: fix a bunch of pointless #s in unified tests 2010-09-17 17:03:08 -05:00
test-merge-local.t merge: give a special message for internal:merge failure (issue3105) 2011-11-16 18:04:19 -06:00
test-merge-prompt.t merge: don't indent "local changed %s which remote deleted" prompt 2013-02-04 02:46:53 +01:00
test-merge-remove.t merge: don't overwrite file untracked after remove, abort with 'untracked files' 2014-02-10 00:43:54 +01:00
test-merge-revert2.t merge: drop the quotes around commit description 2014-05-26 11:44:58 -07:00
test-merge-revert.t tests: remove exec bit from .t files 2010-09-14 16:03:10 +02:00
test-merge-subrepos.t merge: standardize error message for dirty subrepo 2013-09-23 20:53:14 -07:00
test-merge-symlinks.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge-tools.t mergetools: add a test for premerge --keep 2014-08-04 16:50:15 -07:00
test-merge-types.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-minirst.py minirst: create valid output when table data contains a newline 2014-02-19 17:32:21 +01:00
test-minirst.py.out minirst: create valid output when table data contains a newline 2014-02-19 17:32:21 +01:00
test-module-imports.t template: add revset() template function 2014-02-11 21:04:12 -08:00
test-mq-eol.t patch: write .rej files without rewriting EOLs 2010-12-03 11:40:30 +09:00
test-mq-git.t tests: unify some of test-mq* 2010-09-19 23:42:18 +02:00
test-mq-guards.t spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-mq-header-date.t check-code: fix check for trailing whitespace on continued lines too 2012-08-08 18:10:37 +02:00
test-mq-header-from.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-merge.t diff: search beyond ancestor when detecting renames 2013-11-16 15:46:29 -05:00
test-mq-missingfiles.t patch: keep patching after missing copy source (issue3480) 2012-06-01 17:37:56 +02:00
test-mq-pull-from-bundle.t bundlerepository: get rid of temporary bundle files (issue2478) 2010-11-07 20:18:57 +01:00
test-mq-qclone-http.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-mq-qdelete.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qdiff.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qfold.t tests: cat error messages are different on Solaris 2014-07-21 11:27:24 -07:00
test-mq-qgoto.t mq: fix qpop of working directory parent patch when not at qtip 2013-01-15 01:05:12 +01:00
test-mq-qimport-fail-cleanup.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qimport.t qimport: record imported revs incrementally (issue3874) 2014-07-31 16:32:12 -05:00
test-mq-qnew.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-mq-qpush-exact.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-mq-qpush-fail.t mq: drop _cacheabletip usage 2012-12-28 03:42:21 +01:00
test-mq-qqueue.t mq: improve qqueue message with patches applied (issue3036) 2012-10-04 17:00:32 -05:00
test-mq-qrefresh-interactive.t doc: unify help text for "--edit" option 2014-07-30 00:14:52 +09:00
test-mq-qrefresh-replace-log-message.t tests: cat error messages are different on Solaris 2014-07-21 11:27:24 -07:00
test-mq-qrefresh.t test-mq-qrefresh: test that the patch at qtip is indeed empty 2012-11-08 11:54:08 +01:00
test-mq-qrename.t mq: avoid data loss upon qfold + qmv (issue3058) 2011-10-20 16:43:31 +02:00
test-mq-qsave.t tests: unify some of test-mq* 2010-09-19 23:42:18 +02:00
test-mq-safety.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-mq-subrepo-svn.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-mq-subrepo.t localrepo: omit ".hgsubstate" also from "added" files 2014-03-22 23:39:51 +09:00
test-mq-symlinks.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-mq.t help: normalize helplist hints 2014-08-12 04:11:32 -05:00
test-mv-cp-st-diff.t diff: search beyond ancestor when detecting renames 2013-11-16 15:46:29 -05:00
test-nested-repo.t test-nested-repo.t: touch another file inside nested repo 2013-04-27 23:49:34 -07:00
test-newbranch.t spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-newcgi.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-newercgi.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-no-symlinks.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-notify-changegroup.t tests: ignore slash direction in paths in test-notify-changegroup.t 2011-12-26 16:57:14 +01:00
test-notify.t notify: support revset selection for subscriptions 2012-08-13 22:42:10 +02:00
test-obsolete-changeset-exchange.t pull: fix crash when pulling changeset that get hidden locally (issue3788) 2013-01-29 15:26:10 +01:00
test-obsolete-checkheads.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-obsolete-divergent.t branchmap: don't use ui.warn for debug message 2014-06-23 13:50:44 -05:00
test-obsolete.t debugrevlog: add chainlen column to --dump output 2014-08-30 11:57:46 +02:00
test-oldcgi.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-parents.t tests: fix for windows - slashes and no serve 2013-01-30 19:40:07 +01:00
test-parse-date.t solaris: sed doesn't recognize a line without a newline 2013-08-23 16:05:38 -07:00
test-parseindex2.py parsers: fail fast if Python has wrong minor version (issue4110) 2013-12-04 20:38:27 -08:00
test-parseindex2.py.out Add parseindex2.py test case 2008-10-17 01:05:10 +02:00
test-parseindex.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-patch-offset.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-patch.t import: simplify status reporting logic (and make it more I18N-friendly) 2011-10-01 21:30:49 -04:00
test-patchbomb.t test-patchbomb.t: work around Python change d579866d6419 (issue4188) 2014-08-07 11:39:19 -04:00
test-pathencode.py tests: remove unused variables from test-pathencode.py caught by pyflakes 2014-04-03 20:35:56 -05:00
test-paths.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-pending.t tests: remove hghave system-sh from test-pending.t 2012-06-18 03:42:28 +02:00
test-permissions.t tests: change some #ifs to #requires 2014-08-06 11:53:08 -05:00
test-phases-exchange.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-phases.t verify: do not prevent verify repository containing hidden changesets 2014-02-19 22:19:45 +09:00
test-profile.t tests: fix test-profile to not depend on HGPROF environment variable 2013-03-12 10:37:48 -07:00
test-progress.t progress: use 'encoding.colwidth' to get column width of items correctly 2014-07-06 02:56:41 +09:00
test-propertycache.py spelling: fixes from spell checker 2014-04-13 19:01:00 +02:00
test-propertycache.py.out repoview: make propertycache.setcache compatible with repoview 2013-09-30 14:36:11 +02:00
test-pull-branch.t check-code: fix check for trailing whitespace on sh command lines 2012-08-08 18:10:16 +02:00
test-pull-http.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-pull-permission.t tests: change some #ifs to #requires 2014-08-06 11:53:08 -05:00
test-pull-pull-corruption.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-pull-r.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-pull-update.t update: improve error message for clean non-linear update 2013-09-23 17:43:33 -07:00
test-pull.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-purge.t purge: add options for deleting only files or only directories 2013-11-07 17:24:14 -08:00
test-push-cgi.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-push-hook-lock.t tests: remove exec bit from .t files 2010-09-14 16:03:10 +02:00
test-push-http.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-push-r.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-push-validation.t tests: fix for windows - slashes and no serve 2013-01-30 19:40:07 +01:00
test-push-warn.t push: move bookmark discovery with other discovery steps 2014-08-15 18:39:39 -07:00
test-qrecord.t doc: unify help text for "--edit" option 2014-07-30 00:14:52 +09:00
test-rebase-abort.t rebase: abort cleanly when we encounter a damaged rebasestate (issue4155) 2014-01-30 13:56:56 -06:00
test-rebase-bookmarks.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-cache.t rebase: change "editform" to distinguish merge commits from others 2014-08-16 10:43:59 +09:00
test-rebase-check-restore.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-collapse.t rebase: use "rebase.collapse" as "editform" for "--collapse" always 2014-08-15 23:05:53 +09:00
test-rebase-conflicts.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-detach.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-interruptions.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-issue-noparam-single-rev.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-rebase-mq-skip.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-mq.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-named-branches.t rebase: tell when reopening a closed branch head 2013-11-26 03:18:56 +01:00
test-rebase-newancestor.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-rebase-obsolete.t debugobsolete: display parents information from markers 2014-08-18 17:17:23 -07:00
test-rebase-parameters.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-rebase-pull.t rebase: improve error message for --base being empty or causing emptiness 2013-11-17 18:21:58 -05:00
test-rebase-rename.t rebase: fix bug that caused transitive copy records to disappear (issue4192) 2014-06-07 15:23:12 -04:00
test-rebase-scenario-global.t tests: fixup issue markers to make check-commit happy 2014-08-15 10:47:03 -05:00
test-rebuildstate.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-record.t ui: fix extra space in username abort 2014-02-27 15:14:37 -06:00
test-relink.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-remove.t tests: do not skip code-checking on some whole files 2013-07-01 06:50:58 +02:00
test-rename-after-merge.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rename-dir-merge.t merge: change debug logging - test output changes but no real changes 2014-04-22 02:10:25 +02:00
test-rename-merge1.t merge: change priority / ordering of merge actions 2014-05-02 01:09:14 +02:00
test-rename-merge2.t merge: change priority / ordering of merge actions 2014-05-02 01:09:14 +02:00
test-rename.t tests: fix for windows - slashes and no serve 2013-01-30 19:40:07 +01:00
test-repair-strip.t tests: change some #ifs to #requires 2014-08-06 11:53:08 -05:00
test-requires.t repo: rephrase the "missing requirement" error message 2014-03-19 00:18:30 +01:00
test-resolve.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-revert-flags.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-revert-unknown.t tests: remove unneeded -d flags 2010-09-02 23:22:51 +02:00
test-revert.t revert: simplify handling of added files 2014-08-02 11:32:24 -07:00
test-revlog-ancestry.py revlog.ancestors: add support for including revs 2012-12-17 15:13:51 -08:00
test-revlog-ancestry.py.out revlog.ancestors: add support for including revs 2012-12-17 15:13:51 -08:00
test-revlog-group-emptyiter.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revlog-packentry.t tests: reduce spurious failures when run with generaldelta 2012-07-11 15:03:10 -07:00
test-revset-dirstate-parents.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revset-outgoing.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-revset.t revset: avoid a ValueError when 'only()' is given an empty set 2014-07-18 19:46:56 -04:00
test-rollback.t tests: fixup issue markers to make check-commit happy 2014-08-15 10:47:03 -05:00
test-run-tests.py run-tests: make linematch a static method of TTest 2014-04-19 16:11:49 -07:00
test-run-tests.t run-tests: report skipped tests as "skipped" - they might still be "relevant" 2014-08-26 22:03:30 +02:00
test-schemes.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-serve.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-setdiscovery.t incoming: don't request heads that already are common 2014-08-15 03:24:40 +02:00
test-share.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-shelve.t resolve: add parenthesis around "no more unresolved files" message 2014-07-26 03:32:49 +02:00
test-simple-update.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-simplemerge.py simplemerge: burn "minimal" feature to the ground 2014-08-05 14:56:25 -07:00
test-simplemerge.py.out simplemerge: burn "minimal" feature to the ground 2014-08-05 14:56:25 -07:00
test-ssh-clone-r.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-ssh.t test-ssh: verify that stderr from remote is printed (issue4336) 2014-08-16 10:19:26 -07:00
test-static-http.t tests: fixup issue markers to make check-commit happy 2014-08-15 10:47:03 -05:00
test-status-color.t color: don't fail on error messages when no curses (issue4237) 2014-05-03 03:29:30 +02:00
test-status-inprocess.py add a test for the inprocess status dirstate race 2010-04-05 20:10:46 +02:00
test-status-inprocess.py.out add a test for the inprocess status dirstate race 2010-04-05 20:10:46 +02:00
test-status.t status: don't drop unknown and ignored information (issue4321) 2014-08-01 12:49:00 -07:00
test-strict.t help: normalize helplist hints 2014-08-12 04:11:32 -05:00
test-strip-cross.t tests: don't load unnecessary graphlog extension 2013-11-22 19:14:17 +01:00
test-strip.t help: fold repeatable option message into option table header 2014-08-12 04:00:42 -05:00
test-subrepo-deep-nested-change.t check-code: fix check for trailing whitespace on empty lines 2012-08-08 18:10:30 +02:00
test-subrepo-git.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-subrepo-missing.t subrepo: make it possible to update to hidden subrepo revisions 2013-11-24 02:17:17 +01:00
test-subrepo-paths.t check-code: do not warn on printf \\x or \\[1-9] 2013-07-01 06:50:58 +02:00
test-subrepo-recursion.t subrepo: append subrepo path to subrepo error messages 2012-12-13 23:37:53 +01:00
test-subrepo-relative-path.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-subrepo-svn.t tests: cat error messages are different on Solaris 2014-07-21 11:27:24 -07:00
test-subrepo.t templatekw: add 'subrepos' keyword to show updated subrepositories 2014-07-15 23:34:13 +09:00
test-symlink-os-yes-fs-no.py test-symlink-os-yes-fs-no.py: clean up use of two-argument raise 2013-01-01 13:21:15 -06:00
test-symlink-os-yes-fs-no.py.out dirstate: ignore symlinks when fs cannot handle them (issue1888) 2010-08-09 15:31:56 +02:00
test-symlink-placeholder.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-symlinks.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-tag.t tests: cat error messages are different on Solaris 2014-07-21 11:27:24 -07:00
test-tags.t tags: write tag overwriting history also into tag cache file (issue3911) 2013-08-28 22:09:53 +09:00
test-template-engine.t templatekw: merge, preferring the second implementation 2012-08-14 08:11:15 -07:00
test-transplant.t transplant: change "editform" to distinguish merge commits from others 2014-08-16 10:43:59 +09:00
test-treediscovery-legacy.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-treediscovery.t push: move bookmark discovery with other discovery steps 2014-08-15 18:39:39 -07:00
test-trusted.py check-code: check for spaces around = for named parameters 2013-10-03 14:50:47 +02:00
test-trusted.py.out ui: lowercase "not trusting file" warning message 2012-06-12 14:18:18 +02:00
test-ui-color.py cleanup: remove unused imports 2013-06-13 01:36:58 +02:00
test-ui-color.py.out color: check if ui is already a subclass of colorui before wrapping it 2011-06-02 00:43:34 +03:00
test-ui-config.py ui: add configint function and tests 2011-05-03 22:28:08 +02:00
test-ui-config.py.out ui: add configint function and tests 2011-05-03 22:28:08 +02:00
test-ui-verbosity.py *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02:00
test-ui-verbosity.py.out tests: renamed Python tests to .py 2009-05-17 01:39:31 +02:00
test-unbundlehash.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-unified-test.t tests: comment the main purpose of `test-unified-test.t` 2014-05-30 11:40:24 -07:00
test-unionrepo.t tests: fix unionrepo path issue on msys (issue3927) 2013-05-09 15:01:11 -05:00
test-unrelated-pull.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-up-local-change.t merge: change priority / ordering of merge actions 2014-05-02 01:09:14 +02:00
test-update-branches.t update: consider successor changesets when moving active bookmark 2014-01-15 17:48:48 -06:00
test-update-issue1456.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-update-renames.t tests: cleanup of tests that ended up outside $TESTTMP 2012-06-11 01:08:39 +02:00
test-update-reverse.t merge: change debug logging - test output changes but no real changes 2014-04-22 02:10:25 +02:00
test-url-rev.t summary: clear "commonincoming" also if branches are different 2013-04-09 23:40:11 +09:00
test-url.py test-url: move from dict() construction to {} literals 2014-03-12 13:21:17 -04:00
test-username-newline.t tests: drop final true command from unified tests 2010-09-20 16:00:15 -05:00
test-verify.t verify: do not choke on valid changelog without manifest 2012-08-21 20:51:16 +02:00
test-walk.t match: fix NameError 'pat' on overflow of regex pattern length 2014-04-29 11:02:40 +09:00
test-walkrepo.py cleanup: "not x in y" -> "x not in y" 2012-05-12 16:00:57 +02:00
test-websub.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
test-win32text.t win32text: lowercase warning message 2012-06-12 14:18:18 +02:00
test-wireproto.py test-wireproto: move from dict() construction to {} literals 2014-03-12 13:21:30 -04:00
test-wireproto.py.out test-wireprotocol.py: rename to test-wireproto.py for consistency 2011-06-29 13:04:00 +02:00
test-wireproto.t tests: replace exit 80 with #require 2014-08-06 11:43:59 -05:00
tinyproxy.py tests: fix toctou race in tinyproxy.py (issue3795) 2013-01-31 19:13:13 +01:00

To run the tests, do:

cd tests/
python run-tests.py

See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.