Fix DeprecationWarnings in dulwich about sha.
Updated test expectations.
Merge with Scott.
Warn, but don't fail when bookmarks is not enabled.
git-daemon is really git daemon now.
Add a basic test for cloning.
Makefile to ease running of tests.
Fix non-ssh URI parsing.
Slightly modified run-tests.py so that tests can run self-contained.
Add a check to the clone test for the bookmark we expect.
Add failing test for file removals.
Another way of fixing no-bookmark issue, along with updated test.
Fix single test running.
Hacky implementation of file removals.
Merge with Scott
Start using reasonable ui.{status,debug,warn} calls instead of print.
Fix execute bit on tests.
tests: Work around a bug in certain git versions on OS X.
hgrepo: fix bad import of weakref
tests: work around output changes in newer git versions
Merge with abderrahim's changes.
Add some better help.
Added tag 0.1.0 for changeset 505d7cdca198
Merge test fixes.
Updated readme with more complete author list and some corrected docs.
tests: Fix tests with new repo layout.
Merge with abderrahim.
tests: inline unit tests into main test suite
tests: update test expectations for hg change a3d73b3e1f8a
setup: bump to 0.2.0
git_handler: update for slight API change in bookmarks
Added tag 0.2.0 for changeset 77d6c9eb02fb
tests: update some test expectations
setup: bump to 0.2.1
Added tag 0.2.1 for changeset 21ead8190d9c
init: whitespace cleanup
init: strip .git for default clone destination for git sources
git_handler: slight style cleanup
test-git-workflow: work around git output format change
tests: fix for new sorting of extra in hg and new topological sort
git_handler: use progress API instead of reinventing the wheel
tests: missed some hash changes last time around
git_handler: 80 columns cleanup
git_handler: fix % formatting in ref errors.
hggit: don't wrap gitrepo with hgrepo
pull: fail more gracefully if revisions have been stripped
tests: many, many changes so we never push into a checked-out ref
pull: make it possible to un-wedge the repo after stripping git revs
test-hg-branch: sed hashes from hg < 1.5
Various hg 1.4 compat fixes.
hggit: defend against exceptions when pulling with -r
Merge debug message fix.
Merge test fix.
Merge style fix
git_handler: prefer () continuation to \ continuation.
setup.py: depend on dulwich 0.5.1 or later
Un-break hg 1.3 by adding a compat layer for progress.
Require dulwich 0.6.0
Bump version 0.2.2
Added tag 0.2.2 for changeset a222399a59d7
push: handle argspec change from e43c23d189a5
Cope with tags being sorted (hg cset c7dbd6c4877a) by backporting that behavior
Merge fix from Benoit Allard
Merge documentation of in-tree and cleanup of the variable.
Merge README cleanups.
README: remove outdated status, update version requirements.
README: 80 columns cleanup.
README: remove defunct Author list, use {hg,git} log to find out.
test-pull-after-strip: discared new backup message from strip
Add just enough code to handle changes to cset discovery.
hgrepo: pass through newbranch arg if pushing to hg
test-url-parsing: defend against changes in dulwich
gitrepo: update for pushable bookmarks
Bump version to 0.2.3
Added tag 0.2.3 for changeset 5d39b98e5083
test-git-submodules: update for git output format change
findoutgoing: update wrapper for hg change 98c874a929f1
findoutgoing: more flexible wrapper function that should be more portable
Makefile: add target for testing against many hg versions at once
tests: import test-push-r (with slight changes) from Mercurial
Merge version fixes with new tests that identify the breakage.
setup: bump version number
Added tag 0.2.4 for changeset b53421918a89
demandimport: defend against collections breakage in new dulwich
Makefile: add .PHONY so tests will run correctly
Added tag 0.2.5 for changeset bc72dd89c2c9
test-git-workflow: mark git repo as not bare so we can do commits
hgrepo: completely rework handing of remote refs marking
Fix bug where remote ref map wrote out binary nodes.
tests: also test against hg 1.7.2
git_handler: update ctx label handling for bookmarks in core
setup.py: bump to version 0.2.6
Added tag 0.2.6 for changeset 46d390f404da
Merge spaces in tags fix.
tests: use run-tests.py's built-in daemon killing
git_handler: support versions of hg without bookmarks
url wasn't ever published as url.url, and is now util.url
Cope with new discovery code without crashing.
tests: cope with output format changes in hg 1.8
tests: update expectations after message cleanups