Support `bzr check' using Martins' bzr.mbp.check branch.
[jelmer/subvertpy.git] / branch.py
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.