sapling/tests
Greg Ward 47d2411255 issue1577: fix broken test by assuming less about CVS output.
Specifically, output of "cvs ci" varies unpredictably across CVS versions,
so any test that includes the output of "cvs ci" is doomed to fail
some of the time.  This fixes that by discarding the output of "cvs ci".
2009-03-28 12:24:53 -04:00
..
svn Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
binfile.bin Add test for git binary diff support 2006-10-12 09:17:16 -07:00
bzr-definitions convert: add bzr source 2008-09-26 20:33:47 +02:00
coverage.py Update coverage.py 2008-09-17 22:15:36 +02:00
get-with-headers.py test-hgweb-*: replace "XX years ago" by a fixed string in get-with-headers.py 2008-12-25 17:49:08 +01:00
hghave convert: Perforce source for conversion to Mercurial 2009-03-03 21:32:23 +00:00
killdaemons.py tests: make killdaemons.py executable 2008-11-07 23:56:02 +01:00
legacy-encoding.hg Fixes test-encoding for python2.3 and minor cleanups: 2006-12-09 11:16:27 +01:00
md5sum.py tests: Windows compatibility fixes 2008-10-12 19:11:59 +02:00
printenv.py Introduce HG_PREPEND to solve pretxn races 2009-02-16 19:35:07 -06:00
readlink.py Use common readlink.py instead of own implementations per test script. 2007-12-21 10:24:03 +01:00
README Move test suite docs to the wiki 2006-12-19 16:38:14 -06:00
run-tests.py run-tests.py: avoid using popen2.Popen4 - use subprocess instead 2009-02-27 19:10:38 +01:00
svn-safe-append.py convert: fix test-convert-svn-* problems with mtime not changing 2008-04-01 09:17:11 +02:00
tampered.hg test-audit-path: add one more test (issue 1450) 2009-01-04 08:06:05 +01:00
test-586 localrepo: fix bad manifest delta generation (issue1433) 2009-01-03 20:16:10 +01:00
test-586.out localrepo: fix bad manifest delta generation (issue1433) 2009-01-03 20:16:10 +01:00
test-1102 tag: record tag we're superseding, if any (issue 1102) 2008-06-13 17:29:10 -05:00
test-1102.out tag: record tag we're superseding, if any (issue 1102) 2008-06-13 17:29:10 -05:00
test-abort-checkin test-abort-checkin: use a hook to abort the commit 2007-03-04 14:35:11 -03:00
test-abort-checkin.out Use a weakref for recursive transactions 2007-07-21 16:02:10 -05:00
test-acl Fix test-acl failure on AIX due to read only LOGNAME. 2008-12-04 13:42:47 +00:00
test-acl.out lowercase ui.debug and assert output 2009-01-03 17:15:21 +01:00
test-add make commit fail when committing unresolved files 2008-08-13 20:18:40 -05:00
test-add.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-addremove Corrected similarity parameter used in test-addremove 2007-06-01 16:02:49 +02:00
test-addremove-similar addremove: print meaningful error message if --similar not numeric 2007-07-21 19:07:18 -07:00
test-addremove-similar.out dirstate.walk: push sorting up 2008-07-22 13:03:19 -05:00
test-addremove.out Backed out changeset 0f390189b058 2008-08-24 22:13:39 +02:00
test-alias tests/*: avoid losing the original settings from $HGRCPATH 2007-11-09 20:21:35 -02:00
test-alias.out Backed out changeset f019d9201ff4 2007-12-31 17:47:02 -06:00
test-annotate Add --line-number option to hg annotate (issue506) 2007-07-08 19:59:02 +02:00
test-annotate.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-archive tests: add killdaemons helper script 2008-11-07 16:28:53 -06:00
test-archive-symlinks Use common readlink.py instead of own implementations per test script. 2007-12-21 10:24:03 +01:00
test-archive-symlinks.out archive: add symlink support 2007-07-11 17:40:41 -03:00
test-archive.out archive: fix bogus error message with no working directory 2008-12-19 16:48:31 -06:00
test-audit-path tests: fix issue in test-audit-path with HGTMP on OS X 2009-01-22 15:22:37 +01:00
test-audit-path.out test-audit-path: add one more test (issue 1450) 2009-01-04 08:06:05 +01:00
test-backout Add test case for backout on named branches (issue665) 2008-02-22 11:28:14 +01:00
test-backout.out backout: reverse changeset belongs on current branch 2008-03-29 12:39:47 -05:00
test-backwards-remove Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero. 2006-03-13 13:05:41 +01:00
test-backwards-remove.out Make hg update more verbose by default (issue12) 2006-05-02 18:44:02 +02:00
test-bad-extension When failing to load an extension, show where Hg tried to load it from. 2008-03-03 12:46:57 -05:00
test-bad-extension.out help: update help 2008-10-22 14:30:34 -05:00
test-bad-pull Allow tests to run in parallel. 2007-10-05 12:17:01 -07:00
test-bad-pull.out Update keepalive.py to current CVS version of urlgrabber. 2006-06-16 10:00:37 -03:00
test-basic make manifest friendlier 2006-11-30 22:38:48 -06:00
test-basic.out Display symlink or executable bit with manifest -v 2007-10-06 22:30:22 +02:00
test-bdiff use repr() instead of backticks 2008-12-06 15:37:15 +01:00
test-bdiff.out bdiff: normalize the diff (issue1295) 2008-10-14 20:13:53 +02:00
test-bheads Simplify the output of test-bheads 2008-02-15 23:38:18 -02:00
test-bheads.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-bisect Circumvent removal of valid bisect candidates due to previously skipped ones 2008-12-27 19:05:26 +01:00
test-bisect2 add additional complex bisect tests (with non-linear history) 2008-08-02 22:11:22 +02:00
test-bisect2.out add additional complex bisect tests (with non-linear history) 2008-08-02 22:11:22 +02:00
test-bisect.out Circumvent removal of valid bisect candidates due to previously skipped ones 2008-12-27 19:05:26 +01:00
test-bookmarks bookmarks: Add tests 2008-10-25 19:05:52 +02:00
test-bookmarks-current bookmarks: Set current bookmark if we create a new one on the tip 2009-03-01 00:30:01 +01:00
test-bookmarks-current.out bookmarks: Set current bookmark if we create a new one on the tip 2009-03-01 00:30:01 +01:00
test-bookmarks-rebase bookmarks: Test if rebase works with bookmarks 2008-11-06 10:31:09 +01:00
test-bookmarks-rebase.out bookmarks: Fix tests 2008-12-06 16:15:59 +01:00
test-bookmarks-strip bookmarks: Use dirstate to determine the current node in addchangegroup 2008-11-05 03:53:34 +01:00
test-bookmarks-strip.out bookmarks: Use dirstate to determine the current node in addchangegroup 2008-11-05 03:53:34 +01:00
test-bookmarks.out bookmarks: Fix tests 2008-12-06 16:15:59 +01:00
test-branches branch closing: add test for branch closing (and reopening) 2009-01-14 21:47:38 -05:00
test-branches.out branch closing: add test for branch closing (and reopening) 2009-01-14 21:47:38 -05:00
test-bundle bundlerepo: reintroduce dirstate 2009-03-17 13:43:11 -05:00
test-bundle-r switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-bundle-r.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-bundle-type Fix test-bundle-type output by changing head|cut to cut|head. 2008-10-19 17:40:35 +02:00
test-bundle-type.out Make test-bundle-type work on MacOS 10.4.11 2008-05-29 16:29:28 +02:00
test-bundle.out bundlerepo: reintroduce dirstate 2009-03-17 13:43:11 -05:00
test-casefolding Add test for case folding issues 2008-07-11 14:40:44 +02:00
test-casefolding.out Backed out changeset 0f390189b058 2008-08-24 22:13:39 +02:00
test-cat tests: remove some unnecessary sleeps 2008-03-20 14:14:15 -05:00
test-cat.out Option --decode for hg cat to apply decode filters. 2008-02-09 13:05:22 -05:00
test-changelog-exec Avoid adding to the changelog executable files added by the second parent. 2007-08-27 14:21:04 -03:00
test-changelog-exec.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-children Add extension to provide the 'hg children' command (with tests) 2007-07-03 12:14:25 +02:00
test-children.out context: consistently return p1 context for None 2008-06-25 17:33:51 -05:00
test-churn churn and stats commands merged 2008-10-09 00:14:20 +03:00
test-churn.out churn and stats commands merged 2008-10-09 00:14:20 +03:00
test-clone increase code coverage of test-clone 2008-08-30 18:47:54 +02:00
test-clone-cgi hgweb: fix WSGI iterators handling in CGI adapter (issue1254) 2008-08-21 10:55:24 +02:00
test-clone-cgi.out fix pull racing with push/commit (issue1320) 2008-10-21 17:00:35 +02:00
test-clone-failure test-clone-failure: fake output upon fifo unavailabity 2007-08-06 09:57:23 +02:00
test-clone-failure.out Show the destionation for clone if not specified manually. 2006-12-09 14:19:52 +01:00
test-clone-pull-corruption Added test cases for repo corruption fixed in e2b47039575f (issue132) 2006-02-22 07:45:14 +01:00
test-clone-pull-corruption.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-clone-r switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-clone-r.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-clone.out increase code coverage of test-clone 2008-08-30 18:47:54 +02:00
test-command-template templater: fix age filter to state the obvious on future timestamps 2009-01-22 16:07:44 +01:00
test-command-template.out templater: fix age filter to state the obvious on future timestamps 2009-01-22 16:07:44 +01:00
test-commit Show added files as "added" in editor commit message (issue 1330) 2008-10-09 14:16:17 +02:00
test-commit-copy switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-commit-copy.out Revert almost all of 0ab603017f82; add a test 2006-11-18 19:44:42 -02:00
test-commit-unresolved Debashify rebase tests 2008-08-19 18:07:26 -07:00
test-commit-unresolved.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-commit.out Show added files as "added" in editor commit message (issue 1330) 2008-10-09 14:16:17 +02:00
test-committer Abort on empty username so specifying a username can be forced. 2007-01-24 23:04:51 +01:00
test-committer.out context: let workingctx.date(), .user() and description() be overriden 2008-06-18 22:52:26 +02:00
test-config-case test-config-case: print only the Section we're interested in. 2007-06-08 23:49:12 -03:00
test-config-case.out Use a case-sensitive version of SafeConfigParser everywhere 2006-10-16 15:38:53 -03:00
test-conflict run-tests.py: pass -L/--label to simplemerge 2007-04-28 17:55:45 -03:00
test-conflict.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-confused-revert revert: require --all to revert all files. 2006-08-21 09:44:52 -07:00
test-confused-revert.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-context.py use repo[changeid] to get a changectx 2008-06-26 14:35:46 -05:00
test-context.py.out Fixed workingfilectx.date() (found by Thomas Waldmann) with test. 2007-02-23 17:31:00 +01:00
test-convert test-convert: test before() and after() conversion actions 2008-01-04 23:43:55 +01:00
test-convert-baz convert/gnuarch: fix switched copy source and destination 2009-01-05 14:34:20 +01:00
test-convert-baz.out convert/gnuarch: fix switched copy source and destination 2009-01-05 14:34:20 +01:00
test-convert-bzr convert/bzr: fix file rename replaced by a dir case (issue1583) 2009-04-11 20:18:51 +02:00
test-convert-bzr-directories source doesn't work for some /bin/sh, use . instead 2008-09-29 12:12:53 +02:00
test-convert-bzr-directories.out convert: add bzr source 2008-09-26 20:33:47 +02:00
test-convert-bzr-ghosts source doesn't work for some /bin/sh, use . instead 2008-09-29 12:12:53 +02:00
test-convert-bzr-ghosts.out convert: add bzr source 2008-09-26 20:33:47 +02:00
test-convert-bzr-merges tests: shrink wait interval for test-convert-bzr-merges 2009-01-05 18:45:20 +01:00
test-convert-bzr-merges.out convert: add bzr source 2008-09-26 20:33:47 +02:00
test-convert-bzr-treeroot source doesn't work for some /bin/sh, use . instead 2008-09-29 12:12:53 +02:00
test-convert-bzr-treeroot.out convert: add bzr source 2008-09-26 20:33:47 +02:00
test-convert-bzr.out convert/bzr: fix file rename replaced by a dir case (issue1583) 2009-04-11 20:18:51 +02:00
test-convert-clonebranches merge: only in-branch merges can be implicit 2008-06-23 15:02:52 +02:00
test-convert-clonebranches.out convert: fix --datesort ordering 2008-02-16 11:55:33 +01:00
test-convert-cvs test-convert-cvs*: mute output from "cvs up" 2009-02-27 17:52:31 +01:00
test-convert-cvs-branch test-convert-cvs*: mute output from "cvs up" 2009-02-27 17:52:31 +01:00
test-convert-cvs-branch.out tests: allow cvs import to reorder its filename list 2008-12-01 13:42:04 +00:00
test-convert-cvs-builtincvsps test-convert-cvs*: mute output from "cvs up" 2009-02-27 17:52:31 +01:00
test-convert-cvs-builtincvsps.out test: added testcase for cvsps log message lookahead 2009-01-04 10:06:44 +00:00
test-convert-cvs-synthetic issue1577: fix broken test by assuming less about CVS output. 2009-03-28 12:24:53 -04:00
test-convert-cvs-synthetic.out issue1577: fix broken test by assuming less about CVS output. 2009-03-28 12:24:53 -04:00
test-convert-cvs.out convert: hg sink commits without working dir 2008-06-19 00:14:24 +02:00
test-convert-darcs re-add +x bit for test-convert-darcs (was missing from 82f475165077) 2008-12-03 01:28:33 +01:00
test-convert-darcs.out Fix test-convert-darcs output on Debian etch (issue779) 2007-12-21 12:07:02 +01:00
test-convert-datesort convert: fix --datesort ordering 2008-02-16 11:55:33 +01:00
test-convert-datesort.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-convert-filemap context: consistently return p1 context for None 2008-06-25 17:33:51 -05:00
test-convert-filemap.out context: consistently return p1 context for None 2008-06-25 17:33:51 -05:00
test-convert-git Merge with crew-stable 2008-10-23 15:44:23 +02:00
test-convert-git.out Merge with crew-stable 2008-10-23 15:44:23 +02:00
test-convert-hg-sink convert: some tidyups, doc improvements, and test fixes 2007-11-27 09:44:09 -08:00
test-convert-hg-sink.out Display debugstate dates as '%Y-%m-%d %H:%M:%S' 2008-01-11 23:30:56 +02:00
test-convert-hg-source convert: ignore hg source errors with hg.ignoreerrors (issue 1357) 2008-10-21 21:24:47 +02:00
test-convert-hg-source.out convert: correctly detect missing revlog for root revisions 2008-10-23 23:03:09 +02:00
test-convert-hg-startrev convert: implement startrev for hg source 2008-08-13 23:31:10 +02:00
test-convert-hg-startrev.out convert: change hg.saverev default to False 2009-03-02 19:19:12 -06:00
test-convert-hg-svn test-convert-hg-svn: make it more windows friendly 2008-01-05 17:36:16 +01:00
test-convert-hg-svn.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-convert-mtn convert/mtn: record changes from directory renames (issue1587) 2009-04-11 23:12:42 +02:00
test-convert-mtn.out convert/mtn: record changes from directory renames (issue1587) 2009-04-11 23:12:42 +02:00
test-convert-p4 convert/p4: win32 fixes 2009-04-13 16:15:45 +02:00
test-convert-p4.out convert/p4: win32 fixes 2009-04-13 16:15:45 +02:00
test-convert-svn-branches Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-svn-branches.out convert: backout 54f9cfa0c3a5 2008-12-06 20:10:31 +01:00
test-convert-svn-move Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-svn-move.out Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-svn-sink test-convert-svn-sink: rewrite output for svn compatibility 2009-04-04 20:39:46 -05:00
test-convert-svn-sink.out test-convert-svn-sink: rewrite output for svn compatibility 2009-04-04 20:39:46 -05:00
test-convert-svn-source convert: properly encode subversion URLs (issue 1224) 2008-10-10 11:36:02 +02:00
test-convert-svn-source.out convert: properly encode subversion URLs (issue 1224) 2008-10-10 11:36:02 +02:00
test-convert-svn-startrev Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-svn-startrev.out Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-svn-tags Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-svn-tags.out Rewrite svn tests using svndump 2008-12-06 20:07:44 +01:00
test-convert-tla Fix tests failures introduced by 95f45587a770 2008-07-05 14:35:34 +02:00
test-convert-tla.out convert/gnuarch: fix switched copy source and destination 2009-01-05 14:34:20 +01:00
test-convert.out convert: Perforce source for conversion to Mercurial 2009-03-03 21:32:23 +00:00
test-copy switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-copy2 Make hg add foo; hg mv foo bar work. 2007-07-03 03:06:40 -03:00
test-copy2.out Backed out changeset f019d9201ff4 2007-12-31 17:47:02 -06:00
test-copy-move-merge merge: avoid double deletion mentioned in issue636 2007-08-02 12:29:10 -05:00
test-copy-move-merge.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-copy.out Backed out changeset 0f390189b058 2008-08-24 22:13:39 +02:00
test-custom-filters Strip filter name from command before passing to filter function. 2008-02-09 12:27:58 -05:00
test-custom-filters.out Strip filter name from command before passing to filter function. 2008-02-09 12:27:58 -05:00
test-debugcomplete fix bash completion of debug commands; add test for debugcomplete 2006-10-08 20:27:23 -03:00
test-debugcomplete.out resolve: new command 2008-04-11 12:52:56 -05:00
test-debugindexdot Test debugindexdot 2007-09-30 16:36:22 +02:00
test-debugindexdot.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-debugrename Add test for debugrename 2007-06-20 00:09:32 +02:00
test-debugrename.out Add test for debugrename 2007-06-20 00:09:32 +02:00
test-default-push add test for default-push. 2006-06-23 18:23:42 -07:00
test-default-push.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-demandimport refactor version code 2009-01-10 18:02:38 -06:00
test-demandimport.out refactor version code 2009-01-10 18:02:38 -06:00
test-diff-binary-file add test for diffing identical binary files 2007-02-17 09:54:58 -02:00
test-diff-binary-file.out git binary patches: don't print the header for identical files 2007-02-17 09:55:00 -02:00
test-diff-change tests: eliminate use of sed -i (which fails on NetBSD) 2009-01-22 14:33:49 +01:00
test-diff-change.out diff: add --change option to display single changeset diff (issue1420) 2009-01-13 10:44:16 +01:00
test-diff-color color: Add tests for colorized diff and status output. 2008-12-02 10:13:52 -06:00
test-diff-color.out color: Add tests for colorized diff and status output. 2008-12-02 10:13:52 -06:00
test-diff-copy-depth tests/test-diff-copy-depth: using sh instead of bash 2008-04-07 09:02:26 +02:00
test-diff-copy-depth.out copies: sort old names by depth 2008-03-29 12:39:47 -05:00
test-diff-hashes Move diffing missing file test and remove test-notfound 2007-12-24 12:22:33 +01:00
test-diff-hashes.out diff: don't show function name by default 2008-01-16 11:14:24 -06:00
test-diff-ignore-whitespace diff: correctly handle combinations of whitespace options 2007-07-14 12:44:47 -05:00
test-diff-ignore-whitespace.out diff: don't show function name by default 2008-01-16 11:14:24 -06:00
test-diff-newlines fix diffs containing embedded "\r". 2006-05-10 10:31:54 -07:00
test-diff-newlines.out diff: don't show function name by default 2008-01-16 11:14:24 -06:00
test-diff-subdir Add -D/--nodates options to hg diff/export that removes dates from diff headers 2006-09-26 00:05:24 +01:00
test-diff-subdir.out tests: new test for hg diff of a subdirectory only 2006-08-13 23:00:18 +03:00
test-diff-unified Fix test breakage introduced in e96c889402b8 2008-11-27 11:14:43 -08:00
test-diff-unified.out Fix test breakage introduced in e96c889402b8 2008-11-27 11:14:43 -08:00
test-diffdir Remove dummy branch hack from tests 2007-03-13 18:53:23 -05:00
test-diffdir.out revlog: report node and file when lookup fails 2008-03-11 17:42:29 -05:00
test-dirstatedirs dirstate._dirs: fix refcounting broken by ece124266b74 2008-10-15 01:14:29 +02:00
test-dirstatedirs.out dirstate._dirs: fix refcounting broken by ece124266b74 2008-10-15 01:14:29 +02:00
test-dispatch tests: Skip tests if they will fail because of outer repo 2008-11-27 00:57:31 +01:00
test-dispatch.out Consistently 1 space after full stops in command doc strings 2008-04-02 14:03:16 +02:00
test-dispatch.py dispatch: move command dispatching into its own module 2007-08-15 16:55:13 -05: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-doctest.py merge with crew-stable 2008-10-20 14:52:58 +02:00
test-double-merge The >| redirection does not exist in plain sh. 2007-08-02 14:51:49 +02:00
test-double-merge.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-dumprevlog introduce fncache repository layout 2008-10-19 19:12:07 +02:00
test-dumprevlog.out introduce fncache repository layout 2008-10-19 19:12:07 +02:00
test-empty fix regression on empty repo cloning introduced by d87e43563bf4 2008-08-29 16:50:11 +02:00
test-empty-dir Don't use test -e in tests - sh doesn't like it on Solaris 2006-10-18 18:47:50 -03:00
test-empty-dir.out Make hg update more verbose by default (issue12) 2006-05-02 18:44:02 +02:00
test-empty-file Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-empty-file.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-empty-group Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-empty-group.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-empty.out fix regression on empty repo cloning introduced by d87e43563bf4 2008-08-29 16:50:11 +02:00
test-encode tests: Windows compatibility fixes 2008-10-12 19:11:59 +02:00
test-encode.out Option --decode for hg cat to apply decode filters. 2008-02-09 13:05:22 -05:00
test-encoding Use UTF-8 in .hg/branch 2006-12-10 20:35:28 -02:00
test-encoding.out transactions: avoid late tear-down (issue641) 2007-07-22 14:53:57 -05:00
test-excessive-merge switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-excessive-merge.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-execute-bit repo.status: also compare flags for files in the lookup list. 2008-02-21 16:22:31 -03:00
test-execute-bit.out merge: fix bug going backwards for already reverted files (issue1303) 2008-10-08 16:22:08 -05:00
test-export tests: Add a test for the behavior of 'hg export -- -2' 2009-02-10 16:31:52 -06:00
test-export.out tests: Add a test for the behavior of 'hg export -- -2' 2009-02-10 16:31:52 -06:00
test-extdiff extdiff: preserve execute-bit across copies (issue1562) 2009-04-09 14:32:44 +02:00
test-extdiff.out extdiff: preserve execute-bit across copies (issue1562) 2009-04-09 14:32:44 +02:00
test-extension tests: Skip tests if they will fail because of outer repo 2008-11-27 00:57:31 +01:00
test-extension.out help: show extension commands in short list, separate extension list in help 2008-10-21 11:29:27 +02:00
test-extra-filelog-entry Avoid extra filelogs entries. 2007-06-09 01:04:28 -03:00
test-extra-filelog-entry.out Avoid extra filelogs entries. 2007-06-09 01:04:28 -03:00
test-fetch regression test for issue1552 2009-03-17 11:34:40 -04:00
test-fetch.out regression test for issue1552 2009-03-17 11:34:40 -04:00
test-filebranch tests: fix repeatability for test-filebranch with dirstate granularity 2008-03-20 15:59:54 -05:00
test-filebranch.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-flags Make sure the changelog mentions files whose flags changed 2007-06-09 01:04:28 -03:00
test-flags.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-fncache add test-fncache 2008-10-29 13:37:35 +01:00
test-fncache.out verify: find correct first corrupted cset for missing/corrupted revlogs 2009-03-07 20:16:03 +01:00
test-git-export Make hg diff --git -r revA:revB detect (inverted) copies if revA > revB 2007-08-28 22:48:25 -03:00
test-git-export.out Revert 854bf5451519, fixing the output of 2 tests 2008-03-15 22:03:18 -03:00
test-git-import Always copy the necessary files before applying a git patch 2007-10-06 15:30:15 -03:00
test-git-import.out Display symlink or executable bit with manifest -v 2007-10-06 22:30:22 +02:00
test-globalopts tests: Skip tests if they will fail because of outer repo 2008-11-27 00:57:31 +01:00
test-globalopts.out fix up tests for paths and urls help 2009-01-25 12:07:41 -06:00
test-glog graphlog: some testing for incoming and outgoing graphs 2009-01-26 16:34:38 +01:00
test-glog.out graphlog: some testing for incoming and outgoing graphs 2009-01-26 16:34:38 +01:00
test-grep test 8abe3f27975c: grep w/ match in last line w/o newline 2008-10-24 08:16:01 +02:00
test-grep.out test 8abe3f27975c: grep w/ match in last line w/o newline 2008-10-24 08:16:01 +02:00
test-hardlinks-safety Make test-hardlinks-safety portable 2008-08-20 17:58:12 +02:00
test-hardlinks-safety.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-help Further help improvements: 2005-08-06 15:43:12 +01:00
test-help.out help: miscellaneous language fixes 2009-02-28 12:38:45 +01:00
test-hgcia Add hgcia to hgext 2008-11-27 11:04:29 -08:00
test-hgcia.out Add hgcia to hgext 2008-11-27 11:04:29 -08:00
test-hgignore dirstate: do not ignore current directory '.' (issue 1078) 2008-04-05 18:15:04 +02:00
test-hgignore.out dirstate: do not ignore current directory '.' (issue 1078) 2008-04-05 18:15:04 +02:00
test-hgk hgk: ctx.parents() problem introduced by 781913965579 2008-07-05 14:35:36 +02:00
test-hgk.out hgk: ctx.parents() problem introduced by 781913965579 2008-07-05 14:35:36 +02:00
test-hgrc Escape '%' when writing to hgrc (issue1199) 2008-09-20 15:00:58 +02:00
test-hgrc.out Escape '%' when writing to hgrc (issue1199) 2008-09-20 15:00:58 +02:00
test-hgweb tests: use killdaemons in hgweb tests 2008-11-27 00:57:30 +01:00
test-hgweb-commands test-hgweb-*: replace "XX years ago" by a fixed string in get-with-headers.py 2008-12-25 17:49:08 +01:00
test-hgweb-commands.out atom: fix URLs used in entry GUIDs 2009-03-16 17:21:06 -05:00
test-hgweb-descend-empties hgweb: descend empty directories in web view 2008-11-03 10:20:28 +01:00
test-hgweb-descend-empties.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hgweb-diffs tests: use killdaemons in hgweb tests 2008-11-27 00:57:30 +01:00
test-hgweb-diffs.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hgweb-empty hgweb: fix problems with empty repositories 2009-01-04 19:10:42 +01:00
test-hgweb-empty.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hgweb-filelog web: use the correct filectx in filelog 2009-01-09 17:34:06 +01:00
test-hgweb-filelog.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hgweb-no-path-info hgweb: return content iterator instead of using write() callable 2008-08-30 17:13:23 +02:00
test-hgweb-no-path-info.out atom: fix URLs used in entry GUIDs 2009-03-16 17:21:06 -05:00
test-hgweb-no-request-uri hgweb: return content iterator instead of using write() callable 2008-08-30 17:13:23 +02:00
test-hgweb-no-request-uri.out atom: fix URLs used in entry GUIDs 2009-03-16 17:21:06 -05:00
test-hgweb-removed hgweb: working diff for removed files 2008-10-20 14:13:37 +02:00
test-hgweb-removed.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hgweb.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hgwebdir hgweb: recurse down collections only if ** in [paths] 2008-12-18 22:32:48 +01:00
test-hgwebdir.out atom: fix URLs used in entry GUIDs 2009-03-16 17:21:06 -05:00
test-hgwebdirsym test: fix mixing exec bit on test-hgwebdirsym 2008-03-21 17:22:47 -05:00
test-hgwebdirsym.out test: Add tests for webdir symlinks and walkrepos. 2008-03-21 08:46:15 -07:00
test-highlight tests: use killdaemons.py in test-highlight 2009-01-12 09:57:52 +01:00
test-highlight.out coal/paper: switch to XHTML 1.1 2009-02-05 18:15:33 +01:00
test-hook Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-hook.out Introduce HG_PREPEND to solve pretxn races 2009-02-16 19:35:07 -06:00
test-http adjust test-http output to non-default HGPORT, e.g. with run-tests.py -j 2008-03-14 23:51:58 +01:00
test-http-clone-r tests: log and show errors 2008-10-22 21:39:56 +02:00
test-http-clone-r.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-http-proxy merge with crew 2008-10-28 00:03:28 +01:00
test-http-proxy.out protocol: use changegroupsubset() if possible (issue1389) 2008-11-25 23:26:33 +01:00
test-http.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-hup tests: Windows compatibility fixes 2008-10-12 19:11:59 +02:00
test-hup.out restore branch after rollback (issue 902) 2008-01-07 15:26:12 -06:00
test-hybridencode.py store: encode trailing period and space on directory names (issue1417) 2008-12-13 18:32:29 +01:00
test-hybridencode.py.out store: encode trailing period and space on directory names (issue1417) 2008-12-13 18:32:29 +01:00
test-identify test-identify: require no-outer-repo 2009-03-05 14:53:59 +01:00
test-identify.out identify: have consistent output for local repositories 2009-02-13 11:32:33 +01:00
test-impexp-branch Alter test to test import --exact to make sure it works with branches. 2007-05-17 20:09:49 -07:00
test-impexp-branch.out Fix up tests for new branch message 2007-06-18 11:13:16 -07:00
test-import import: add similarity option (issue295) 2008-11-22 00:21:57 -08:00
test-import.out import: add similarity option (issue295) 2008-11-22 00:21:57 -08:00
test-incoming-outgoing add --git option to commands supporting --patch (log, incoming, history, tip) 2009-02-14 22:40:39 +01:00
test-incoming-outgoing.out add --git option to commands supporting --patch (log, incoming, history, tip) 2009-02-14 22:40:39 +01:00
test-inherit-mode Fix thinko in test-inherit-mode 2008-03-18 18:14:59 -03:00
test-inherit-mode.out store all heads of a branch in the branch cache 2009-01-14 21:47:38 -05:00
test-init test-init: add test with format.usefncache=false 2008-10-27 13:22:45 +01:00
test-init.out test-init: add test with format.usefncache=false 2008-10-27 13:22:45 +01:00
test-inotify inotify: fix status . in repo.root 2008-11-19 13:00:48 -08:00
test-inotify-issue1208 inotify: workaround ENAMETOOLONG by using symlinks 2008-09-06 14:11:33 +02:00
test-inotify-issue1208.out inotify: auto-start by default when enabled 2008-10-22 19:40:29 -05:00
test-inotify-issue1371 Backed out changeset 131da9defd10 (issue1375) 2008-11-12 09:08:43 +01:00
test-inotify-issue1371.out inotify: server raising an error when removing a file (issue1371) 2008-11-01 14:05:13 +02:00
test-inotify-lookup add a missing +x to test-inotify-lookup 2008-10-19 01:28:35 +02:00
test-inotify-lookup.out inotify: add a test for lookup bug 2008-10-10 12:08:49 -05:00
test-inotify.out inotify: fix status . in repo.root 2008-11-19 13:00:48 -08:00
test-install change tests to use simplemerge by default 2007-04-16 20:17:39 -03:00
test-install.out merge: allow smarter tool configuration 2008-02-03 19:29:05 -06:00
test-issue322 Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-issue322.out update tests output 2007-08-02 01:56:08 -03:00
test-issue352 test-issue352: skip tests if platform does not support EOL in paths. 2007-08-06 09:57:23 +02:00
test-issue352.out Report filenames with disallowed characters as suggested by Mika Eloranta 2008-02-17 12:53:57 +01:00
test-issue433 Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-issue433.out add test for issue433 2006-11-28 11:28:45 +01:00
test-issue436 additional fixes for issue436 2006-12-01 16:18:16 -02:00
test-issue522 merge: forcefully mark files that we get from the second parent as dirty 2007-08-23 01:48:29 -03:00
test-issue522.out Display debugstate dates as '%Y-%m-%d %H:%M:%S' 2008-01-11 23:30:56 +02:00
test-issue612 merge: fix adding untracked files on directory rename (issue612) 2007-07-05 16:01:07 -05:00
test-issue612.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-issue619 merge: make test for fast-forward merge stricter (issue619) 2007-07-05 13:34:18 -05:00
test-issue619.out update: better logic and messages for updates 2008-03-24 10:01:05 -05:00
test-issue660 Removed trailing spaces from everything except test output 2008-03-07 00:24:36 +01:00
test-issue660.out Backed out changeset f019d9201ff4 2007-12-31 17:47:02 -06:00
test-issue672 merge: fix a copy detection bug (issue672) 2007-08-12 12:15:10 -03:00
test-issue672.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-issue842 warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-issue842.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-issue1089 allow committing a removed directory 2008-09-03 02:27:25 +02:00
test-issue1089.out allow committing a removed directory 2008-09-03 02:27:25 +02:00
test-issue1175 add a fix for issue 1175 2008-08-10 18:01:03 -05:00
test-issue1175.out add a fix for issue 1175 2008-08-10 18:01:03 -05:00
test-issue1306 clone: honor -r even when pulling named branches 2008-09-24 13:10:09 +02:00
test-issue1306.out clone: honor -r even when pulling named branches 2008-09-24 13:10:09 +02:00
test-issue1438 test-issue1438: make executable 2009-04-13 21:18:53 +02:00
test-issue1438.out patch: teach selectfile about symlinks (issue1438) 2009-02-16 17:37:23 -06:00
test-journal-exists tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available 2008-01-18 03:06:05 +02:00
test-journal-exists.out transactions: don't show a backtrace when journal exists 2008-01-16 11:32:25 -06:00
test-keyword resolve: require -a switch to resolve all files 2008-12-19 16:47:36 -06:00
test-keyword.hg test-keyword: make it run under Windows 2008-02-09 20:17:09 +01:00
test-keyword.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-locate locate: don't print "file not found" messages. 2007-04-04 04:22:06 -03:00
test-locate.out locate: don't print "file not found" messages. 2007-04-04 04:22:06 -03:00
test-lock-badness switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-lock-badness.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-log add --git option to commands supporting --patch (log, incoming, history, tip) 2009-02-14 22:40:39 +01:00
test-log.out add --git option to commands supporting --patch (log, incoming, history, tip) 2009-02-14 22:40:39 +01:00
test-mactext test-mactext: simplify test, coverage is ensured by win32text tests 2008-04-05 19:03:45 +02:00
test-mactext.out test-mactext: simplify test, coverage is ensured by win32text tests 2008-04-05 19:03:45 +02:00
test-manifest context: consistently return p1 context for None 2008-06-25 17:33:51 -05:00
test-manifest-merging Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm. 2006-12-26 14:17:48 +01:00
test-manifest-merging.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-manifest.hg test-manifest: test symlink and exec bit display 2007-10-06 22:30:24 +02:00
test-manifest.out context: consistently return p1 context for None 2008-06-25 17:33:51 -05:00
test-merge1 tests: Windows compatibility fixes 2008-10-12 19:11:59 +02:00
test-merge1.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-merge2 Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm. 2006-12-26 14:17:48 +01:00
test-merge2.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-merge3 Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero. 2006-03-13 13:05:41 +01:00
test-merge3.out transitive copy/rename 2006-02-18 07:37:59 -08:00
test-merge4 deprecate 'update -m'. use 'merge' instead. 2006-05-14 21:07:34 -07:00
test-merge4.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-merge5 update: no -C needed to switch branches without outstanding changes 2008-03-22 13:30:08 -05:00
test-merge5.out Fix missing space in one of the new update messages. 2008-03-24 20:28:13 +01:00
test-merge6 test-merge6: avoid a shell script 2007-03-27 01:41:18 -03:00
test-merge6.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-merge7 make commit fail when committing unresolved files 2008-08-13 20:18:40 -05:00
test-merge7.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-merge8 Test for 1de7d8df2123 (update dirstate correctly for non-branchmerge updates) 2006-10-14 10:53:29 +02:00
test-merge8.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-merge9 resolve: keep .orig files 2009-03-16 16:58:41 -05:00
test-merge9.out resolve: keep .orig files 2009-03-16 16:58:41 -05:00
test-merge10 tests: add merge test for changeset 32f6be9c37df 2007-06-23 22:43:46 -05:00
test-merge10.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-merge-commit change tests to use simplemerge by default 2007-04-16 20:17:39 -03:00
test-merge-commit.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-merge-default improve error message for 'hg merge' when repo already at branchtip 2007-08-25 11:30:11 +02:00
test-merge-default.out merge: only in-branch merges can be implicit 2008-06-23 15:02:52 +02:00
test-merge-force merge: require --force when there are deleted files 2008-03-14 09:56:58 -03:00
test-merge-force.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-merge-internal-tools-pattern test-merge-internal-tools-pattern: make executable 2008-04-14 23:21:27 +02:00
test-merge-internal-tools-pattern.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-merge-local change tests to use simplemerge by default 2007-04-16 20:17:39 -03:00
test-merge-local.out resolve: new command 2008-04-11 12:52:56 -05:00
test-merge-prompt Tests for 2d14cb7e2a9e and a60a6bd11ed6 (interactive prompts during merge) 2007-12-27 13:39:03 +01:00
test-merge-prompt.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-merge-remove revert: update state of files in the "checkout" list 2008-03-18 04:07:39 -03:00
test-merge-remove.out lookup: optimize '.' 2008-06-25 17:33:34 -05:00
test-merge-revert change tests to use simplemerge by default 2007-04-16 20:17:39 -03:00
test-merge-revert2 run-tests.py: pass -L/--label to simplemerge 2007-04-28 17:55:45 -03:00
test-merge-revert2.out resolve: new command 2008-04-11 12:52:56 -05:00
test-merge-revert.out merge: if filemerge skips merge, report as updated 2006-10-15 16:18:09 -05:00
test-merge-symlinks tests: Windows compatibility fixes 2008-10-12 19:11:59 +02:00
test-merge-symlinks.hg Test workingctx exec/link bit for copies. 2007-10-07 15:13:50 +02:00
test-merge-symlinks.out Test workingctx exec/link bit for copies. 2007-10-07 15:13:50 +02:00
test-merge-tools test-merge-tool: Make sure no hgmerge can be found in $PATH 2009-02-10 22:47:38 +01:00
test-merge-tools.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-merge-types Use skipped: instead of hghave: for skipping tests, use this in test-merge-types 2007-12-21 21:50:19 +01:00
test-merge-types.out ui: log non-interactive default response to stdout when verbose 2008-11-07 10:27:39 +01:00
test-mq mq: allow qpop if popped revisions are not working dir parents 2009-01-12 09:07:02 +01:00
test-mq-caches store all heads of a branch in the branch cache 2009-01-14 21:47:38 -05:00
test-mq-caches.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-guards fancyopts: Parse options that occur after arguments. 2009-02-10 13:26:00 -06:00
test-mq-guards.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-header-date test-mq-header: don't fail with different patch(1) 2008-01-08 06:56:21 +03:00
test-mq-header-date.out mq: make qnew patch format consistent with qrefresh (issue1457) 2009-01-12 09:12:35 +01:00
test-mq-header-from mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-header-from.out mq: make qnew patch format consistent with qrefresh (issue1457) 2009-01-12 09:12:35 +01:00
test-mq-merge test-mq-merge: test mq merge and explicit patch queue 2008-05-24 18:11:34 +02:00
test-mq-merge.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-missingfiles test-mq-missing: add test for directory creation on git copy 2008-12-11 22:59:35 +01:00
test-mq-missingfiles.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-pull-from-bundle test-mq-pull-from-bundle: don't print the contents of $HGRCPATH 2008-02-21 16:22:31 -03:00
test-mq-pull-from-bundle.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-qclone-http hgweb: mq repos should be in non-recursive collections, too 2008-12-19 18:24:49 +01:00
test-mq-qclone-http.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-qdelete make test-mq-qdelete work reliably (issue1180) 2008-09-10 17:55:49 +02:00
test-mq-qdelete.out mq: handle empty patches more gracefully (issue1501) 2009-02-16 17:37:23 -06:00
test-mq-qdiff mq: qdiff: support all diffopts 2008-06-12 07:38:15 -05:00
test-mq-qdiff.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-qgoto mq: don't warn about ambiguous patch name when using patch index (issue1439) 2009-01-06 10:30:22 +01:00
test-mq-qgoto.out mq: don't warn about ambiguous patch name when using patch index (issue1439) 2009-01-06 10:30:22 +01:00
test-mq-qimport Catch both IOError and OSError, fix regression introduced by 0018648194a9 2008-11-26 18:23:35 +01:00
test-mq-qimport.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-qnew mq: use cmdutil.matchfiles instead of match for qnew -f. 2008-10-30 12:38:24 -07:00
test-mq-qnew.out mq: make qnew patch format consistent with qrefresh (issue1457) 2009-01-12 09:12:35 +01:00
test-mq-qpush-fail mq: test that qpush cleans things up when it fails 2007-06-21 00:34:14 -03:00
test-mq-qpush-fail.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-qrefresh mq: drop copy records when refreshing regular patches (issue1441) 2009-01-04 21:32:40 +01:00
test-mq-qrefresh-replace-log-message mq: fix qrefresh -e with no patches applied 2007-09-24 19:00:11 -03:00
test-mq-qrefresh-replace-log-message.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq-qrefresh.out mq: drop copy records when refreshing regular patches (issue1441) 2009-01-04 21:32:40 +01:00
test-mq-qrename test-mq-qrename: test added patch renaming 2008-06-06 18:23:33 +02:00
test-mq-qrename.out test-mq-qrename: test added patch renaming 2008-06-06 18:23:33 +02:00
test-mq-qsave Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc 2006-08-22 10:08:42 +02:00
test-mq-qsave.out Add basic qsave/qrestore test. 2006-08-07 14:48:24 -07:00
test-mq-safety mq: pop/refresh: avoid losing revisions not managed by mq 2008-02-03 21:03:46 -02:00
test-mq-safety.out mq: allow qpop if popped revisions are not working dir parents 2009-01-12 09:07:02 +01:00
test-mq-strip mq: don't update the working copy on strip if parents aren't stripped 2008-06-03 12:10:14 +02:00
test-mq-strip.out mq: don't update the working copy on strip if parents aren't stripped 2008-06-03 12:10:14 +02:00
test-mq-symlinks patch: handle git patches that remove symlinks (issue1438) 2008-12-14 23:04:29 -08:00
test-mq-symlinks.out mq: lowercase output 2009-01-03 17:15:21 +01:00
test-mq.out mq: handle empty patches more gracefully (issue1501) 2009-02-16 17:37:23 -06:00
test-mv-cp-st-diff copies: skip directory rename checks when not merging 2008-03-29 12:39:47 -05:00
test-mv-cp-st-diff.out copies: skip directory rename checks when not merging 2008-03-29 12:39:47 -05:00
test-nested-repo path_auditor: cache names of audited directories 2007-08-18 21:36:10 -03:00
test-nested-repo.out path_auditor: cache names of audited directories 2007-08-18 21:36:10 -03:00
test-newbranch store all heads of a branch in the branch cache 2009-01-14 21:47:38 -05:00
test-newbranch.out store all heads of a branch in the branch cache 2009-01-14 21:47:38 -05:00
test-newcgi Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00
test-newcgi.out CGI compatibility fix for 77bd163fb48d. 2007-12-01 18:26:27 +01:00
test-newercgi Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00
test-newercgi.out CGI compatibility fix for 77bd163fb48d. 2007-12-01 18:26:27 +01:00
test-no-symlinks Hide absolute path from test-no-symlinks output. 2007-08-11 12:36:04 +02:00
test-no-symlinks.hg test-no-symlinks: rename .bundle into .hg for consistency. 2007-08-09 23:14:50 +02:00
test-no-symlinks.out test-no-symlinks: fix unbundle output 2008-01-18 23:59:40 +01:00
test-non-interactive-wsgi Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00
test-non-interactive-wsgi.out send conservatively capitalized HTTP headers 2008-01-23 14:28:25 +01:00
test-notify notify: fix neglect of custom headers set via template 2009-01-15 01:38:52 +01:00
test-notify-changegroup tests: add test for notify extension as changegroup hook 2008-09-18 13:55:58 +02:00
test-notify-changegroup.out tests: add test for notify extension as changegroup hook 2008-09-18 13:55:58 +02:00
test-notify.out notify: fix neglect of custom headers set via template 2009-01-15 01:38:52 +01:00
test-oldcgi Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00
test-oldcgi.out Fix new tests to be better. In particular, fix webraw test to 2006-06-30 08:45:52 -07:00
test-parentrevspec commit: when committing the results of a merge, it's all or nothing 2008-03-24 15:36:56 -07:00
test-parentrevspec.out Add parentrevspec extension 2007-08-17 17:33:27 -03:00
test-parents Test parents behaviour with files. 2007-09-11 23:05:30 +02:00
test-parents.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-parse-date Add tests for the fixes to issue1014 (fractional timezones) 2008-03-12 22:20:10 +01:00
test-parse-date.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-parseindex add __len__ and __iter__ methods to repo and revlog 2008-06-26 14:35:50 -05:00
test-parseindex2.py Add parseindex2.py test case 2008-10-17 01:05:10 +02:00
test-parseindex2.py.out Add parseindex2.py test case 2008-10-17 01:05:10 +02:00
test-parseindex.out add test for revlog.parseindex 2006-05-14 18:37:50 -03:00
test-patch Add tests for ui.patch regression. 2007-06-20 23:32:31 +02:00
test-patch.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-patchbomb python implementation of diffstat 2008-12-25 10:48:24 +02:00
test-patchbomb.out python implementation of diffstat 2008-12-25 10:48:24 +02:00
test-paths Simplify test-paths 2008-01-25 16:18:00 -08:00
test-paths.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-permissions test-permission: put sane permissions at the end of the test 2008-10-18 20:47:47 +02:00
test-permissions.out dirstate.walk: skip unreadable directories (issue1213) 2008-10-15 14:52:27 +02:00
test-profile test-profile: fix grep, check hotshot availability 2007-08-14 18:53:45 +02:00
test-profile.out Test --time, --profile and --lsprof 2007-08-14 16:27:35 +02:00
test-pull Allow tests to run in parallel. 2007-10-05 12:17:01 -07:00
test-pull-branch test-pull-branch: make it executable 2008-11-15 15:09:11 +01:00
test-pull-branch.out pull: update to branch tip if there is only one head on the current branch 2008-11-14 14:36:17 +01:00
test-pull-http tests: use killdaemons.py in test-pull-http 2009-01-03 20:20:40 +01:00
test-pull-http.out hgweb: send HTTP unauthorized error when denying pull 2009-01-03 20:50:06 +01:00
test-pull-permission switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-pull-permission.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-pull-pull-corruption Added test cases for repo corruption fixed in e2b47039575f (issue132) 2006-02-22 07:45:14 +01:00
test-pull-pull-corruption2 Wait for first pull to be completed before doing verify. 2006-06-28 12:29:48 +02:00
test-pull-pull-corruption2.out Show repo's revlog format on verify only if it doesn't match the default format. 2006-04-28 21:52:08 +02:00
test-pull-pull-corruption.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-pull-r commands: fix shadowed repo module 2008-03-30 20:18:40 +02:00
test-pull-r.out commands: fix shadowed repo module 2008-03-30 20:18:40 +02:00
test-pull-update Update on pull -u when heads were closed (fixes issue666). 2007-08-06 20:25:50 +02:00
test-pull-update.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-pull.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-purge purge: cleanup 2008-06-26 18:44:54 -05:00
test-purge.out purge: cleanup 2008-06-26 18:44:54 -05:00
test-push-hook-lock Create local ui object per repository, so .hg/hgrc don't get mixed. 2006-03-06 17:47:41 +01:00
test-push-hook-lock.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-push-http tests: easier hg serve error diagnosis 2008-02-23 11:18:34 +01:00
test-push-http.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-push-r switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-push-r.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-push-warn fix calculation of new heads added during push with -r 2006-12-17 05:00:22 +01:00
test-push-warn.out push: use the fast changegroup() path on push 2008-12-02 19:36:43 +01:00
test-qrecord Removed trailing spaces from everything except test output 2008-03-07 00:24:36 +01:00
test-qrecord.out help: show extension commands in short list, separate extension list in help 2008-10-21 11:29:27 +02:00
test-race dirstate: refactor granularity code, add a test 2008-03-20 13:53:59 -05:00
test-race.out dirstate: refactor granularity code, add a test 2008-03-20 13:53:59 -05:00
test-rawcommit1 make manifest friendlier 2006-11-30 22:38:48 -06:00
test-rawcommit1.out Display symlink or executable bit with manifest -v 2007-10-06 22:30:22 +02:00
test-rebase-abort Debashify rebase tests 2008-08-19 18:07:26 -07:00
test-rebase-abort.out Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebase-collapse rebase: avoid redundant merges (issue1301) 2008-09-16 17:51:14 +02:00
test-rebase-collapse.out rebase: avoid redundant merges (issue1301) 2008-09-16 17:51:14 +02:00
test-rebase-conflicts rebase: avoid redundant merges (issue1301) 2008-09-16 17:51:14 +02:00
test-rebase-conflicts.out rebase: avoid redundant merges (issue1301) 2008-09-16 17:51:14 +02:00
test-rebase-interruptions Debashify rebase tests 2008-08-19 18:07:26 -07:00
test-rebase-interruptions.out Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebase-issue-noparam-single-rev Debashify rebase tests 2008-08-19 18:07:26 -07:00
test-rebase-issue-noparam-single-rev.out Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebase-keep-branch rebase: add support to keep branch names 2008-11-18 21:46:01 -06:00
test-rebase-keep-branch.out rebase: add support to keep branch names 2008-11-18 21:46:01 -06:00
test-rebase-mq test-rebase-mq: '|' is a GNU sed extension, unfold it 2008-08-24 19:24:47 +02:00
test-rebase-mq-skip Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebase-mq-skip.out Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebase-mq.out Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebase-parameters rebase: disable rollback after rebasing 2008-10-18 17:00:28 +02:00
test-rebase-parameters.out rebase: add support to keep branch names 2008-11-18 21:46:01 -06:00
test-rebase-pull rebase: pull --rebase updates if there is nothing to rebase 2009-01-18 19:59:51 +01:00
test-rebase-pull.out rebase: pull --rebase updates if there is nothing to rebase 2009-01-18 19:59:51 +01:00
test-rebase-scenario-global Debashify rebase tests 2008-08-19 18:07:26 -07:00
test-rebase-scenario-global.out Add rebase extension 2008-08-18 21:16:31 +02:00
test-rebuildstate tests: make test-rebuildstate repeatable 2008-03-21 15:57:22 -05:00
test-rebuildstate.out tests: make test-rebuildstate repeatable 2008-03-21 15:57:22 -05:00
test-record record: do not lose permission changes on commit 2009-01-27 09:58:48 -06:00
test-record.out record: do not lose permission changes on commit 2009-01-27 09:58:48 -06:00
test-remove test-remove: make tests really pass 2008-03-23 01:13:56 +01:00
test-remove.out remove: work directly off status 2008-06-27 14:53:30 -05:00
test-rename copy: if destination ends with "/", make sure it's a directory 2007-09-24 19:00:11 -03:00
test-rename-after-merge Fix a corner case when committing a rename after a merge (issue1476) 2009-01-25 18:55:29 +01:00
test-rename-after-merge.out Fix a corner case when committing a rename after a merge (issue1476) 2009-01-25 18:55:29 +01:00
test-rename-dir-merge rename: add test for moving untracked files in directories 2007-12-01 12:54:34 -06:00
test-rename-dir-merge2 merge: fix renaming of subdirectories under renamed directories 2007-02-27 16:20:06 -06:00
test-rename-dir-merge2.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-rename-dir-merge.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-rename-merge1 switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
test-rename-merge1.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-rename-merge2 Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-rename-merge2.out merge: mark kept local files as readded on linear update (issue539) 2009-02-15 10:50:48 -06:00
test-rename.out copy: handle rename internally 2007-12-07 02:29:55 -06:00
test-requires add "requires" file to the repo, specifying the requirements 2006-12-10 00:06:59 +01:00
test-requires.out add "requires" file to the repo, specifying the requirements 2006-12-10 00:06:59 +01:00
test-resolve reset mergestate after commit 2008-12-25 10:42:01 +01:00
test-resolve.out merge: better error messages to lead users to hg update --clean to abandon merges. 2009-03-04 13:06:16 -06:00
test-revert status: put added files that have disappeared in the deleted list 2008-02-14 18:08:16 -02:00
test-revert-flags revert: revert clean files when only a change of flags is needed 2008-02-08 18:07:55 -02:00
test-revert-flags.out revert: revert clean files when only a change of flags is needed 2008-02-08 18:07:55 -02:00
test-revert-unknown revert: require --all to revert all files. 2006-08-21 09:44:52 -07:00
test-revert-unknown.out small changes to revert command. 2006-04-03 10:02:09 -07:00
test-revert.out walk: remove more old badmatch logic 2008-05-12 11:37:08 -05:00
test-revlog-ancestry.py strip trailing whitespace, replace tabs by spaces 2008-08-21 11:35:17 +02:00
test-revlog-ancestry.py.out Add ancestors and descendants to revlog 2008-07-19 18:19:50 +02:00
test-revlog-packentry revlog: fix revlogio.packentry corner case 2007-09-26 01:58:45 -03:00
test-revlog-packentry.out warn about new heads on commit (issue842) 2008-03-21 11:06:02 +01:00
test-rollback Do not abort rollback if undo.branch isn't available, but warn. 2008-02-09 19:39:01 +01:00
test-rollback.out Do not abort rollback if undo.branch isn't available, but warn. 2008-02-09 19:39:01 +01:00
test-serve tests: easier error diagnostics for test-serve 2008-04-03 12:46:37 +02:00
test-serve.out tests: easier error diagnostics for test-serve 2008-04-03 12:46:37 +02:00
test-simple-update make manifest friendlier 2006-11-30 22:38:48 -06:00
test-simple-update.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-simplemerge-cmd Use python instead of shell printf with \x for test-simplemerge-cmd 2007-04-19 12:47:55 +02:00
test-simplemerge-cmd.out Remove trailing spaces 2007-08-07 10:24:33 +02:00
test-simplemerge.py Remove unused imports 2008-03-06 22:23:41 +01:00
test-simplemerge.py.out actually port simplemerge to hg 2007-04-16 20:17:39 -03:00
test-ssh hook.py: fix redirections introduced by 59a5ced38398 2008-03-14 21:57:46 -03:00
test-ssh-clone-r test-ssh-clone-r: avoid a shell script 2007-03-27 01:41:23 -03:00
test-ssh-clone-r.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-ssh.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-static-http Autodetect static-http 2008-10-22 15:41:32 -05:00
test-static-http.out Autodetect static-http 2008-10-22 15:41:32 -05:00
test-status tests: remove some unnecessary sleeps 2008-03-20 14:14:15 -05:00
test-status-color color: Add tests for colorized diff and status output. 2008-12-02 10:13:52 -06:00
test-status-color.out color: Add tests for colorized diff and status output. 2008-12-02 10:13:52 -06:00
test-status.out 'hg status -q' output skips non-tracked files. 2008-03-01 22:30:03 +01:00
test-strict Make test-strict append to $HGRCPATH, like other tests do since e6e7d87cb388. 2006-08-22 10:20:21 +02:00
test-strict.out update test output 2007-12-02 16:26:56 -06:00
test-strip-cross fix test-strip-cross on solaris 2008-01-21 13:37:27 -02:00
test-strip-cross.out test-strip-cross: test handling of linkrev crosses in the manifest 2008-01-20 08:12:07 -02:00
test-symlink-addremove addremove: correctly handle intermediate symlinks 2008-05-07 14:32:00 +04:00
test-symlink-addremove.out addremove: correctly handle intermediate symlinks 2008-05-07 14:32:00 +04:00
test-symlink-basic Fix issue995 (copy --after and symlinks pointing to a directory) 2008-03-14 10:32:19 -03:00
test-symlink-basic.out Fix issue995 (copy --after and symlinks pointing to a directory) 2008-03-14 10:32:19 -03:00
test-symlink-os-yes-fs-no.py test symlinks on symlink-capable os but non-capable filesystem (issue1149) 2008-07-31 22:41:19 +03:00
test-symlink-os-yes-fs-no.py.out test symlinks on symlink-capable os but non-capable filesystem (issue1149) 2008-07-31 22:41:19 +03:00
test-symlink-root test-symlink-basic: require symlinks availability 2007-07-15 14:09:56 +02:00
test-symlink-root.out Fix accessing the repo through a symlink. 2007-02-15 05:18:23 -02:00
test-symlinks patch: add git symlink support 2007-08-04 23:07:52 -07:00
test-symlinks.out clone: print "updating working directory" status message 2008-03-21 14:52:24 +01:00
test-tag tag: allow multiple tags to be added or removed 2008-03-14 15:38:56 -07:00
test-tag.out tag: force load of tag cache 2009-03-02 19:19:09 -06:00
test-tags Add --verbose support to tags command. 2007-12-09 17:14:38 +09:00
test-tags.out tag: force load of tag cache 2009-03-02 19:19:09 -06:00
test-transplant localrepo: fix partial merge test (issue 1111) 2008-05-28 22:45:07 +02:00
test-transplant.out i18n: avoid naive plural tricks 2008-08-31 16:12:02 +02:00
test-trusted.py tests/*: avoid losing the original settings from $HGRCPATH 2007-11-09 20:21:35 -02:00
test-trusted.py.out save settings from untrusted config files in a separate configparser 2006-10-26 19:25:45 +02:00
test-ui-config dispatch: move command dispatching into its own module 2007-08-15 16:55:13 -05:00
test-ui-config.out Catch illegal boolean values in hgrc nicely. 2007-06-26 20:37:15 +02:00
test-ui-verbosity tests/*: avoid losing the original settings from $HGRCPATH 2007-11-09 20:21:35 -02:00
test-ui-verbosity.out update ui.quiet/verbose/debug/interactive every time the config changes 2006-10-10 18:43:20 -03:00
test-unrelated-pull update test for unrelated repo. 2006-03-14 23:00:45 -08:00
test-unrelated-pull.out Fix up parent display in logging 2006-11-07 14:04:15 -06:00
test-up-issue1456 merge: fix execute bit update issue introduced by db8aabe14ff1 2009-01-13 22:41:06 +01:00
test-up-issue1456.out merge: fix execute bit update issue introduced by db8aabe14ff1 2009-01-13 22:41:06 +01:00
test-up-local-change Kill trailing spaces 2007-06-21 09:25:49 +02:00
test-up-local-change.out merge: introduce mergestate 2008-04-10 15:02:24 -05:00
test-update-reverse Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero. 2006-03-13 13:05:41 +01:00
test-update-reverse.out Sort removes first when applying updates (fixes issues 750 and 912) 2008-07-01 17:59:31 +01:00
test-url-rev pull -u: if "url#rev" was given, update to rev 2007-08-27 01:44:35 -03:00
test-url-rev.out clone: honor -r even when pulling named branches 2008-09-24 13:10:09 +02:00
test-username-newline forbid username with '\n' at the changelog level 2008-09-13 17:46:09 +02:00
test-username-newline.out forbid username with '\n' at the changelog level 2008-09-13 17:46:09 +02:00
test-verify raise RevlogError when parser can't parse the revlog index 2009-04-06 19:48:11 +02:00
test-verify.out raise RevlogError when parser can't parse the revlog index 2009-04-06 19:48:11 +02:00
test-walk Merge with crew-stable 2008-02-08 18:31:55 -02:00
test-walk.out audit: be even pickier (issue1450) 2009-03-04 17:02:16 -06:00
test-walkrepo.py Merge with crew-stable 2008-12-10 00:29:10 +01:00
test-webraw hgweb: Quote filenames when downloading raw files. 2008-02-16 18:12:30 +01:00
test-webraw.out hgweb: Quote filenames when downloading raw files. 2008-02-16 18:12:30 +01:00
test-win32text Make it possible to disable filtering for a pattern. 2008-10-14 21:28:49 +02:00
test-win32text.out Make it possible to disable filtering for a pattern. 2008-10-14 21:28:49 +02:00
tinyproxy.py http: fix many problems with url parsing and auth. added proxy test. 2006-05-22 15:42:49 -07:00

To run the tests, do:

cd tests/
python run-tests.py

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