hgext/convert/subversion.py
Wed, 16 Apr 2008 12:15:43 +0200 Dirkjan Ochtman merge from crew-stable
Wed, 16 Apr 2008 12:09:16 +0200 Dirkjan Ochtman remove trailing spaces
Mon, 14 Apr 2008 23:04:34 +0200 Patrick Mezard Merge with crew-stable
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: fix svn file copy detection code
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: fix svn branch source detection corner case
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: cleanup svn file copy handling
Mon, 14 Apr 2008 22:31:34 +0200 Patrick Mezard convert: handle past or foreign partial svn copies
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: more cleanup in svn directory copy handling
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: svn directory copy handling cleanup
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: improve subversion branch filtering
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: rename get_entry_from_path() into an svn_source method
Mon, 14 Apr 2008 22:31:33 +0200 Patrick Mezard convert: fix subpaths detection in svn source
Tue, 08 Apr 2008 18:39:41 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 08 Apr 2008 18:39:02 +0200 Thomas Arendsen Hein Fix spacing error introduced in 5efd447a9b8d
Mon, 07 Apr 2008 13:16:11 +0200 Patrick Mezard Merge with crew-stable
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
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
less more (0) -100 -60 tip