log hgext/convert/hg.py @ 25589:273d94255e1e

age author description
Mon, 15 Jun 2015 16:50:31 -0400 Matt Harbison convert: update 'intermediate-source' in the destination's extras dictionary
Sun, 14 Jun 2015 13:08:11 -0400 Matt Harbison convert: apply the appropriate phases to the destination (issue4165)
Sun, 14 Jun 2015 13:04:00 -0400 Matt Harbison convert: always track the hg source revision in the internal commit object
Fri, 29 May 2015 13:25:34 -0400 Matt Harbison convert: support incremental conversion with hg subrepos
Wed, 27 May 2015 14:28:29 -0500 Matt Mackall convert: properly pass null ids through .hgtags (issue4678) stable
Thu, 19 Mar 2015 17:40:19 +0100 Mads Kiilerich convert: optimize convert of files that are unmodified from p2 in merges
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 30 Jan 2015 18:51:20 +0100 Mads Kiilerich convert: replace revision references in messages if they are >= short hashes stable
Sun, 18 Jan 2015 22:21:53 -0500 Matt Harbison convert: handle LookupError in mercurial_source.lookuprev() stable
Fri, 03 Oct 2014 11:19:25 -0500 Pierre-Yves David convert-hg: use localrepo.pull
Sun, 31 Aug 2014 11:11:42 +0200 Mads Kiilerich convert: don't use multi-argument set.update
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: refactor hg getchanges and caching
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Wed, 11 Jun 2014 22:19:29 -0400 Matt Harbison convert: update the transplant, rebase and graft references in 'extra'
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Mon, 19 May 2014 22:12:30 +0200 Mads Kiilerich convert: introduce hascommitfrommap sink method
Mon, 19 May 2014 22:11:14 +0200 Mads Kiilerich convert: rename sink hascommit to hascommitforsplicemap
Fri, 16 May 2014 02:30:27 +0200 Mads Kiilerich convert: mercurial source: convert global tags only - not local tags
Wed, 16 Apr 2014 01:09:49 +0200 Mads Kiilerich convert: backout b75a04502ced and 9616b03113ce - tagmap
Fri, 07 Feb 2014 17:26:28 +0100 Mads Kiilerich convert: drop unused getheads from sinks
Wed, 22 Jan 2014 15:40:17 -0600 Sean Farley convert: add tagmap logic
Wed, 22 Jan 2014 15:31:24 -0600 Sean Farley convert: avoid updating tags when there is nothing new
Wed, 22 Jan 2014 17:38:05 -0600 Sean Farley convert: compare tags from all heads instead of just one
Tue, 21 Jan 2014 11:34:55 -0600 Sean Farley convert: add mapname parameter to checkrevformat
Thu, 18 Apr 2013 10:05:50 -0500 Sean Farley convert: replace old sha1s in the description
Sat, 20 Jul 2013 00:43:08 +0200 Mads Kiilerich convert: introduce hg.revs to replace hg.startrev and --rev with a revset
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich convert: refactor head calculation for hg sources
Fri, 19 Jul 2013 01:40:57 +0200 Mads Kiilerich convert: fix bad conversion of copies when hg.startrev is specified
Thu, 25 Apr 2013 11:50:26 -0700 Ben Goswami splicemap: improve error handling when source is hg (issue2084)