log hggit/hg2git.py @ 1050:986fbbc53ab6

age author description
Thu, 31 Dec 2015 12:27:07 -0800 Siddharth Agarwal hg2git: regularize mercurial imports
Wed, 22 Apr 2015 16:42:48 -0700 Sean Farley hg2git: flake8 cleanup
Sun, 23 Nov 2014 19:06:21 -0500 Augie Fackler hg2git: audit path components during export (CVE-2014-9390)
Tue, 25 Mar 2014 11:11:04 -0700 Siddharth Agarwal hg2git: in _init_dirs, store keys without leading '/' (issue103)
Fri, 14 Mar 2014 20:45:09 -0700 Siddharth Agarwal hg2git: start incremental conversion from a known commit
Fri, 14 Mar 2014 19:17:09 -0700 Siddharth Agarwal hg2git: implement a method to initialize _dirs from a Git commit
Wed, 19 Feb 2014 20:52:59 -0800 Siddharth Agarwal hg2git: fix subrepo handling to be deterministic
Wed, 19 Feb 2014 20:18:43 -0800 Siddharth Agarwal hg2git: move parse_subrepos to top level
Wed, 12 Feb 2014 22:55:16 -0800 Siddharth Agarwal hg2git: call _handle_subrepos when .hgsubstate is removed
Wed, 12 Feb 2014 21:19:04 -0800 Siddharth Agarwal hg2git: make _handle_subrepos worked in the removed case
Wed, 12 Feb 2014 20:34:09 -0800 Siddharth Agarwal hg2git: add 'new' prefix to _handle_subrepos variables
Wed, 12 Feb 2014 20:28:28 -0800 Siddharth Agarwal hg2git: factor out subrepo parsing into a separate function
Wed, 12 Feb 2014 19:50:56 -0800 Siddharth Agarwal hg2git: factor out remove path logic into a separate function
Wed, 12 Feb 2014 18:05:12 -0800 Siddharth Agarwal hg2git: call status on newctx, not newctx.rev()
Wed, 12 Feb 2014 17:49:14 -0800 Siddharth Agarwal hg2git: store ctx instead of rev
Wed, 12 Feb 2014 17:47:38 -0800 Siddharth Agarwal hg2git: rename ctx to newctx in update_changeset
Sun, 14 Apr 2013 11:11:41 -0700 Gregory Szorc Only export modified Git trees
Tue, 19 Mar 2013 22:44:01 -0700 Gregory Szorc Export Git objects from incremental Mercurial changes