Add note about revprops
[jelmer/subvertpy.git] / __init__.py
2006-07-29 Jelmer VernooijSupport specifying whether working trees should be...
2006-07-29 Jelmer VernooijAdd decorator for converting Subversion to Bazaar excep...
2006-07-02 Jelmer VernooijWarn users if they try to run the plugin directly.
2006-07-01 Jelmer VernooijFix import-svn.
2006-07-01 Jelmer VernooijRewrite svn2bzr as part of bzr-svn. It is now a bzr...
2006-06-29 Jelmer VernooijSeperate checkouts a bit more from remote connects...
2006-06-25 Jelmer VernooijMerge fixes.
2006-06-22 Jelmer VernooijAdd tests for Repository.has_revision() and Repository...
2006-06-21 Jelmer VernooijImport svn2bzr since it can share testing infrastructure
2006-06-21 Jelmer VernooijUse generators in logcacher.
2006-06-21 Jelmer VernooijFix existing tests to work.
2006-06-21 Jelmer VernooijStart working on fixing tests.
2006-06-21 Jelmer VernooijImport SVN testsuite.
2006-06-18 Jelmer VernooijSupport dumpfiles as Subversion repositories.
2006-06-13 Jelmer Vernooij[merge] trunk
2006-06-13 Jelmer VernooijStart working on using .svn/ directories for local...
2006-06-05 Jelmer VernooijTry a bit harder to avoid using svn on local branches.
2006-06-01 Jelmer VernooijImplement detecting Subversion branches more cleanly...
2006-05-15 Jelmer VernooijAdd beginnings of a 'submit' command for pushing commits to
2006-05-11 Jelmer VernooijMerge svn-ra branch (switch to using svn.ra API rather...
2006-05-11 Jelmer VernooijAdd bound branch test, remove obsolete plan
2006-05-08 Jelmer VernooijAdd copyright headers, add test for branch format descr...
2006-05-08 Jelmer VernooijAdd beginnings of a testsuite. Uses svn.repos to create...
2006-04-17 Jelmer VernooijFix use of 'bzr info', update TODO
2006-04-07 Jelmer VernooijFix up to connect
2006-04-06 Jelmer VernooijUpdate to new bzr API's
2006-03-06 Jelmer VernooijStart working on support for new API.
2005-12-09 Jelmer VernooijSVN support should always be present, otherwise this...
2005-11-22 Jelmer VernooijThrow correct exception for branches that are not Subve...
2005-11-21 Jelmer Vernooij'bzr log' now works (somewhat) on remote SVN branches
2005-11-20 Jelmer VernooijAdd docs, update framework
2005-10-17 Jelmer VernooijUpdate to new branch type API as added in my bzr branch
2005-10-17 Jelmer VernooijAdd "foreign branch" class for Svn Branches
2005-10-08 Jelmer VernooijAdd initial idea for svnpull / svnpush commands