sapling/hggit
Gregory Szorc c0465bda87 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.
2015-05-14 12:51:37 -07:00
..
help docs: update to correctly reflect that local git repositories are supported 2012-09-13 20:57:37 -04:00
__init__.py init: mark hg-git as compatible with Mercurial 3.4 2015-05-08 15:51:45 -07:00
_ssh.py ssh: move imports to top of file 2015-04-22 16:23:09 -07:00
compat.py hg2git: audit path components during export (CVE-2014-9390) 2014-11-23 19:06:21 -05:00
git2hg.py git2hg: update comment now that presence of hg fields is no longer a heuristic 2014-12-05 01:07:41 -08:00
git_handler.py git_handler: properly handle paths when files converge 2015-05-14 12:51:37 -07:00
gitdirstate.py gitdirstate: flake8 cleanup 2015-04-22 16:34:25 -07:00
gitrepo.py gitrepo: flake8 cleanups 2015-04-22 16:25:04 -07:00
hg2git.py hg2git: flake8 cleanup 2015-04-22 16:42:48 -07:00
hgrepo.py hgrepo: remove unused import 2015-04-22 16:21:51 -07:00
overlay.py overlay: adapt diff to work with lazymanifests 2015-05-08 16:00:45 -07:00
util.py util: flake8 cleanup 2015-04-22 16:27:13 -07:00
verify.py verify: flake8 cleanup 2015-04-22 16:31:11 -07:00