Fix more tests.
[jelmer/subvertpy.git] / repository.py
2006-06-24 Jelmer VernooijFix more tests.
2006-06-23 Jelmer Vernooijreading working inventory works!
2006-06-22 Jelmer VernooijAdd more tests, fix tests.
2006-06-22 Jelmer VernooijStart testing file ids.
2006-06-22 Jelmer VernooijMore tests.
2006-06-22 Jelmer VernooijTest get_ancestry()
2006-06-22 Jelmer VernooijAdd more 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 VernooijAdd wrapper function for get_log()
2006-06-18 Jelmer VernooijMore work on supporting Subversion working copies.
2006-06-13 Jelmer VernooijGet rid of fake weave code.
2006-06-13 Jelmer Vernooij[merge] trunk
2006-06-13 Jelmer VernooijOverride _check() rather than check()
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 VernooijFill in the submit command
2006-05-18 Jelmer VernooijCache directory listings as well. Increases speed even...
2006-05-18 Jelmer VernooijMove fake weave implementation out of Repository
2006-05-18 Jelmer VernooijShow progress bar when copying revisions
2006-05-18 Jelmer VernooijFix use of remote SVN URLs (svn.ra can't be used from...
2006-05-16 Jelmer VernooijAdd BranchingScheme as a separate file
2006-05-16 Jelmer VernooijAdd some help strings
2006-05-16 Jelmer VernooijCorrectly store inventory_sha1 for revisions
2006-05-16 Jelmer VernooijCache file data and properties (causes major speedup)
2006-05-16 Jelmer VernooijSupport executable bits in inventory entries
2006-05-16 Jelmer VernooijGet rid of fake InventoryWeave implementation
2006-05-16 Jelmer VernooijOptimization when retrieving inventory. This has a...
2006-05-16 Jelmer VernooijFull branching works!
2006-05-15 Jelmer VernooijGenerating file weaves now works correctly. Working
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 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.