sapling/hggit
David M. Carr 727eff8e96 outgoing: don't delete remote refs
There was a bug introduced in fa5f235be2cd such that calling hg outgoing on
a Git repository would result in all refs being deleted from the remote
repository (with the possible exception of the currently checked out branch).
It wasn't noticed before because the existing test for outgoing didn't actually
verify the refs on the remote.  This changeset fixes the bug, as well as adding
test coverage to allow verifying that the fix works.
2012-09-27 22:32:01 -04:00
..
help docs: update to correctly reflect that local git repositories are supported 2012-09-13 20:57:37 -04:00
__init__.py outgoing: re-introduce support for outgoing 2012-09-13 18:47:11 -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 outgoing: don't delete remote refs 2012-09-27 22:32:01 -04:00
gitrepo.py girepo: add _capabilities method expected after the peer refactor 2012-07-26 18:58:18 -05:00
hgrepo.py push: return 1 if no changes found, 0 if success 2012-09-05 23:27:31 -04:00
overlay.py overlaymanifest: add the withflags method introduced in hg change 3f7abfd06d2d 2012-07-26 18:59:19 -05:00
util.py submodules: only use the ordereddict backport if collections.OrderedDict is unavailable 2012-08-28 09:09:01 -05:00