hgext/convert/subversion.py
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Mon, 14 Dec 2009 22:09:49 +0100 Patrick Mezard convert/svn: better handling of hg recursive call failure stable
Mon, 07 Dec 2009 12:44:15 -0500 Patrick Mezard convert/svn: make sink recover gracefully from empty changeset stable
Mon, 16 Nov 2009 14:09:31 +0100 Patrick Mezard convert/svn: fix warning when repo detection failed
Thu, 12 Nov 2009 12:05:43 +0100 Patrick Mezard convert/svn: fix HTTP detection bug introduced by 1b2516a547d4
Wed, 11 Nov 2009 19:45:00 +0100 Patrick Mezard convert/svn: delegate to svn bindings if HTTP probe fails
Tue, 10 Nov 2009 22:32:17 +0100 Patrick Mezard convert: reenable SVN support after license issue solved
Fri, 16 Oct 2009 00:06:23 +0200 Patrick Mezard Merge with crew-stable
Thu, 15 Oct 2009 23:15:30 +0200 Patrick Mezard convert/svn: better error when hg cannot call itself (issue1838)
Sat, 03 Oct 2009 14:39:57 -0500 Matt Mackall Merge with -stable
Fri, 07 Aug 2009 01:15:16 +0200 Grauw Fix issue 1782 don't do url2pathname conversion for urls
Wed, 30 Sep 2009 14:43:22 -0700 Brendan Cully convert: unbreak non-svn engines
Wed, 23 Sep 2009 15:19:26 +0200 Dirkjan Ochtman merge with mpm
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Wed, 23 Sep 2009 00:23:50 -0500 Matt Mackall convert: disable SVN support due to library license incompatibility
Wed, 05 Aug 2009 17:08:28 +0200 Dirkjan Ochtman kill trailing whitespace
Fri, 17 Jul 2009 16:01:19 +0200 Patrick Mezard Merge with crew-stable
Fri, 17 Jul 2009 13:31:12 +0200 Patrick Mezard convert/svn: fix backtrace in tags discovery (issue1742)
Wed, 01 Jul 2009 10:19:40 -0400 Brodie Rao extensions: remove unused imports
Sun, 21 Jun 2009 23:17:05 +0200 Patrick Mezard convert/svn: drop undocumented and untested revision 'blacklist'
Sun, 21 Jun 2009 23:17:02 +0200 Patrick Mezard convert/svn: stop returning unicode revision identifiers
Sun, 21 Jun 2009 23:04:02 +0200 Patrick Mezard convert/svn: remove confusing unicode variable
Sun, 21 Jun 2009 23:04:02 +0200 Patrick Mezard convert/svn: remove dead code from entry deletion code path
Sun, 21 Jun 2009 23:04:02 +0200 Patrick Mezard convert/svn: remove a useless recode() call in deletion path
Sun, 21 Jun 2009 23:04:02 +0200 Patrick Mezard convert/svn: remove useless encoding/decoding calls (issue1676)
Sun, 21 Jun 2009 23:04:01 +0200 Patrick Mezard convert/svn: remove dead code and obsolete comments
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Sat, 06 Jun 2009 00:08:37 +0200 Edouard Gomez convert: default to file protocol when no :// found for svn repo url
Mon, 01 Jun 2009 17:12:42 +0200 Patrick Mezard convert: rewrite tags when converting from hg to hg
Sun, 31 May 2009 01:26:23 +0200 Martin Geisler convert/subversion: wrap long lines in comments
Sat, 09 May 2009 17:32:57 +0200 Martin Geisler util: remove ignored mode argument in popen[23]
Wed, 29 Apr 2009 21:48:59 +0200 Patrick Mezard convert/svn: ignore composite tags
Wed, 29 Apr 2009 21:48:15 +0200 Patrick Mezard Merge with crew-stable
Wed, 29 Apr 2009 21:44:25 +0200 Patrick Mezard convert/svn: keep latest and not oldest tag value
Mon, 27 Apr 2009 12:02:16 +0200 Ronny Pfannschmidt convert: hide svn deprecation warnings
Mon, 27 Apr 2009 09:12:07 +0200 Peter Arrenbrecht whitespace cleanup
Sun, 26 Apr 2009 20:19:40 +0200 Patrick Mezard convert/svn: fix pathname parsing from URL under Windows
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
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()
Sat, 25 Apr 2009 21:27:47 +0800 Francis Barber Fix subversion convert not detecting empty changesets.
Fri, 24 Apr 2009 17:32:18 +0200 Martin Geisler strutil: removed rsplit
Wed, 22 Apr 2009 00:56:06 +0200 Martin Geisler util: use built-in set instead of util.unique
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Thu, 23 Apr 2009 15:39:41 -0500 Matt Mackall Merge with crew
Wed, 22 Apr 2009 01:39:47 +0200 Martin Geisler remove unnecessary outer parenthesis in if-statements
Tue, 21 Apr 2009 12:58:05 -0500 Matt Mackall Merge with crew
Sun, 05 Apr 2009 05:13:39 -0300 Wagner Bruna convert: fix typo
Sat, 04 Apr 2009 20:19:51 -0500 Augie Fackler convert: Improved svn source detection.
Sat, 04 Apr 2009 12:28:13 -0500 Matt Mackall convert: attempt to check repo type before checking for tool
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
Wed, 18 Mar 2009 17:49:11 +0100 Dirkjan Ochtman convert: honor 2.3 compatibility (rsplit)
Fri, 13 Mar 2009 21:14:57 +0100 Michael Springmann exporting patch:
Sat, 03 Jan 2009 17:15:21 +0100 Martin Geisler lowercase ui.debug and assert output
Sat, 06 Dec 2008 20:10:31 +0100 Patrick Mezard convert: backout a7492fb2107b
Sun, 30 Nov 2008 22:51:42 +0100 Patrick Mezard convert: improve reporting of invalid svn bindings
Sun, 30 Nov 2008 22:01:26 +0100 Patrick Mezard convert: work around svn.ra.get_files() not releasing input buffer
Sat, 15 Nov 2008 15:57:12 +0100 Patrick Mezard Merge with crew-stable
Sat, 15 Nov 2008 15:51:26 +0100 Patrick Mezard convert: be even more tolerant when detecting svn tags
Mon, 20 Oct 2008 14:52:58 +0200 Dirkjan Ochtman merge with crew-stable
Mon, 20 Oct 2008 14:51:55 +0200 Dirkjan Ochtman clean up trailing spaces
Sun, 05 Oct 2008 21:35:26 +0200 Dirkjan Ochtman python2.6: use subprocess if available
Fri, 10 Oct 2008 13:20:40 +0200 Patrick Mezard Merge with crew-stable
Fri, 10 Oct 2008 11:36:02 +0200 Patrick Mezard convert: properly encode subversion URLs (issue 1224)
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in convert extension
Tue, 12 Aug 2008 17:47:08 +0200 Dirkjan Ochtman merge with crew-stable
Sun, 10 Aug 2008 21:55:06 -0500 Matt Mackall util: set_flags shouldn't know about repo flag formats
Wed, 30 Jul 2008 22:33:40 +0200 Patrick Mezard Merge with crew-stable
Sun, 27 Jul 2008 17:09:33 +0200 Patrick Mezard convert: normalize paths sent to svn get_log (issue 1219)
Fri, 25 Jul 2008 20:47:04 +0200 Patrick Mezard Merge with crew-stable
Fri, 25 Jul 2008 20:43:41 +0200 Patrick Mezard convert: remove leading slash from ra.check_path inputs (issue 1236)
Fri, 25 Jul 2008 20:37:41 +0200 Patrick Mezard convert: restore previous svn transport parent correctly
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 19 Jun 2008 00:14:24 +0200 Patrick Mezard convert: reintegrate file retrieval code in sinks
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.
less more (0) -120 tip