log hgext/convert/git.py @ 22471:cc5f94db672b

age author description
Fri, 12 Sep 2014 12:28:30 -0700 Siddharth Agarwal convert: add support to find git copies from all files in the working copy
Fri, 12 Sep 2014 11:23:26 -0700 Siddharth Agarwal convert: add support to detect git renames and copies
Thu, 11 Sep 2014 23:57:49 -0700 Siddharth Agarwal convert: for git, factor out code to add entries to a separate function
Thu, 11 Sep 2014 23:37:47 -0700 Siddharth Agarwal convert: for git's getchanges, always split entry line into components
Thu, 11 Sep 2014 23:35:19 -0700 Siddharth Agarwal convert: for git's getchanges, use explicit index for iteration
Wed, 10 Sep 2014 10:51:46 -0400 Augie Fackler convert: enable deterministic conversion progress bar for git
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: introduce --full for converting all files
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Fri, 01 Aug 2014 02:14:24 +0900 FUJIWARA Katsunori convert: fix argument mismatch at formatting the abort message stable
Mon, 14 Jul 2014 18:53:03 -0500 Matt Mackall merge with stable
Mon, 14 Jul 2014 23:33:59 +0900 FUJIWARA Katsunori convert: detect removal of ".gitmodules" at git source revisions correctly stable
Tue, 27 May 2014 21:12:24 -0700 David Schleimer convert: drastically speed up git conversions
Tue, 21 Jan 2014 11:34:55 -0600 Sean Farley convert: add mapname parameter to checkrevformat
Thu, 25 Apr 2013 16:02:58 -0700 Ben Goswami splicemap: improve error handling when source is git (issue2084)
Fri, 08 Feb 2013 07:09:48 -0600 Augie Fackler git convert: some versions of git use fatal: instead of error: