sapling/hggit
David M. Carr 7168922e8f gitrepo: initial support for listkeys
This changeset adds test coverage for comparing "hg outgoing -B" in normal
Mercurial usage with Hg-Git usage.  This didn't match, since previously, gitrepo
didn't provide a meaningful listkeys implementation.  Now, it does.

gitrepo now has access to a GitHandler when a localrepo is available.  This
handler is used to access the information needed to implement listkeys for
namespaces (currently, only bookmarks) and bookmarks.

A couple of other tests were testing "divergent bookmark" scenarios.  These
tests have been updated to filter out the divergent bookmark output, as it isn't
consistent across the supported Mercurial versions.
2012-10-25 20:49:08 -04:00
..
help docs: update to correctly reflect that local git repositories are supported 2012-09-13 20:57:37 -04:00
__init__.py peer: pass localrepo to new gitrepo instances 2012-10-25 19:54:05 -04:00
_ssh.py Create ssh subprocess with a shell command instead of an exec list 2010-12-25 23:49:16 +01:00
git_handler.py gitrepo: initial support for listkeys 2012-10-25 20:49:08 -04:00
gitrepo.py gitrepo: initial support for listkeys 2012-10-25 20:49:08 -04:00
hgrepo.py push: return 1 if no changes found, 0 if success 2012-09-05 23:27:31 -04:00
overlay.py gitrepo: initial support for listkeys 2012-10-25 20:49:08 -04:00
util.py submodules: only use the ordereddict backport if collections.OrderedDict is unavailable 2012-08-28 09:09:01 -05:00