10dafbce66ff — sietse.brouwer default tip 9 years ago
README: add Compatibility, improve Installing
d153586c28f8 — Gregory Szorc 9 years ago
git_handler: properly handle paths when files converge

filectx.renamed() returns a 2-tuple or None. memfilectx.__init__ expects
the copied argument to be either None or a string. Before, we were
passing a 2-tuple, leading to the memfilectx storing the wrong type.
This eventually resulted in doing a key lookup against a manifest
with a 2-tuple, which made manifest.c throw an error.
286555803dae — Sean Farley 9 years ago
git_handler: update for bookmark changes in mercurial 3.5
d8ac1b54766b — Sean Farley 9 years ago
tests: update tests for new git output, sigh
Added tag 0.8.1 for changeset e6489cf3fe8c
setup: mark version as 0.8.1
49831f78c412 — Siddharth Agarwal 9 years ago
init: mark hg-git as compatible with Mercurial 3.4

Note that one test still fails with 3.4 -- however, it is a bug in core
Mercurial, only affects edge cases (broken symlinks) in the test, and is fixed
in upstream stable.
db308eba5251 — Siddharth Agarwal 9 years ago
overlaychangectx: use overlayrevlog logic to determine parents

The old logic was broken -- it didn't work at the boundary between hg and git
commits. The logic in overlayrevlog.parents handles that correctly.

This is the last fix required for Mercurial 3.4.
11ca21820a95 — Siddharth Agarwal 9 years ago
overlay: adapt diff to work with lazymanifests
5cc2ad8a162b — Siddharth Agarwal 9 years ago
test-bookmark-workflow: fix for Mercurial 3.4
pull: acquire wlock before lock to fix lock-checker warnings
431d5121528d — Sean Farley 9 years ago
overlay: flake8 cleanup
a1e47539644e — Sean Farley 9 years ago
overlay: remove method that apparenetly was never called

This method had a syntax error that would have caused a crash.
1959fd51ea12 — Sean Farley 9 years ago
hg2git: flake8 cleanup
0d258c2d0e91 — Sean Farley 9 years ago
gitdirstate: flake8 cleanup
54dd2b9bd68d — Sean Farley 9 years ago
verify: flake8 cleanup
29a0bf3e6d3b — Sean Farley 9 years ago
util: flake8 cleanup
5322f12e64ed — Sean Farley 9 years ago
gitrepo: flake8 cleanups
1b001f9df71b — Sean Farley 9 years ago
ssh: move imports to top of file
6a3c0c2b8245 — Sean Farley 9 years ago
hgrepo: remove unused import
Next