hgext/convert/subversion.py
Sun, 24 Feb 2008 17:58:53 +0100 Patrick Mezard convert: allow svn trunk/branches/tags detection to be skipped
Sat, 09 Feb 2008 13:08:02 +0100 Thomas Arendsen Hein convert: Compatibility fixes for python2.3
Sat, 26 Jan 2008 14:45:04 +0100 Patrick Mezard convert: follow svn module parent moves
Sat, 26 Jan 2008 14:45:04 +0100 Patrick Mezard convert: prevent svn branches to leave the root module tree
Sat, 26 Jan 2008 14:45:04 +0100 Patrick Mezard convert: checkout svn root revisions
Sat, 26 Jan 2008 14:45:04 +0100 Patrick Mezard convert: fix svn_source.latest()
Tue, 22 Jan 2008 00:55:01 +0100 Thomas Arendsen Hein merge with crew-stable
Mon, 21 Jan 2008 21:44:16 +0100 Thomas Arendsen Hein convert: Do not abort with TypeError if svn commit message is None (issue934)
Mon, 21 Jan 2008 14:15:38 +0100 Patrick Mezard Merge with crew-stable
Sat, 19 Jan 2008 14:48:31 +0100 Patrick Mezard Merge with crew-stable
Mon, 21 Jan 2008 10:04:35 +0100 Patrick Mezard convert: enforce svn_source.getchanges() files unicity
Sat, 19 Jan 2008 14:39:30 +0100 Patrick Mezard convert: fix invalid svn.ra.check_path() call (issue 771)
Fri, 18 Jan 2008 00:16:20 +0100 Patrick Mezard convert: document the subversion conversion model
Thu, 17 Jan 2008 23:46:56 +0100 Patrick Mezard convert: fetch less revisions when looking for a branch parent
Thu, 17 Jan 2008 23:46:56 +0100 Patrick Mezard convert: make svn revision iterator interruptible
Thu, 17 Jan 2008 23:46:56 +0100 Patrick Mezard convert: fix cross-branches subversion revisions handling
Tue, 01 Jan 2008 23:57:20 +0100 Patrick Mezard convert: fix parents of last fetched svn revision
Thu, 17 Jan 2008 23:46:56 +0100 Patrick Mezard convert: don't scan directories on property changes
Sat, 05 Jan 2008 01:51:21 +0100 Edouard Gomez convert: separate trunk detection from branch layout detection
Wed, 09 Jan 2008 21:30:13 +0900 Shun-ichi GOTO Use util.normpath() instead of direct path string operation.
Fri, 11 Jan 2008 14:06:05 -0600 Shun-ichi GOTO svn: fix copy exception
Fri, 11 Jan 2008 06:07:43 +0300 Maxim Dounin convert: add commandline.xargs(), use it in svn_sink class
Sat, 05 Jan 2008 11:46:00 +0900 Shun-ichi GOTO convert: Fix bug of limit_arglist() loosing file on limit boundary.
Thu, 03 Jan 2008 06:25:30 +0900 Shun-ichi GOTO convert: Accept local path on win32.
Thu, 03 Jan 2008 06:25:30 +0900 Shun-ichi GOTO convert: svn_sink: workaround of command line size limitation on win32.
Thu, 03 Jan 2008 06:25:30 +0900 Shun-ichi GOTO convert: svn_sink: specify encoding of message file explicitly on commit.
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Thu, 27 Dec 2007 22:29:17 -0600 Matt Mackall convert/svn: use util.set_flags
Thu, 27 Dec 2007 03:14:46 +0300 Maxim Dounin convert: svn-sink: copy and set properties after adding dirs/files
Thu, 06 Dec 2007 13:11:36 -0800 Bryan O'Sullivan Merge with stable
Thu, 06 Dec 2007 13:10:25 -0800 David J. Mellor convert: fix SVN date parser dropping the final whole second digit
Mon, 26 Nov 2007 17:23:20 -0800 Bryan O'Sullivan convert: tell the source repository when a rev has been converted
Sat, 17 Nov 2007 18:41:31 +0100 Patrick Mezard convert: add directories to subversion from root to leaves
Sun, 11 Nov 2007 19:34:00 +0100 Patrick Mezard convert: force svn:executable when execute-bit is not supported
Sun, 11 Nov 2007 14:17:30 +0100 Patrick Mezard convert: fix svn file:// URL generation under Windows
Fri, 09 Nov 2007 21:24:25 -0200 Alexis S. L. Carvalho merge with crew-stable
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho convert: display all errors if we couldn't open the source repo
Wed, 07 Nov 2007 18:26:59 -0800 Bryan O'Sullivan convert: add support for Subversion as a sink
Wed, 07 Nov 2007 17:07:14 -0800 Bryan O'Sullivan convert: iterate
Wed, 07 Nov 2007 17:06:02 -0800 Bryan O'Sullivan convert: abstract map files into a class
Sat, 13 Oct 2007 15:25:11 +0400 Kirill Smelkov convert: svn -- fix tags handling
Sat, 13 Oct 2007 15:22:03 +0400 Kirill Smelkov convert: svn -- fix 'exists'
Wed, 10 Oct 2007 15:30:00 -0700 Bryan O'Sullivan convert: rename convert_svn to svn_source
Wed, 10 Oct 2007 00:15:33 -0700 Bryan O'Sullivan convert: report errors more meaningfully if run with --traceback
Sun, 07 Oct 2007 20:45:10 +0200 Benoit Boissinot convert: do not output when trying to load svn bindings
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert_svn: add --filemap support
Thu, 04 Oct 2007 23:21:37 -0300 Alexis S. L. Carvalho convert: pass the order of the revmapfile to the converter_source
Fri, 07 Sep 2007 16:14:51 +0200 Thomas Arendsen Hein Don't decode unicode strings.
Fri, 31 Aug 2007 13:14:03 +0200 Thomas Arendsen Hein convert/subversion: Use util.set() instead of set() for python2.3 compatibility
Mon, 27 Aug 2007 11:56:53 -0700 Brendan Cully convert: svn: check for branch movement in any log entry, not just the first.
Tue, 07 Aug 2007 12:24:25 +0200 Thomas Arendsen Hein raise util.Abort again if specified revision is not an integer.
Tue, 07 Aug 2007 12:10:56 +0200 Thomas Arendsen Hein debugsvnlog call had too many quotes (found by Edouard Gomez)
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Tue, 07 Aug 2007 10:01:20 +0200 Thomas Arendsen Hein Removed debug print from convert/subversion.py
Tue, 07 Aug 2007 09:56:21 +0200 Thomas Arendsen Hein Replace _ with inst for catching exceptions to not shadow gettext.
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 14:17:05 -0700 Bryan O'Sullivan Automated merge with http://hg.intevation.org/mercurial/crew
Mon, 06 Aug 2007 14:16:02 -0700 Bryan O'Sullivan convert: raise correct type of exception if svn converter can't handle rev
Mon, 06 Aug 2007 21:49:26 +0200 Patrick Mezard convert: replace fork with subprocess call.
less more (0) -100 -60 tip