Skip to content
Snippets Groups Projects
user avatar
Peter Arrenbrecht authored
This speeds up the in-memory version of debugbuilddag that I'm
working on considerably for the case where we want to build just
a 00changelog.i (for discovery tests, for instance).

There are a couple of test changes because node ids in tests
have changed.

The changes to the patch names in test-mq-qdelete.t were required
because they could collide with nodeid abbreviations and newly
actually do (patch "c" collides with id "cafe..." for patch "b").
301725c3
History
Name Last commit Last update
..
blacklists
bundles
gpg
svn
README
autodiff.py
binfile.bin
bzr-definitions
cgienv
filtercr.py
filterpyflakes.py
get-with-headers.py
hghave
killdaemons.py
md5sum.py
notcapable
printenv.py
readlink.py
revlog-formatv0.py
run-tests.py
sitecustomize.py
svn-safe-append.py
test-1102.t
test-1993.t
test-586.t
test-abort-checkin.t
test-acl.t
test-add.t
test-addremove-similar.t
test-addremove.t
test-alias.t
test-annotate.t
test-archive-symlinks.t
test-archive.t
test-atomictempfile.py
test-atomictempfile.py.out
test-audit-path.t
test-backout.t
test-backwards-remove.t
test-bad-extension.t
test-bad-pull.t
test-basic.t
test-bdiff.py
test-bdiff.py.out
test-bheads.t
test-bisect.t
test-bisect2.t
test-bookmarks-current.t
test-bookmarks-pushpull.t
test-bookmarks-rebase.t
test-bookmarks-strip.t
test-bookmarks.t
test-branch-option.t
test-branch-tag-confict.t
test-branches.t
test-bundle-r.t
test-bundle-type.t
test-bundle-vs-outgoing.t
test-bundle.t
test-casecollision.t
test-casefolding.t
test-cat.t
test-changelog-exec.t
test-check-code-hg.py
test-check-code.t
test-check-pyflakes.t
test-children.t
test-churn.t
test-clone-cgi.t
test-clone-failure.t
test-clone-pull-corruption.t
test-clone-r.t
test-clone-update-order.t
test-clone.t
test-command-template.t
test-commit-copy.t
test-commit-multiple.t
test-commit-unresolved.t
test-commit.t
test-committer.t
test-config-case.t
test-conflict.t
test-confused-revert.t
test-context.py
test-context.py.out
test-contrib.t
test-convert-authormap.t
test-convert-baz
test-convert-baz.out
test-convert-bzr-114.t
test-convert-bzr-directories.t
test-convert-bzr-ghosts.t
test-convert-bzr-merges.t
test-convert-bzr-treeroot.t
test-convert-bzr.t
test-convert-clonebranches.t
test-convert-cvs-branch.t
test-convert-cvs-detectmerge.t
test-convert-cvs-synthetic.t
test-convert-cvs.t
test-convert-cvsnt-mergepoints.rlog
test-convert-cvsnt-mergepoints.t
test-convert-darcs.t
test-convert-datesort.t
test-convert-filemap.t
test-convert-git.t
test-convert-hg-sink.t
test-convert-hg-source.t
test-convert-hg-startrev.t
test-convert-hg-svn.t
test-convert-mtn-rename-directory.out
test-convert-mtn.t
test-convert-p4
test-convert-p4-filetypes
test-convert-p4-filetypes.out
test-convert-p4.out
test-convert-splicemap.t
test-convert-svn-branches.t
test-convert-svn-encoding.t
test-convert-svn-move.t
test-convert-svn-sink.t
test-convert-svn-source.t
test-convert-svn-startrev.t
test-convert-svn-tags.t
test-convert-tagsbranch-topology.t
test-convert-tla.t
test-convert.t
test-copy-move-merge.t
test-copy.t
test-copy2.t
test-custom-filters.t
test-debugbuilddag.t
test-debugbundle.t
test-debugcomplete.t
test-debugindexdot.t
test-debugrename.t
test-default-push.t
test-demandimport.py
test-demandimport.py.out
test-diff-binary-file.t
test-diff-change.t
test-diff-color.t
test-diff-copy-depth.t
test-diff-hashes.t
test-diff-ignore-whitespace.t
test-diff-issue2761.t
test-diff-newlines.t
test-diff-reverse.t
test-diff-subdir.t
test-diff-unified.t
test-diff-upgrade.t
test-diffdir.t
test-diffstat.t
test-dirstate-race.t
test-dirstate.t
test-dispatch.py
test-dispatch.py.out
test-dispatch.t
test-doctest.py
test-double-merge.t
test-empty-dir.t
test-empty-file.t
test-empty-group.t
test-empty.t
test-encode.t
test-encoding-align.t
test-encoding.t
test-eol-add.t
test-eol-clone.t
test-eol-hook.t
test-eol-patch.t
test-eol-tag.t
test-eol-update.t
test-eol.t
test-eolfilename.t
test-excessive-merge.t
test-execute-bit.t
test-export.t
test-extdiff.t
test-extension.t
test-extra-filelog-entry.t
test-fetch.t
test-filebranch.t
test-filelog
test-filelog.out
test-flags.t
test-fncache.t
test-gendoc.t
test-getbundle.t
test-git-export.t
test-git-import.t
test-globalopts.t
test-glog.t
test-gpg.t
test-grep.t
test-hardlinks.t
test-help.t
test-hg-parseurl.py
test-hg-parseurl.py.out
test-hgcia.t
To run the tests, do:

cd tests/
python run-tests.py

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