Move ra context handling into SvnRaTransport to make sure the same ra context
[jelmer/subvertpy.git] / branch.py
2006-12-06 Jelmer VernooijMove ra context handling into SvnRaTransport to make...
2006-10-11 Jelmer VernooijFix root being added twice (fixes #54131).
2006-08-13 Jelmer VernooijUpdate for bzr 0.10
2006-07-19 Jelmer VernooijUse more efficient caching.
2006-07-16 Jelmer VernooijBunch of file id improvements.
2006-07-14 Jelmer VernooijDon't fetch branch properties unless they've changed.
2006-07-04 Jelmer Vernooij[merge] portability fixes.
2006-07-04 Jelmer VernooijFix push as merge, add more tests.
2006-07-03 Jelmer VernooijAdd more tests, particularly for commit.
2006-07-02 Jelmer VernooijFix tests.
2006-07-02 Jelmer VernooijAdd tests for dumpfiles.
2006-07-02 Jelmer VernooijFix code and tests to pass.
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-30 Jelmer VernooijUse do_update() in fetch code.
2006-06-29 Jelmer VernooijBunch of random fixes, tests.
2006-06-29 Jelmer VernooijCouple of minor fixes.
2006-06-29 Jelmer VernooijSeveral fixes wrt commits.
2006-06-28 Jelmer VernooijReturn branch path from logwalker functions.
2006-06-27 Jelmer VernooijRecord commits after they've happened, use coversion...
2006-06-27 Jelmer VernooijCouple more random fixes.
2006-06-27 Jelmer VernooijFix pending merges.
2006-06-25 Jelmer VernooijMerges work!
2006-06-23 Jelmer Vernooijreading working inventory works!
2006-06-22 Jelmer VernooijAdd more tests, fix tests.
2006-06-22 Jelmer VernooijAdd tests for Repository.has_revision() and Repository...
2006-06-21 Jelmer VernooijMove logwalker into a separate file, integrate svntest.
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-19 Jelmer VernooijPrepend revision ids with "svn:", add special get_branc...
2006-06-19 Jelmer VernooijSupport local caching of log data.
2006-06-18 Jelmer VernooijRemove get_revision_delta() code - it's now inherited...
2006-06-13 Jelmer VernooijGet rid of fake weave code.
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....
2006-06-07 Jelmer VernooijFix formatting to conform to Bzr standards.
2006-05-20 Jelmer VernooijReintroduce fake inventory weave - required for 'bzr...
2006-05-18 Jelmer VernooijRedo some of the submit command - simplify it a bit.
2006-05-18 Jelmer VernooijCache directory listings as well. Increases speed even...
2006-05-16 Jelmer VernooijAdd some help strings
2006-05-16 Jelmer VernooijCorrectly store inventory_sha1 for revisions
2006-05-16 Jelmer VernooijSupport executable bits in inventory entries
2006-05-16 Jelmer VernooijImplement RevisionTree.get_symlink_target()
2006-05-15 Jelmer VernooijImplement repository.copy_content_into(). Fetching
2006-05-15 Jelmer VernooijAdd stub functions for sprout() and copy_contents_into...
2006-05-15 Jelmer VernooijImplement SvnInventoryWeave.get_graph() and
2006-05-15 Jelmer VernooijImplement BranchFormat, stub functions for weaves
2006-05-11 Jelmer VernooijFix URL handling for branches and repositories
2006-05-11 Jelmer VernooijFix running 'bzr log' on out-of-branch URLs
2006-05-11 Jelmer VernooijSupport open_containing(), remove obsolete TODO file
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-11 Jelmer VernooijSupport get_physical_lock_status()
2006-05-10 Jelmer VernooijFix fetching of inventory using svn.ra API
2006-05-10 Jelmer VernooijMigrate to the svn.ra API which gives more fine-grained...
2006-05-08 Jelmer VernooijAdd copyright headers, add test for branch format descr...
2006-04-17 Jelmer VernooijFix use of 'bzr info', update TODO
2006-04-16 Jelmer VernooijFix checking out actual contents of files
2006-04-15 Jelmer VernooijProperly recognize branch paths (uses svn.client.info)
2006-04-15 Jelmer VernooijMake lightweight checkouts (bzr co --lightweight) work...
2006-04-15 Jelmer VernooijFix get_revision() and fetching of signatures. Now...
2006-04-14 Jelmer VernooijFix get_revision(). This means "bzr log" works again now
2006-04-14 Jelmer VernooijFix ancestry information
2006-04-13 Jelmer VernooijStart moving functionality to SvnRepository
2006-04-13 Jelmer VernooijAdd some more dummy functions
2006-04-12 Jelmer VernooijFix annoying bugs in RemoteSvnBranch
2006-04-07 Jelmer VernooijFix up to connect
2006-03-06 Jelmer Vernooij[merge]
2006-03-06 Jelmer VernooijStart working on support for new API.