Fix bug in new follow_branch functions.
[jelmer/subvertpy.git] / logwalker.py
2006-12-26 Jelmer VernooijFix bug in new follow_branch functions.
2006-12-26 Jelmer VernooijOptimizations, split out tests.
2006-12-26 Jelmer VernooijRather than bailing out on dir upgrades, simply cut...
2006-12-26 Jelmer VernooijDeal with branch downgrades.
2006-12-26 Jelmer VernooijMove scheme-specific code out of LogWalker.
2006-12-26 Jelmer VernooijRemove scheme property from logwalker.
2006-12-26 Jelmer VernooijMove more scheme-specific code out of LogWalker to...
2006-12-26 Jelmer VernooijWarn when noticing directories being upgraded to branch...
2006-12-25 Jelmer VernooijAdd backwards compatibility when get_dir2() isn't available
2006-12-25 Jelmer VernooijProperly recognize discontinued branches. Fixes #76823.
2006-12-25 Jelmer Vernooijsvn_ra_dav seems to not be able to set dirent.kind...
2006-12-25 Jelmer VernooijMore efficient implementation of find_children().
2006-12-24 Jelmer VernooijCouple of minor performance improvements.
2006-12-24 Jelmer VernooijFix corner cases in get_previous().
2006-12-23 Jelmer VernooijAdd get_property_diff() function, another helper functi...
2006-12-23 Jelmer VernooijOptimize touches_path()
2006-12-23 Jelmer VernooijFix unicode issue.
2006-12-23 Jelmer VernooijOptimize find_latest_change() implementation
2006-12-20 Jelmer VernooijUse sqlite for branch property cache, no more dbshelve...
2006-12-20 Jelmer VernooijUse sqlite for the logwalker.
2006-12-20 Jelmer VernooijFix test.
2006-12-20 Jelmer VernooijAdd test for follow_history(_, 0)
2006-12-19 Jelmer VernooijAdd some more tests for find_branches(), fix bug in...
2006-12-18 Jelmer VernooijFix #76280 and add some docstrings.
2006-12-16 Jelmer VernooijMerge local commit.
2006-12-15 Jelmer VernooijFix two small tests.
2006-12-15 Jelmer VernooijUse existing transports and wrap them rather than regis...
2006-12-13 Jelmer VernooijDon't fetch revision info until necessary (#64850)
2006-12-12 Jelmer VernooijMerge control character fixes.
2006-12-12 Jelmer VernooijEscape control codes in commit messages (#54736)
2006-12-12 Jelmer VernooijMerge upstream changes.
2006-12-07 Jelmer VernooijBring back caching without reintroducing bug #64831.
2006-12-07 Jelmer VernooijDisable cache for now (slower, but fixes #64831)
2006-12-06 Jelmer VernooijMove ra context handling into SvnRaTransport to make...
2006-12-06 Jelmer VernooijFix compatibility with Bazaar 0.13.
2006-07-30 Jelmer VernooijFix exception display.
2006-07-30 Jelmer Vernooij[merge] main
2006-07-29 Jelmer VernooijCreate separate ra connection for logwalker.
2006-07-19 Jelmer VernooijUse more efficient caching.
2006-07-18 Jelmer VernooijProperly fetch symlink info.
2006-07-16 Jelmer VernooijBunch of file id improvements.
2006-07-14 Jelmer VernooijDon't fetch branch properties unless they've changed.
2006-07-14 Jelmer VernooijIgnore decode errors from utf-8 - Subversion guarantees...
2006-07-14 Jelmer VernooijUse new file id generation mechanism. Tries to build...
2006-07-14 Jelmer Vernooij[merge] cache properties
2006-07-14 Jelmer VernooijSimplify logwalker a bit.
2006-07-14 Jelmer VernooijSupport caching properties set on branch paths.
2006-07-13 Jelmer VernooijUse shelve rather than pickle (causes significant speedup).
2006-07-10 Jelmer VernooijAdd tests for convert, fix ignores.
2006-07-05 Jelmer VernooijAdd function for generating cache directory.
2006-07-02 Jelmer VernooijImprove performance by not hitting 'log' for each revision.
2006-07-02 Jelmer VernooijUse Subversion file properties on the branch path rathe...
2006-07-01 Jelmer VernooijRewrite svn2bzr as part of bzr-svn. It is now a bzr...
2006-06-30 Jelmer VernooijUse do_update() instead of single-file fetches. Improve...
2006-06-29 Jelmer VernooijSeperate checkouts a bit more from remote connects...
2006-06-29 Jelmer VernooijAnother set of smaller commits.
2006-06-29 Jelmer VernooijBunch of random fixes, tests.
2006-06-28 Jelmer VernooijSupport renames in the repository.
2006-06-28 Jelmer VernooijReturn branch path from logwalker functions.
2006-06-28 Jelmer VernooijFix a few tests.
2006-06-28 Jelmer VernooijSupport following across branch copies in logwalker.
2006-06-28 Jelmer VernooijRemove strict_node_history argument from logwalker,
2006-06-24 Jelmer VernooijFix more tests.
2006-06-22 Jelmer VernooijAdd more tests, fix tests.
2006-06-22 Jelmer VernooijTest logwalker.
2006-06-22 Jelmer VernooijMore 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.