Remove rename support inside the repository object.
[jelmer/subvertpy.git] / commit.py
2006-12-13 Jelmer VernooijDon't fetch revision info until necessary (#64850)
2006-12-12 Jelmer VernooijMerge upstream changes.
2006-12-06 Jelmer VernooijMove ra context handling into SvnRaTransport to make...
2006-10-16 Jelmer VernooijFix compatibility with bzr.dev after ROOT_ID changes. bzr-svn-0.1
2006-08-23 Jelmer VernooijFix deprecation warning.
2006-08-13 Jelmer VernooijUpdate for bzr 0.10
2006-07-18 Jelmer VernooijFix branch handling in push.
2006-07-14 Jelmer Vernooij[merge] cache properties
2006-07-14 Jelmer VernooijSupport caching properties set on branch paths.
2006-07-04 Jelmer VernooijFix pushing to nested branch paths.
2006-07-04 Jelmer VernooijFix pushes with file changes.
2006-07-04 Jelmer Vernooij[merge] portability fixes.
2006-07-04 Jelmer VernooijFix push as merge, add more tests.
2006-07-04 Jelmer VernooijSmall fixes.
2006-07-04 Jelmer VernooijAdd more tests, fix more bugs.
2006-07-03 Jelmer VernooijFix commits in nested branches.
2006-07-03 Jelmer VernooijAdd more tests, particularly for commit.
2006-07-03 Jelmer VernooijAdd svk:merge conversion functions with tests.
2006-07-02 Jelmer VernooijUse Subversion file properties on the branch path rathe...
2006-07-02 Jelmer VernooijFix checkouts.
2006-07-01 Jelmer VernooijFix revision id generation.
2006-07-01 Jelmer VernooijCheck checksums returned by Subversion, fix error
2006-06-29 Jelmer VernooijAnother set of smaller commits.
2006-06-29 Jelmer VernooijSeveral fixes wrt commits.
2006-06-28 Jelmer VernooijRemove strict_node_history argument from logwalker,
2006-06-28 Jelmer VernooijRewrite read_working_inventory().
2006-06-27 Jelmer VernooijRecord commits after they've happened, use coversion...
2006-06-27 Jelmer VernooijSupport storing merged revisions.
2006-06-27 Jelmer VernooijCouple more random fixes.
2006-06-26 Jelmer VernooijFix commits.
2006-06-26 Jelmer VernooijMore work on getting commits working.
2006-06-26 Jelmer VernooijFix annoying memory management issue.
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 VernooijImport SVN testsuite.
2006-06-13 Jelmer Vernooij[merge] trunk
2006-06-08 Jelmer VernooijSupport `bzr check' using Martins' bzr.mbp.check branch.
2006-06-07 Jelmer VernooijImplement a CommitBuilder for Subversion branches....