sapling/tests
Matt Harbison 5c29c87aee revset: add a predicate for finding converted changesets
This selects changesets added because of repo conversions.  For example

    hg log -r "converted()"      # all csets created by a convertion
    hg log -r "converted(rev)"   # the cset converted from rev in the src repo

The converted(rev) form is analogous to remote(id), where the remote repo is
the source of the conversion.  This can be useful for cross referencing an old
repository into the current one.

The source revision may be the short changeset hash or the full hash from the
source repository.  The local identifier isn't useful.  An interesting
ramification of this is if a short revision is specified, it may cause more
than one changeset to be selected.  (e.g. converted(6) matches changesets with
a convert_revision field of 6e..e and 67..0)

The convert.hg.saverev option must have been specified when converting the hg
source repository for this to work.  The other sources automatically embed the
converted marker.
2012-05-13 01:12:26 -04:00
..
blacklists tests: really add blacklist for vfat on Linux 2012-04-01 15:54:29 -05:00
bundles localrepo: add setparents() to adjust dirstate copies (issue3407) 2012-04-29 22:25:55 +02:00
gpg gpg: add test 2009-06-14 13:32:19 -07:00
svn convert/svn: do not try converting empty head revisions (issue3347) 2012-04-18 14:04:58 +02:00
autodiff.py scmutil: switch match users to supplying contexts 2011-06-18 16:52:51 -05:00
binfile.bin Add test for git binary diff support 2006-10-12 09:17:16 -07:00
bzr-definitions convert/bzr: convert all branches (issue3229) (BC) 2012-02-02 10:15:12 +01:00
cgienv tests: remove duplication of the CGI environment variables 2011-01-16 19:12:54 +08:00
dummyssh tests: make simple single quotes work with dummyssh on windows 2011-12-26 15:30:43 +01:00
filtercr.py tests: add filtercr.py helper for progress tests 2010-12-15 16:29:46 +01:00
filterpyflakes.py pyflakes: ignore files marked no-check-code 2011-05-06 10:17:07 -05:00
get-with-headers.py tests: fix incompatibility with python-2.4 in test-hgweb 2010-09-11 10:57:35 +02:00
heredoctest.py run-tests: replace inline python handling with more native scheme 2011-11-07 13:46:41 -06:00
hghave tests/hghave: extract hghave.py 2012-06-14 12:54:54 +02:00
hghave.py tests: introduce hghave hardlinks 2012-06-15 00:02:27 +02:00
hgterm.ti tests: hardcode terminfo entry for the terminfo color test 2011-06-27 11:36:40 -07:00
killdaemons.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09:00
md5sum.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
notcapable tests: support multiple caps in notcapable 2011-05-23 20:31:04 +02:00
printenv.py tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +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 tests: use the right directory for running hghave from run-tests.py 2012-06-10 18:50:42 +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 tests: removed unneeded section in acl configuration: 'extensions' 2012-06-01 11:15:00 -03:00
test-add.t tests: use hghave eol-in-paths to test for support for ':' in filenames and " " 2012-06-15 00:02:27 +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 test-alias: adapt for Windows 2012-06-16 21:57:42 +02:00
test-annotate.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-archive-symlinks.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-archive.t archive: make progress only show files that are actually archived 2012-06-12 12:05:52 +02:00
test-atomictempfile.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
test-atomictempfile.py.out atomictempfile: avoid infinite recursion in __del__(). 2011-04-24 19:25:10 -04:00
test-audit-path.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-backout.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +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: use 'do sleep 0' instead of 'do true', also on first line of command 2012-04-23 01:56:48 +02:00
test-basic.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 test-bisect: adapt for Windows 2012-06-15 01:02:44 +02:00
test-bookmarks-current.t bookmarks: test that bare update forwards active bookmark 2012-05-05 15:12:26 -05:00
test-bookmarks-merge.t merge: respect bookmarks during merge 2012-05-13 11:55:42 +02:00
test-bookmarks-pushpull.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-bookmarks-rebase.t tests: remove bookmark extension configuration 2011-02-24 03:13:48 +01:00
test-bookmarks-strip.t update: delete bookmarks.current when explicitly updating to a rev (issue3276) 2012-02-28 23:47:46 +02:00
test-bookmarks.t revset: add pattern matching to 'bookmarks' revset expression 2012-05-30 23:13:33 +01: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-bundle.t tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-casecollision-merge.t update: fix case-collision with a clean wd and no --clean 2012-04-23 14:32:59 +02:00
test-casecollision.t test-casecollision.t: add test for case changing rename 2011-05-03 22:11:56 +02:00
test-casefolding.t tests: accept \ in test-casefolding on windows 2012-05-07 00:48:51 +02:00
test-cat.t tests: add exit codes to unified tests 2010-09-16 17:51:32 -05:00
test-changelog-exec.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-check-code-hg.t keyword: intentionally ignore check-code warning about unwrapped ui message 2012-05-13 14:26:26 +01:00
test-check-code.t check-code: add --nolineno option for hiding line numbers 2011-11-11 01:25:47 +01:00
test-check-pyflakes.t tests: make tests work if directory contains special characters 2012-04-03 19:06:35 +02:00
test-children.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-churn.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-clone-cgi.t tests: introduce 'hghave msys' to skip tests that would fail because of msys 2011-11-21 01:49:20 +01: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 debugindex etc.: add --changelog and --manifest options 2011-05-14 00:30:32 +02:00
test-clone-update-order.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-clone.t tests: introduce hghave hardlinks 2012-06-15 00:02:27 +02:00
test-command-template.t test-command-template: enable for Windows 2012-06-11 19:18:36 +02:00
test-commandserver.py cleanup: "raise SomeException()" -> "raise SomeException" 2012-05-12 16:00:58 +02:00
test-commandserver.py.out help: format command and option list help using RST 2012-06-02 11:25:40 +02:00
test-commit-amend.t tests: consistently use a HGEDITOR pattern that works with msys on windows 2012-06-10 14:41:14 +02:00
test-commit-multiple.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-commit-unresolved.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-commit.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-committer.t ui: lowercase "no username" warning 2012-06-12 14:18:18 +02:00
test-config-case.t tests: unify test-config-case 2010-08-30 11:39:43 +02:00
test-conflict.t merge: give a special message for internal:merge failure (issue3105) 2011-11-16 18:04:19 -06:00
test-confused-revert.t revert: restore check for uncommitted merge (issue2915) (BC) 2011-07-21 15:39:37 -05:00
test-context.py changelog: convert user and desc from local encoding early 2011-05-19 18:09:25 +02:00
test-context.py.out changelog: convert user and desc from local encoding early 2011-05-19 18:09:25 +02:00
test-contrib.t tests: introduce hghave hardlinks 2012-06-15 00:02:27 +02: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: remove execute permission from two unified test files 2012-06-20 17:04:30 +02:00
test-convert-bzr-114.t tests: unify test-convert-bzr-114 2010-09-26 14:35:43 -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 tests: convert some 'hghave execbit' to #if 2012-06-10 14:14:05 +02:00
test-convert-clonebranches.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-convert-cvs-branch.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-convert-cvs-detectmerge.t tests: restore previous fix for date ambiguity in cvs test 2011-07-01 18:13:48 +02:00
test-convert-cvs-synthetic.t tests: avoid instability in test-convert-cvs-synthetic 2011-06-13 12:51:37 -05:00
test-convert-cvs.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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: add some missing #if's / hghave requirements 2012-06-15 00:02:27 +02:00
test-convert-darcs.t tests: make test-convert-darcs.t happier with darcs 2.8.0 2012-05-13 11:47:55 +02:00
test-convert-datesort.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-convert-filemap.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-convert-git.t test-convert: disable autocrlf for git 2012-06-08 05:31:28 +03:00
test-convert-hg-sink.t tests: unify test-convert-hg-sink 2010-09-26 16:47:59 -05:00
test-convert-hg-source.t tests: convert some 'hghave execbit' to #if 2012-06-10 14:14:05 +02:00
test-convert-hg-startrev.t log: fix --follow FILE ancestry calculation 2012-02-24 20:57:59 +01:00
test-convert-hg-svn.t tests: unify test-convert-hg-svn 2010-09-26 16:53:06 -05:00
test-convert-mtn-rename-directory.out right way to check if file was in renamed directory, fixes import monotone 2009-04-02 22:25:49 +04:00
test-convert-mtn.t tests: update monotone output for v1.0 changes 2011-05-21 15:01:28 -05:00
test-convert-p4-filetypes.t tests: remove execute permission from two unified test files 2012-06-20 17:04:30 +02:00
test-convert-p4.t tests: unify the last sh tests 2012-04-25 01:35:39 +02:00
test-convert-splicemap.t tests: fix bashism in test-convert-splicemap.t 2012-04-23 01:39:26 +02:00
test-convert-svn-branches.t convert: ignore blank lines in mapfiles (issue3286) 2012-02-28 10:06:35 +01:00
test-convert-svn-encoding.t localrepo: reuse parent manifest in commitctx if no files have changed 2011-05-02 19:20:29 +02:00
test-convert-svn-move.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-convert-svn-sink.t tests: remove 'hghave symlink' from test-convert-svn-sink.t 2012-06-10 18:59:13 +02:00
test-convert-svn-source.t test-convert-svn-source: fix non-determinism 2012-04-27 10:11:56 +02:00
test-convert-svn-startrev.t tests: don't overwrite HGRCPATH 2011-03-01 17:01:17 +01:00
test-convert-svn-tags.t tests: don't overwrite HGRCPATH 2011-03-01 17:01:17 +01:00
test-convert-tagsbranch-topology.t test-convert: disable autocrlf for git 2012-06-08 05:31:28 +03:00
test-convert-tla.t tests: use 'hghave symlink' for tests using symlinks 2011-11-07 03:14:54 +01:00
test-convert.t revset: add a predicate for finding converted changesets 2012-05-13 01:12:26 -04:00
test-copy-move-merge.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-copy.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-custom-filters.t tests: add exit codes to unified tests 2010-09-16 17:51:32 -05:00
test-debugbuilddag.t merge with crew 2012-04-06 15:17:50 -05:00
test-debugbundle.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-debugcomplete.t graft: allow -r to specify revisions 2012-06-20 17:02:43 +02:00
test-debugindexdot.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-debugrename.t tests: unify test-debugrename 2010-09-14 21:41:06 +02:00
test-default-push.t tests: make (glob) on windows accept \ instead of / 2011-11-07 03:25:10 +01:00
test-demandimport.py test-demandimport.py: PyPy support 2010-12-01 21:46:08 +01:00
test-demandimport.py.out test-demandimport.py: PyPy support 2010-12-01 21:46:08 +01:00
test-diff-binary-file.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-diff-change.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-diff-color.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 mdiff: adjust hunk offsets with --ignore-blank-lines (issue3234) 2012-02-06 21:17:50 +01:00
test-diff-issue2761.t localrepo: don't add deleted files to list of modified/added files (issue2761) 2011-04-11 21:44:22 +03:00
test-diff-newlines.t tests: don't use stdout redirection for test data 2011-11-16 03:45:14 +01: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: use 'hghave execbit' for tests that manipulate x bit in file system 2011-11-07 03:14:54 +01:00
test-diffdir.t revsets: make revpair revsets-aware 2010-10-07 18:05:04 -05:00
test-diffstat.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +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: make (glob) on windows accept \ instead of / 2011-11-07 03:25:10 +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
test-dispatch.t help: use RST to format option lists 2011-09-21 13:00:48 -05:00
test-doctest.py templates/filters: add doctest to the 'person' filter 2012-03-07 01:02:12 +01:00
test-double-merge.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-duplicateoptions.py plan9: initial support for plan 9 from bell labs 2012-04-08 12:43:41 -07: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encode.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encoding-align.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encoding-textwrap.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-encoding.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +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: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-excessive-merge.t debugindex etc.: add --changelog and --manifest options 2011-05-14 00:30:32 +02:00
test-execute-bit.t tests: unify test-execute-bit 2010-09-03 09:46:17 +02:00
test-export.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-extdiff.t tests: convert some 'hghave execbit' to #if 2012-06-10 14:14:05 +02:00
test-extension.t help: format command and option list help using RST 2012-06-02 11:25:40 +02:00
test-extra-filelog-entry.t tests: fix deprecated use of hg debugdata/debugindex 2011-05-04 13:37:41 +02:00
test-fetch.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-filebranch.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-filecache.py cleanup: replace naked excepts with more specific ones 2012-05-12 16:02:45 +02:00
test-filecache.py.out scmutil: introduce filecache 2011-07-09 19:06:59 +03:00
test-filelog.py tests: test test-filelog is python - rename to test-filelog.py 2012-04-23 01:57:17 +02: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-flags.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-fncache.t localrepo: update branchcache in a more reliable way 2012-01-13 02:29:38 +01:00
test-gendoc.t tests: make tests work if directory contains special characters 2012-04-03 19:06:35 +02:00
test-getbundle.t tests: use 'hghave serve' to guard tests that requires serve daemon management 2011-11-07 03:24:53 +01:00
test-git-export.t tests: convert some 'hghave execbit' to #if 2012-06-10 14:14:05 +02:00
test-globalopts.t dispatch: lowercase --time message 2012-06-12 14:18:18 +02:00
test-glog.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-gpg.t gpg: lowercase messages 2012-06-12 14:18:18 +02:00
test-graft.t graft: allow -r to specify revisions 2012-06-20 17:02:43 +02:00
test-grep.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-hardlinks.t tests: introduce hghave hardlinks 2012-06-15 00:02:27 +02:00
test-help.t help: sort results from keyword search 2012-06-13 02:44:46 +02: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgk.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgrc.t tests: cleanup of tests that ended up outside $TESTTMP 2012-06-11 01:08:39 +02:00
test-hgweb-auth.py http: pass user to readauthforuri() (fix f7ae45a69fcd) 2011-08-05 21:05:41 +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-commands.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-descend-empties.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-diffs.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-empty.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-filelog.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-no-path-info.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-no-request-uri.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-non-interactive.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb-raw.t tests: use a different evil name in test-hgweb-raw.t 2012-06-15 00:02:27 +02:00
test-hgweb-removed.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgweb.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hgwebdir-paths.py backout 17bc9a6bb165 (issue3077) (issue3071) 2011-10-29 11:02:23 -05:00
test-hgwebdir.t hgweb: support multi-level repository indexes by enabling descend and collapse 2012-02-18 20:10:19 +01:00
test-hgwebdirsym.t tests: use 'hghave serve' to guard tests that requires serve daemon management 2011-11-07 03:24:53 +01:00
test-highlight.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-hook.t tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-http-branchmap.t merge with stable 2011-12-08 16:01:44 -06:00
test-http-clone-r.t tests: make tests work if directory contains special characters 2012-04-03 19:06:35 +02:00
test-http-proxy.t tests: use 'do sleep 0' instead of 'do true', also on first line of command 2012-04-23 01:56:48 +02:00
test-http.t tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-https.t tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-hup.t tests: avoid test-hup hanging on AIX 2012-04-05 12:31:21 +01:00
test-hybridencode.py *: kill all unnecessary shebangs. 2010-10-26 12:18:39 +02:00
test-hybridencode.py.out store: encode first period or space in filenames (issue1713) 2010-10-09 21:54:50 +02:00
test-i18n.t tests: fix test-i18n.t after translation update 2012-06-18 23:28:56 +02:00
test-identify.t tests: use 'hghave serve' to guard tests that requires serve daemon management 2011-11-07 03:24:53 +01:00
test-impexp-branch.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-import-bypass.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 tests: remove 'hghave symlink' from test-import-git.t 2012-06-10 18:59:51 +02:00
test-import-merge.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-import-unknown.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-import.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-incoming-outgoing.t scmutil: unify some 'no changes found' messages 2012-01-25 17:14:08 -06:00
test-inherit-mode.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-init.t tests: use hghave eol-in-paths to test for support for ':' in filenames and " " 2012-06-15 00:02:27 +02:00
test-inotify-debuginotify.t tests: unify test-inotify-debuginotify 2010-09-26 13:43:21 -05:00
test-inotify-dirty-dirstate.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-inotify-issue1208.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-inotify-issue1371.t tests: unify test-inotify-issue1371 2010-09-26 13:43:21 -05:00
test-inotify-issue1542.t tests: unify test-inotify-issue1542 2010-09-26 13:43:21 -05:00
test-inotify-issue1556.t tests: unify test-inotify-issue1556 2010-09-26 13:43:21 -05:00
test-inotify-lookup.t tests: unify test-inotify-lookup 2010-09-26 13:43:21 -05:00
test-inotify.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-install.t debuginstall: lowercase status messages 2012-06-12 14:18:18 +02:00
test-interhg.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-issue522.t merge: make debug output easier to read 2011-12-09 17:34:53 +01: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 tests: make (glob) on windows accept \ instead of / 2011-11-07 03:25:10 +01:00
test-issue672.t merge: show renamed on one and deleted on the other side in debug output 2012-05-23 21:34:29 +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 merge: make 'diverging renames' diagnostic a more helpful note. 2010-10-10 09:50:25 -05:00
test-issue1306.t branch: warn on branching 2011-12-08 14:32:44 -06:00
test-issue1438.t tests: fix a bunch of pointless #s in unified tests 2010-09-17 17:03:08 -05:00
test-issue1502.t tests: make (glob) on windows accept \ instead of / 2011-11-07 03:25:10 +01:00
test-issue1802.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-issue1877.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-issue2137.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-issue3084.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-journal-exists.t test-journal-exists: use #if 2012-06-15 00:39:21 +02:00
test-keyword.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-known.t tests: use 'hghave serve' to guard tests that requires serve daemon management 2011-11-07 03:24:53 +01:00
test-largefiles-cache.t tests: convert some hghave unix-permissions to #if 2012-06-19 01:43:41 +02:00
test-largefiles-small-disk.t largefiles: fix inappropriate locking (issue3182) 2012-01-07 19:05:59 +01:00
test-largefiles.t tests: convert some hghave unix-permissions to #if 2012-06-19 01:43:41 +02:00
test-lfconvert.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +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: use 'hghave unix-permissions' for tests that really use chmod 2011-11-07 03:14:55 +01:00
test-log.t test-parse-date: move remaining date parsing tests from test-log 2012-06-11 17:45:36 +02: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 Make pull -u behave like pull && update 2011-05-31 11:52:22 -07:00
test-merge6.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge7.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge8.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge9.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge-default.t merge with stable 2011-12-08 16:01:44 -06:00
test-merge-force.t merge: make 'nothing to merge' aborts consistent 2011-12-07 11:23:01 -06: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 tests: hide 'No such file or directory' messages 2011-11-16 03:45:14 +01:00
test-merge-remove.t tests: unify test-merge-remove 2010-09-12 12:11:39 +02:00
test-merge-revert2.t merge: give a special message for internal:merge failure (issue3105) 2011-11-16 18:04:19 -06:00
test-merge-revert.t tests: remove exec bit from .t files 2010-09-14 16:03:10 +02:00
test-merge-subrepos.t Do not allow merging with uncommitted changes in a subrepo 2011-02-16 08:56:11 -08:00
test-merge-symlinks.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-merge-tools.t tests: add some missing #if's / hghave requirements 2012-06-15 00:02:27 +02:00
test-merge-types.t test-merge-types: allow different output with existing hgmerge (issue3346) 2012-04-04 11:18:42 +02:00
test-minirst.py minirst: generate tables as a list of joined lines 2012-06-01 11:58:23 +02:00
test-minirst.py.out minirst: simplify and standardize field list formatting 2012-01-11 18:08:25 +01:00
test-mq-caches.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 mq: make qprev return the previous applied patch (issue3245) 2012-02-03 19:47:09 +01:00
test-mq-header-date.t tests: unify test-mq-header-date 2010-09-26 13:43:21 -05:00
test-mq-header-from.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-merge.t patch: fuzz more aggressively to match patch(1) behaviour 2012-02-13 17:22:35 +01: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 mq: add secret setting 2012-01-29 12:59:21 -06: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: add glob matching for unified tests 2010-09-22 16:06:02 -05:00
test-mq-qgoto.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qimport-fail-cleanup.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qimport.t mq: abort if no files or revisions are specified for qimport 2012-06-20 16:22:58 +02:00
test-mq-qnew.t tests: add missing accept of native pathname separator 2012-04-28 01:55:39 +02:00
test-mq-qpush-exact.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qpush-fail.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qqueue.t tests: unify some of test-mq* 2010-09-19 23:42:18 +02:00
test-mq-qrefresh-interactive.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-qrefresh-replace-log-message.t tests: unify test-mq-qrefresh-replace-log-message 2010-09-26 13:43:21 -05:00
test-mq-qrefresh.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-strip.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-subrepo-svn.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-subrepo.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-mq-symlinks.t tests: make tests work if directory contains special characters 2012-04-03 19:06:35 +02:00
test-mq.t purge: lowercase messages 2012-06-12 14:18:18 +02:00
test-mv-cp-st-diff.t copies: rewrite copy detection for non-merge users 2012-01-04 17:55:30 -06:00
test-nested-repo.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-newbranch.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-newcgi.t tests: introduce 'hghave msys' to skip tests that would fail because of msys 2011-11-21 01:49:20 +01:00
test-newercgi.t tests: introduce 'hghave msys' to skip tests that would fail because of msys 2011-11-21 01:49:20 +01:00
test-no-symlinks.t tests: move test bundles in a bundles/ subdirectory 2011-04-30 17:38:06 +02: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: various fixes to docstring 2012-05-29 07:07:10 -05:00
test-oldcgi.t tests: introduce 'hghave msys' to skip tests that would fail because of msys 2011-11-21 01:49:20 +01:00
test-parents.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-parse-date.t test-parse-date: move remaining date parsing tests from test-log 2012-06-11 17:45:36 +02:00
test-parseindex2.py tests: fix test-parseindex2.py when run with --pure 2012-05-11 02:32:26 -07: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 patchbomb: lowercase status messages 2012-06-12 14:18:18 +02: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: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-phases-exchange.t tests: skip new tests with requirements not available on windows 2012-04-28 01:22:56 +02:00
test-phases.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-profile.t dispatch: lowercase --time message 2012-06-12 14:18:18 +02:00
test-progress.t test-progress: fix whitespace typo 2012-05-11 15:13:13 +02:00
test-pull-branch.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-pull-http.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-pull-permission.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-pull.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-purge.t purge: lowercase messages 2012-06-12 14:18:18 +02:00
test-push-cgi.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-push-r.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-push-validation.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-push-warn.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-qrecord.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-abort.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-bookmarks.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-cache.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-check-restore.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-collapse.t test-rebase-collapse: fix Windows path separator 2012-05-13 14:29:05 +02:00
test-rebase-conflicts.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-detach.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-interruptions.t rebase: fix phases movement 2012-01-17 09:12:14 +01:00
test-rebase-issue-noparam-single-rev.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-mq-skip.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-mq.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-rebase-named-branches.t tests: make tests work if directory contains special characters 2012-04-03 19:06:35 +02:00
test-rebase-newancestor.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-parameters.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-pull.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-rename.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rebase-scenario-global.t tests: add missing accept of native pathname separator 2012-04-28 01:55:39 +02:00
test-rebuildstate.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-record.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-relink.t tests: introduce hghave hardlinks 2012-06-15 00:02:27 +02:00
test-remove.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +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 tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rename-merge1.t merge: show renamed on one and deleted on the other side in debug output 2012-05-23 21:34:29 +02:00
test-rename-merge2.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-rename.t test-rename.t: enable for Windows 2012-06-10 17:10:53 +02:00
test-repair-strip.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-requires.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-resolve.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revert-flags.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revert-unknown.t tests: remove unneeded -d flags 2010-09-02 23:22:51 +02:00
test-revert.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revlog-ancestry.py revlog: add optional stoprev arg to revlog.ancestors() 2012-06-01 15:44:13 -07:00
test-revlog-ancestry.py.out revlog: add optional stoprev arg to revlog.ancestors() 2012-06-01 15:44:13 -07:00
test-revlog-group-emptyiter.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revlog-packentry.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revset-dirstate-parents.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revset-outgoing.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-revset.t test-revset: enable for Windows 2012-06-03 09:06:15 +02:00
test-rollback.t test-rollback: enable for Windows 2012-06-11 19:04:18 +02:00
test-run-tests.t test-run-tests: add tests for "#if no-false" and no-true 2012-06-11 14:09:35 +02:00
test-schemes.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-serve.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-setdiscovery.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-share.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-simple-update.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-simplemerge.py Remove FSF mailing address from GPL headers 2012-01-06 16:27:13 +01:00
test-simplemerge.py.out
test-ssh-clone-r.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-ssh.t tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-static-http.t tests/printenv.py: eliminate trailing spaces on output 2012-06-17 00:27:31 +02:00
test-status-color.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-status-inprocess.py pylint, pyflakes: remove unused or duplicate imports 2010-04-14 17:58:10 +09: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 localrepository: use 'changectx.dirs()' in 'status()' for directory patterns 2012-02-23 00:07:54 +09:00
test-strict.t help: format command and option list help using RST 2012-06-02 11:25:40 +02:00
test-strip-cross.t debugindex etc.: add --changelog and --manifest options 2011-05-14 00:30:32 +02:00
test-subrepo-deep-nested-change.t subrepo: rewrite handling of subrepo state at commit (issue2403) 2012-02-06 15:10:01 -06:00
test-subrepo-git.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-subrepo-missing.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-subrepo-paths.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-subrepo-recursion.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-subrepo-relative-path.t tests: make tests work if directory contains special characters 2012-04-03 19:06:35 +02:00
test-subrepo-svn.t tests: change odd uses of 'if hghave' to #if 2012-06-10 13:01:40 +02:00
test-subrepo.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-symlink-os-yes-fs-no.py tests: use getattr instead of hasattr 2011-07-25 16:37:18 -05: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: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-symlinks.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-tag.t tests: consistently use a HGEDITOR pattern that works with msys on windows 2012-06-10 14:41:14 +02:00
test-tags.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-template-engine.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-transplant.t tests: add some missing #if's / hghave requirements 2012-06-15 00:02:27 +02:00
test-treediscovery-legacy.t pull: backout change to return code 2012-02-10 16:09:30 -06:00
test-treediscovery.t pull: backout change to return code 2012-02-10 16:09:30 -06:00
test-trusted.py ui: always report untrusted hgrc files when debug enabled 2011-02-25 23:26:24 -06:00
test-trusted.py.out ui: lowercase "not trusting file" warning message 2012-06-12 14:18:18 +02:00
test-ui-color.py ui: use I/O descriptors internally 2011-06-08 01:39:20 +03: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: use 'hghave serve' to guard tests that requires serve daemon management 2011-11-07 03:24:53 +01:00
test-unrelated-pull.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-up-local-change.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-update-branches.t update: make --check abort with dirty subrepos 2012-04-23 12:12:04 +02:00
test-update-issue1456.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02: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: make debug output easier to read 2011-12-09 17:34:53 +01:00
test-url-rev.t tests: add missing trailing 'cd ..' 2012-06-11 01:40:51 +02:00
test-url.py merge with stable 2011-12-05 17:48:40 -06:00
test-username-newline.t tests: drop final true command from unified tests 2010-09-20 16:00:15 -05:00
test-verify.t tests: cleanup of tests that got lost in their own nested directories 2012-06-11 01:38:32 +02:00
test-walk.t tests: run test-walk.t on windows 2012-06-19 00:20:38 +02:00
test-walkrepo.py cleanup: "not x in y" -> "x not in y" 2012-05-12 16:00:57 +02:00
test-win32text.t win32text: lowercase warning message 2012-06-12 14:18:18 +02:00
test-wireproto.py test-wireprotocol.py: rename to test-wireproto.py for consistency 2011-06-29 13:04:00 +02: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: use 'hghave serve' to guard tests that requires serve daemon management 2011-11-07 03:24:53 +01:00
tinyproxy.py cleanup: replace more naked excepts with more specific ones 2012-05-13 13:17:31 +02: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.