Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: rename a class and a function
|
Mon, 27 Aug 2007 13:38:16 -0700 |
Bryan O'Sullivan |
convert: document filemap.
|
Sun, 19 Aug 2007 17:38:40 +0200 |
Patrick Mezard |
convert: load parent commits on-demand
|
Sun, 19 Aug 2007 17:38:07 +0200 |
Patrick Mezard |
convert: wrap cached commits author remapping
|
Fri, 17 Aug 2007 20:18:05 -0300 |
Alexis S. L. Carvalho |
convert: fix mercurial_sink.putcommit
|
Wed, 15 Aug 2007 13:21:23 -0700 |
Brendan Cully |
convert: hg: optionally create branches as clones
|
Tue, 07 Aug 2007 10:28:43 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces, fix indentation
|
Tue, 07 Aug 2007 09:49:07 +0200 |
Thomas Arendsen Hein |
Move debugsvnlog to subversion module.
|
Tue, 07 Aug 2007 09:42:32 +0200 |
Thomas Arendsen Hein |
convert: Use debugsvnlog instead of git-like debug-svn-log.
|
Mon, 06 Aug 2007 15:37:14 -0700 |
Bryan O'Sullivan |
convert: remove accidental debug print
|
Mon, 06 Aug 2007 14:59:00 -0700 |
Bryan O'Sullivan |
convert: use '.' as destination name if renaming subdir into root
|
Mon, 06 Aug 2007 21:49:26 +0200 |
Patrick Mezard |
convert: replace fork with subprocess call.
|
Sun, 05 Aug 2007 12:03:27 -0700 |
Brendan Cully |
convert: look up copies in getchanges instead of getcommit
|
Thu, 26 Jul 2007 13:36:53 -0700 |
Bryan O'Sullivan |
convert: get rid of ugly use of hasattr
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: add filename filtering and renaming support
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: acquire/release locks periodically
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: Support Mercurial as a source, as well as a sink
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: make commit constructor clearer and less magical
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: rename mapfile to revmapfile, so we can map more than just revs
|
Sat, 21 Jul 2007 10:36:51 +0200 |
Thomas Arendsen Hein |
Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.
|
Sat, 21 Jul 2007 10:30:51 +0200 |
Thomas Arendsen Hein |
removed trailing whitespace
|
Tue, 17 Jul 2007 13:08:50 -0700 |
Bryan O'Sullivan |
convert/subversion.py: escape quotes to make code readable in Emacs
|
Tue, 17 Jul 2007 09:28:01 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 17 Jul 2007 09:08:29 -0300 |
Alexis S. L. Carvalho |
convert: manually set encoding to UTF-8
|
Sun, 15 Jul 2007 21:05:38 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 15 Jul 2007 21:04:07 +0200 |
Thomas Arendsen Hein |
convert: Use clone's behaviour for the default destionation name.
|
Thu, 05 Jul 2007 12:24:26 -0700 |
Brendan Cully |
convert: export revmap to source.
|
Mon, 02 Jul 2007 22:33:48 -0700 |
Brendan Cully |
convert: make convertsource option handling transparent
|
Sun, 01 Jul 2007 20:30:04 -0700 |
Brendan Cully |
convert: activate subversion engine
|
Sun, 01 Jul 2007 23:56:11 +0200 |
Daniel Holth |
convert extension: Add SVN converter
|
Sun, 01 Jul 2007 19:58:19 -0700 |
Brendan Cully |
convert: split converter into convertsource and convertsink
|
Sun, 01 Jul 2007 19:23:10 -0700 |
Brendan Cully |
convert: initialize source after destination, cleaning up if source is unusable
|
Sun, 01 Jul 2007 15:02:15 -0700 |
Brendan Cully |
convert: add -r argument specifying latest revision to convert
|
Mon, 25 Jun 2007 14:50:25 -0500 |
Hollis Blanchard |
fix 'convert' with single commit repositories
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Thu, 14 Jun 2007 16:19:58 -0700 |
Brendan Cully |
convert: remove pdb call. *blush*
|
Thu, 14 Jun 2007 16:12:08 -0700 |
Brendan Cully |
convert: fix various authormap handling bugs
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Add support for username mapping
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Save a few opens on the map file
|
Sun, 10 Jun 2007 20:08:47 -0700 |
Brendan Cully |
Split convert extension into common and repository type modules
|
Sat, 09 Jun 2007 13:17:58 +0200 |
Thomas Arendsen Hein |
Some small cleanups for convert extension:
|
Thu, 07 Jun 2007 23:16:10 +0200 |
Edouard Gomez |
Add some more smart when initializing destination repository
|
Thu, 07 Jun 2007 23:06:17 +0200 |
Edouard Gomez |
Fix hgext/convert/__init__.py rights
|
Thu, 07 Jun 2007 12:41:12 +0200 |
Thomas Arendsen Hein |
convert: map CVS HEAD to default branch
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
Wed, 06 Jun 2007 20:17:03 +0200 |
Thomas Arendsen Hein |
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
|
Fri, 25 May 2007 00:56:48 +0200 |
Edouard Gomez |
Turns convert.py into a real extension
|
Wed, 06 Jun 2007 19:49:47 +0200 |
Thomas Arendsen Hein |
Move convert-repo to hgext/convert/__init__.py
base
contrib/convert-repo@5d68faedb876
|