Implement more weave functionality, improve speed for weaves
[jelmer/subvertpy.git] / repository.py
2006-05-15 Jelmer VernooijImplement more weave functionality, improve speed for...
2006-05-15 Jelmer VernooijImplement SvnInventoryWeave.get_graph() and
2006-05-15 Jelmer VernooijImplement BranchFormat, stub functions for weaves
2006-05-12 Jelmer VernooijAdd couple of stubs (should almost get full branches...
2006-05-11 Jelmer VernooijFix URL handling for branches and repositories
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 VernooijFix use of 'bzr log'
2006-05-11 Jelmer VernooijFaster call for has_revision()
2006-05-11 Jelmer VernooijSupport get_physical_lock_status()
2006-05-10 Jelmer VernooijFix light checkouts using svn.ra API
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 fetching contents of files, keep dictionary for...
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 VernooijCouple of small fixes
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-03-06 Jelmer VernooijStart working on support for new API.