log hgext/convert/subversion.py @ 6491:2bdd43246c95

age author description
Mon, 07 Apr 2008 11:59:20 +0200 Patrick Mezard convert: check svn branches are directories
Mon, 31 Mar 2008 13:10:47 +0200 Dirkjan Ochtman convert: fix trailing space introduced in 5efd447a9b8d
Sat, 29 Mar 2008 17:16:18 +0100 Patrick Mezard convert: allow tags detection to be disabled
Sat, 29 Mar 2008 17:15:45 +0100 Patrick Mezard convert: follow svn tags history (issue953)
Sat, 29 Mar 2008 17:14:53 +0100 Patrick Mezard convert: avoid svn log retrieval process cleanup
Sun, 16 Mar 2008 00:35:14 +0100 Patrick Mezard convert: avoid querying log of foreign svn branches
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl convert: Fix unbound name error in the subversion backend
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Sun, 24 Feb 2008 17:58:55 +0100 Patrick Mezard convert: add shallow, single branch svn conversions via svn.startrev
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