sapling/edenscm/hgext/convert
Michael Devine 0f7ff848c2 Convert repo source: Fix getchanges() and some cleanup
Summary: We've had a known problem with importing merge commits in the currently landed version of the repo converter source. The problem is that the specification of the source interface is misleading (or perhaps just wrong). We've updated the function to generate changes against all of the parents, not just the first one, and that seems to have fixed our ability to show the head commit of branches.

Reviewed By: tchebb

Differential Revision: D17964281

fbshipit-source-id: 90ae5df7dabaf133612c44d2a41b37200bcdb15f
2019-10-21 12:12:28 -07:00
..
__init__.py Prototype: repo-hg converter plugin 2019-09-24 14:38:31 -07:00
bzr.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
common.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
convcmd.py Prototype: repo-hg converter plugin 2019-09-24 14:38:31 -07:00
darcs.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
filemap.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
git.py subrepo: remove subrepo support 2019-03-11 10:43:55 -07:00
gnuarch.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
hg.py manifest: remove the clean argument from diff 2019-07-31 10:06:47 -07:00
p4.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00
repo.py Convert repo source: Fix getchanges() and some cleanup 2019-10-21 12:12:28 -07:00
subversion.py codemod: replace os.fdopen with util.fdopen 2019-06-27 13:10:20 -07:00
transport.py codemod: import from the edenscm package 2019-01-29 17:25:32 -08:00