log hgext/convert/subversion.py @ 9312:c5f0825c1dbb

age author description
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