jelmer/subvertpy.git
2007-07-04 Jelmer VernooijDepend on the rebase plugin for svn-upgrade.
2007-07-03 Jelmer VernooijConsistently treat property changes as actual changes...
2007-07-03 Jelmer VernooijAdd some extra checks, fix issues with unicode.
2007-07-03 Jelmer VernooijAdd blackbox tests for "bzr ls" and "bzr info"
2007-07-02 Jelmer VernooijAdd test for svn-import with dumpfile. Fixes #123493
2007-06-26 Jelmer VernooijRemove debug output.
2007-06-26 Jelmer VernooijAdd indexes - thanks to spiv for pointing out.
2007-06-26 Jelmer VernooijFix svn-import.
2007-06-25 Jelmer VernooijFix test.
2007-06-24 Jelmer VernooijAdd conversion checks.
2007-06-24 Jelmer VernooijRefactory convert_repository().
2007-06-24 Jelmer VernooijImplement needs_format_conversion().
2007-06-24 Jelmer VernooijMove fetch tests to separate file.
2007-06-24 Jelmer VernooijUse right test dirs.
2007-06-24 Jelmer VernooijRemember locations and branching scheme.
2007-06-24 Jelmer VernooijAdd config objects for repositories.
2007-06-24 Jelmer VernooijMerge 0.3.4 release.
2007-06-24 Jelmer VernooijAllow only opening branches that actually exist.
2007-06-24 Jelmer VernooijSupport custom branching schemes and make the branching...
2007-06-18 Jelmer VernooijKeep cache of revnos to reduce number of calls to revis...
2007-06-17 Jelmer VernooijFix test.
2007-06-17 Jelmer VernooijAdd dist_to_origin field to revmap.
2007-06-17 Jelmer VernooijOops, missed one spot.
2007-06-17 Jelmer VernooijCreate shared repositories by default when using svn...
2007-06-17 Jelmer VernooijAdd another check
2007-06-17 Jelmer VernooijDeal properly with invalid property values.
2007-06-17 Jelmer VernooijStore bzr revnum in revision-id-vX property, should...
2007-06-17 Jelmer VernooijAvoid expensive calls.
2007-06-17 Jelmer VernooijAdd tests for revision_id_to_revno() in preparation...
2007-06-16 Jelmer VernooijRequire rich root repositories.
2007-06-15 Jelmer VernooijConvert SVN_ERR_RA_NOT_AUTHORIZED errors correctly.
2007-06-15 Jelmer Vernooijstart working on 0.3.5
2007-06-15 Jelmer VernooijDon't overwrite BzrError. bzr-svn-0.3.4
2007-06-15 Jelmer VernooijRelease 0.3.4
2007-06-11 Jelmer VernooijMerge some local changes.
2007-06-01 Jelmer VernooijTry to avoid using revision_history() for performance...
2007-05-30 Jelmer VernooijFix some docstrings, remove obsolete functions.
2007-05-30 Jelmer VernooijAdd trivial test for get_physical_lock_status().
2007-05-30 Jelmer VernooijAdd some docstrings.
2007-05-30 Jelmer VernooijSuggest --allow-changes.
2007-05-30 Jelmer VernooijClean up some FIXME's.
2007-05-28 Jelmer VernooijReturn last revision in which a branch was changed...
2007-05-28 Jelmer VernooijImplement create_branch().
2007-05-27 Jelmer VernooijAdd test to make sure empty files can be pushed.
2007-05-27 Jelmer VernooijImplement SvnRaTransport.local_abspath(). (#117090)
2007-05-27 Jelmer VernooijFix broken tests.
2007-05-27 Jelmer VernooijUse right order of parameters to SubversionException().
2007-05-27 Jelmer VernooijFix bug in revid caching.
2007-05-27 Jelmer VernooijFix typo.
2007-05-27 Jelmer VernooijSome more docs, use different cache dir (to avoid confl...
2007-05-24 Jelmer VernooijAdd note about name of directory.
2007-05-22 Jelmer VernooijFix use with python2.4 (patch by John Meinel).
2007-05-21 Jelmer VernooijSome more documentation.
2007-05-21 Jelmer VernooijAdd test for DivergedBranches being raised.
2007-05-20 Jelmer VernooijMerge fix for 115026
2007-05-20 Jelmer VernooijCheck system and installed pysqlite's sqlite versions.
2007-05-19 Jelmer VernooijHandle initial branch after push of custom revisions.
2007-05-18 Jelmer VernooijTrim missing features list.
2007-05-18 Jelmer VernooijMerge support for true push and commits to heavy checkouts.
2007-05-18 Jelmer VernooijSupport commits in heavy checkouts.
2007-05-18 Jelmer VernooijFix bind.
2007-05-18 Jelmer VernooijFix the test suite, add tests for committing to heavywe...
2007-05-18 Jelmer VernooijReduce the number of properties used.
2007-05-18 Jelmer VernooijFix custom revision ids for per-file revision ids.
2007-05-18 Jelmer VernooijTrue push works, with some limits.
2007-05-18 Jelmer VernooijAdd separate tests for push-as-merged.
2007-05-18 Jelmer VernooijSupport custom revision ids. True push is now just...
2007-05-18 Jelmer VernooijFix more custom revid tests.
2007-05-18 Jelmer VernooijSupport setting the revision id on commits from lightwe...
2007-05-18 Jelmer VernooijAdd some tests for the custom revisions.
2007-05-17 Jelmer VernooijMerge upstream.
2007-05-17 Jelmer VernooijSome more work towards custom revision ids.
2007-05-17 Jelmer VernooijMerge documentation improvements.
2007-05-17 Jelmer VernooijAdd some documentation.
2007-05-17 Jelmer VernooijStart filling in code to create the revid cache.
2007-05-17 Jelmer VernooijAdd insert function.
2007-05-16 Jelmer VernooijStart working on revision id map.
2007-05-16 Jelmer VernooijConvert mapping text to LaTeX.
2007-05-16 Jelmer VernooijConvert README to rst.
2007-05-16 Jelmer VernooijMerge upstream.
2007-05-16 Jelmer VernooijMerge the 0.3 branch.
2007-05-16 Jelmer VernooijFix mainline_revision_parent().
2007-05-16 Jelmer VernooijStart 0.3.4.
2007-05-16 Jelmer VernooijClarify what is considered a revision and what isn't.
2007-05-16 Jelmer VernooijMake sure a correct exception is raised if get_revision...
2007-05-15 Jelmer VernooijMark as compatibile with 0.17
2007-05-07 Jelmer VernooijFix tests when using custom global ignores setting...
2007-05-05 Jelmer VernooijConvert working copy locking errors to Bazaar errors.
2007-05-05 Jelmer VernooijMerge 0.3.3 release.
2007-05-02 Jelmer VernooijReproduce mwh bug with a simpler test function.
2007-05-02 Jelmer VernooijTry to fix a bug found by mwh's test.
2007-04-29 Jelmer VernooijRelease 0.3.3 bzr-svn-0.3.3
2007-04-29 Jelmer Vernooijmerge offline revisions.
2007-04-26 Jelmer VernooijFix compatibility with latest bzr.dev.
2007-04-25 Jelmer VernooijFix no working tree warning.
2007-04-16 Jelmer VernooijMove revid code to separate file in preparation of...
2007-04-16 Jelmer VernooijFix a couple of tests.
2007-04-15 Jelmer VernooijMerge upstream, add helper function for parsing revisio...
2007-04-15 Jelmer VernooijMerge some fixes from 0.3 branch.
2007-04-15 Jelmer VernooijFix compatibility with bzr.dev.
next