tests: tweak which hg versions run test-pull-after-strip
tests: fix test-merge and test-octopus
tests: remove hg 1.4.3 from make all-version-tests
tests: fix for hg 1.5.4
tests: update versions included in make all-version-tests
makefile: document all-version-tests intentions
help: add additional help topics
templatekw: add support for gitnode template keyword
revsets: add fromgit and gitnode selectors
tests: fix exec mode on test-help and test-keywords
makefile: add update support from hg 2.3 to hg 2.3.1
makefile: remove support for hg 1.6.4
push: return 1 if no changes found, 0 if success
push: state when no changes are found
push: only output updated refs
overlaychangectx: fix compatibility with mercurial 2.4-rc (no attribute _repo)
git_handler: add bookmark compatibility with new bmstore (issue #60)
tests: upgrade run-tests.py
readme: update supported versions in README.md
tests: unify test-keywords
tests: unify test-conflict-1
tests: unify test-conflict-2
tests: unify test-convergedmerge
tests: unify test-empty-working-tree
tests: unify test-file-removal
tests: unify test-git-clone
tests: unify test-git-submodules
tests: unify test-git-workflow
tests: unify test-hg-author
tests: unify test-hg-branch
tests: unify test-incoming
tests: unify test-merge
tests: unify test-octopus
tests: unify test-pull
tests: unify test-pull-after-strip
tests: unify test-push
tests: unify test-push-r
tests: unify test-sane-without-bookmarks
tests: unify test-tree-decomposition
tests: unify test-encoding
tests: make test-subrepos executable
dulwich: require 0.8.6 or greater
makefile: remove support for hg before 1.9.3
outgoing: re-introduce support for outgoing
tests: unify test-outgoing
tests: drop test-sane-without-bookmarks
readme: remove references to bookmarks being optional
tests: remove configuration of bookmarks extension
tests: remove piping of command git init to remove leading path
tests: eliminate use of git-daemon
docs: update to correctly reflect that local git repositories are supported
tests: unify test-subrepos
tests: remove configuration of bookmarks extension from test-subrepos
tests: remove piping of command git init from test-subrepos
tests: remove use of git-daemon in test-subrepos
docs: include buglink
listkeys: simplify ref stripping expression
tests: add coverage for outgoing with no changes
pull: don't pull tags as bookmarks
peer: pass localrepo to new gitrepo instances
push: fix traceback when pushing empty hg repo to empty git repo (issue #58)
push: suppress ref output by default
tests: let git init create directories when applicable
tests: pull in hghave
push: change "no changes" default output to match normal mercurial
tests: add coverage for bookmark workflow comparison; cloning
gitrepo: initial support for listkeys
tests: extract extension configuration into a testutil library
tests: fix check for dulwich in test-subrepos.t
tests: add check for dulwich in test-url-parsing.py
outgoing: don't delete remote refs
tests: add workflow coverage for push with no changes
docs: include testedwith
tests: remove git-daemon check from test-subrepos.t
tests: uncomment calls to hghave git
tests: add coverage for outgoing with bookmark changes only
tests: extract commonly used commit/tag functions into testutil library
tests: fix test-subrepos.t sporadically failing
push: suppress "exporting hg objects to git" message
tests: rename test-pull.t to test-clone.t
tests: remove filterhash from test-incoming.t
tests: remove mercurial version check from test-incoming.t
push: provide better output about changed references (issue #64)
push: add more output about what was added (issue #64)
tests: avoid changing the current directory
tests: use fn_git_commit in test-encoding.t
tests: make test-encoding.t compatible with git 1.8.0
tests: convert echos to comments
tests: extract git command-line client and dulwich requirements into testutil
tests: remove mercurial version check from test-pull-after-strip.t
tests: add test for add of explicit path in sub...
add: support adding explicit files in subrepos
subrepo: update help for commit to reflect new ...
subrepo: improve help for git subrepo support
subrepo: improve help for svn subrepo support
forget: support forgetting explicit paths in su...
tests: add subrepo recursion tests for add/forg...
forget: fix subrepo recursion for explicit path...
formatter: add base implementation of data method
formatter: improve implementation of data method