release 0.4.2
[jelmer/subvertpy.git] / tests /
2007-09-06 Jelmer VernooijRemove accidently committed pdb usage.
2007-09-05 Jelmer VernooijHandle files of which path didn't change but parent...
2007-09-05 Jelmer VernooijHandle Unknown hostname errors correctly.
2007-09-05 Jelmer VernooijFix pushing of revisions of which only a non-left hand...
2007-09-04 Jelmer VernooijAvoid deprecated BzrDir.create_repository().
2007-08-28 Jelmer VernooijFix handling of invalid urls.
2007-08-26 Jelmer VernooijFix test.
2007-08-26 Jelmer VernooijHandle copies of branch parent directories correctly.
2007-08-25 Jelmer VernooijRemove locale-specific data from timestamps.
2007-08-25 Jelmer VernooijSupport reading gzip and bzip2 compressed dumpfiles.
2007-08-25 Jelmer VernooijConvert SVN_ERR_INCOMPLETE_DATA errors.
2007-08-09 Jelmer VernooijFix some tests.
2007-08-09 Jelmer VernooijSupport WorkingTree.update().
2007-08-09 Jelmer VernooijHandle some more corner cases fetching renames.
2007-08-09 Jelmer VernooijMake sure children don't stay around in the inventory...
2007-08-09 Jelmer VernooijAdd more docstrings, general cleanups.
2007-08-09 Jelmer VernooijAdd extra test that demonstrates a bug with file ids.
2007-08-08 Jelmer VernooijUse urlutils where possible.
2007-08-07 Jelmer VernooijMerge support for initializing subversion repositories...
2007-08-06 Jelmer VernooijFix test.
2007-08-06 Jelmer VernooijAdd two tests for bugs recently reported.
2007-08-04 Jelmer VernooijFix issues deleting the wrong file during commit.
2007-08-03 Jelmer VernooijMake sure root ids are tracked correctly when creating...
2007-08-03 Jelmer VernooijMake sure paths in file id maps are unquoted properly.
2007-08-03 Jelmer VernooijUse standard branching schemes when possible.
2007-08-03 Jelmer VernooijAvoid heisenbugs.
2007-08-01 Jelmer VernooijMake ListBranchingScheme reconstructable from string.
2007-07-30 Jelmer VernooijAdd function for setting the branching scheme of a...
2007-07-26 Jelmer VernooijAdd another test, update docs.
2007-07-25 Jelmer VernooijMatch new rebase interface.
2007-07-25 Jelmer VernooijAdd function for upgrading working trees.
2007-07-25 Jelmer VernooijSplit out plan generation code.
2007-07-24 Jelmer VernooijAdd more tests for upgrade code.
2007-07-23 Jelmer VernooijHandle another corner case: a file being removed from...
2007-07-23 Jelmer VernooijFix some more corner cases with file ids.
2007-07-23 Jelmer VernooijHandle another corner case pushing.
2007-07-23 Jelmer VernooijFix two deprecation warnings.
2007-07-23 Jelmer VernooijSimplify import code, handle corner cases pushing deletes.
2007-07-23 Jelmer VernooijAdd some tests for import_branch().
2007-07-23 Jelmer VernooijAdd some extra checks, fix formatting, split up large...
2007-07-22 Jelmer VernooijFix another sometimes-failing test.
2007-07-22 Jelmer VernooijFix tests that sometimes fell over.
2007-07-21 Jelmer Vernooijadd test for parse_merge.
2007-07-21 Jelmer VernooijRename bzr:merge -> bzr:ancestry:v3-SCHEME.
2007-07-21 Jelmer VernooijFix svk:merge imports.
2007-07-21 Jelmer VernooijAdd some extra tests for file ids, update documentation...
2007-07-20 Jelmer VernooijMore compatibility fixes for Subversion 1.5.
2007-07-20 Jelmer VernooijSupport Subversion 1.5.
2007-07-20 Jelmer VernooijInitial work on support for 1.5 interfaces.
2007-07-19 Jelmer VernooijSupport wildcards in listbranching schemes
2007-07-19 Jelmer VernooijFix tests.
2007-07-19 Jelmer VernooijError out when creating a new branch in a repository...
2007-07-19 Jelmer VernooijMore work on intelligent guessing of branching schemes.
2007-07-19 Jelmer VernooijFix bug in scheme guessing code, add 'bzr help svn...
2007-07-19 Jelmer VernooijImprove heuristics for determining branching schemes.
2007-07-18 Jelmer VernooijAdd function for determining commit paths.
2007-07-18 Jelmer VernooijAdd --prefix option to svn-import.
2007-07-17 Jelmer VernooijFix some broken tests.
2007-07-17 Jelmer VernooijMerge README update from Mikhail Sobolev.
2007-07-17 Jelmer VernooijSome minor fixes, update TODO.
2007-07-17 Jelmer VernooijFix tests, bunch of performance improvements.
2007-07-16 Jelmer VernooijMerge support for creating new branches using push.
2007-07-16 Jelmer VernooijSupport pushing new branches.
2007-07-16 Jelmer VernooijMerge upstream.
2007-07-16 Jelmer VernooijAdd getter for Branch.branch_path.
2007-07-16 Jelmer VernooijSupport pushing revisions on top of revisions in differ...
2007-07-16 Jelmer VernooijMerge upstream.
2007-07-16 Jelmer VernooijFix tests.
2007-07-16 Jelmer VernooijInitial work supporting write locks
2007-07-16 Jelmer VernooijMore work on supporting creating branches.
2007-07-16 Jelmer VernooijAdd some rename tests
2007-07-16 Jelmer VernooijFix locking bug.
2007-07-15 Jelmer VernooijMerge upstream.
2007-07-14 Jelmer VernooijCheck for and use safe file ids.
2007-07-14 Jelmer VernooijAvoid using deprecated function.
2007-07-13 Jelmer VernooijFix some tests, support setting the branching scheme...
2007-07-13 Jelmer VernooijLet config return a BranchingScheme instance rather...
2007-07-13 Jelmer VernooijSupport parsing list scheme texts.
2007-07-13 Jelmer VernooijAdd __str__ to ListBranchingScheme.
2007-07-13 Jelmer VernooijUse branching scheme stored in ~/.bazaar/subversion...
2007-07-12 Jelmer VernooijMerge interface sanitation.
2007-07-12 Jelmer VernooijImplement smart_add for working tree.
2007-07-12 Jelmer VernooijRename checkout to workingtree, mark 0.4 as being compa...
2007-07-12 Jelmer VernooijSaner interface to Subversion delta editors.
2007-07-10 Jelmer VernooijMerge tets fixes.
2007-07-05 Jelmer VernooijFix some tests.
2007-07-05 Jelmer VernooijAdd SingleBranchingScheme.
2007-07-04 Jelmer VernooijDeal with the undefined branching scheme, for backwards...
2007-07-04 Jelmer VernooijDepend on the rebase plugin for svn-upgrade.
2007-07-03 Jelmer VernooijConsistently treat property changes as actual changes...
2007-07-03 Jelmer VernooijAdd blackbox tests for "bzr ls" and "bzr info"
2007-07-02 Jelmer VernooijAdd test for svn-import with dumpfile. Fixes #123493
2007-06-24 Jelmer VernooijAdd conversion checks.
2007-06-24 Jelmer VernooijRefactory convert_repository().
2007-06-24 Jelmer VernooijImplement needs_format_conversion().
2007-06-24 Jelmer VernooijMove fetch tests to separate file.
2007-06-24 Jelmer VernooijUse right test dirs.
2007-06-24 Jelmer VernooijRemember locations and branching scheme.
2007-06-24 Jelmer VernooijAdd config objects for repositories.
2007-06-24 Jelmer VernooijMerge 0.3.4 release.
next