log hgext/convert/hg.py @ 13757:043238abda94

age author description
Fri, 25 Mar 2011 01:38:47 +0100 Edouard Gomez convert: add bookmark support to hg source
Wed, 07 Jul 2010 00:06:59 +0200 Edouard Gomez convert: add bookmark support to the hg sink
Sun, 25 Jul 2010 17:18:35 -0500 Matt Mackall convert: handle closed branch heads in hg-hg conversion (issue2185)
Sun, 09 May 2010 21:52:34 +0200 Patrick Mezard convert: merge sources getmode() into getfile()
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: mark strings for translation stable
Sun, 18 Apr 2010 15:47:49 +0200 Martin Geisler convert: write "repository" instead of "repo" stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 16 Dec 2009 16:42:58 -0600 Matt Mackall convert: make hg sink cleanup safer stable
Wed, 07 Oct 2009 22:50:20 +0200 Patrick Mezard Merge with crew-stable
Wed, 07 Oct 2009 18:52:01 +0200 Patrick Mezard convert/hg: handle bogus copy records (issue1843)
Wed, 07 Oct 2009 10:13:04 +0200 Patrick Mezard convert/hg: make parents() return changectx, not nodes
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Sun, 06 Sep 2009 15:32:16 +0200 Patrick Mezard Merge with crew-stable
Sun, 06 Sep 2009 15:29:14 +0200 Patrick Mezard convert: fix history topology when using hg.tagsbranch
Mon, 13 Jul 2009 09:50:26 +0900 Nicolas Dumazet for calls expecting bool args, pass bool instead of int
Mon, 01 Jun 2009 17:12:42 +0200 Patrick Mezard convert: rewrite tags when converting from hg to hg
Mon, 01 Jun 2009 17:12:39 +0200 Patrick Mezard convert: fail fast if source does not support --sourcesort
Mon, 01 Jun 2009 17:12:39 +0200 Patrick Mezard convert: add --sourcesort option for source specific sort
Sun, 24 May 2009 18:30:59 +0200 Patrick Mezard convert: better feedback when filtering out empty revisions
Sun, 24 May 2009 16:27:37 +0200 Patrick Mezard convert/hg: update documentation
Mon, 18 May 2009 22:55:45 +0200 Benoit Boissinot convert: directly use nullid
Sun, 17 May 2009 03:04:17 +0200 Benoit Boissinot convert: use set instead of dict
Sun, 26 Apr 2009 01:47:44 +0200 Martin Geisler convert: add copyright and license headers to back-ends
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall ui: print_exc() -> traceback()
Wed, 22 Apr 2009 02:01:22 +0200 Ronny Pfannschmidt switch lock releasing in the extensions from gc to explicit
Mon, 23 Mar 2009 13:13:27 +0100 Peter Arrenbrecht cleanup: whitespace cleanup
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values