Merge some local changes.
[jelmer/subvertpy.git] / repository.py
2007-06-11 Jelmer VernooijMerge some local changes.
2007-05-20 Jelmer VernooijCheck system and installed pysqlite's sqlite versions.
2007-05-17 Jelmer VernooijAdd some documentation.
2007-04-08 Jelmer VernooijAdd test for bug #91641
2007-03-25 Jelmer VernooijMore formatting fixes.
2007-03-24 Jelmer VernooijGeneral cleanups: remove unused imports, fix line lengt...
2007-03-19 Jelmer VernooijOnly warn about unknown svn: or bzr: properties, not...
2007-03-19 Jelmer VernooijAllow overriding of ui_factory by other plugins (in...
2007-03-12 Jelmer VernooijAdd trivial test for PullResult().
2007-03-11 Jelmer VernooijFix the unicode revid/fileid warnings.
2007-01-09 Jelmer VernooijAdd test that demonstrates a problem in the python...
2007-01-07 Jelmer VernooijWarn if data changed during an upgrade.
2007-01-03 Jelmer VernooijImprove working tree handling.
2007-01-03 Jelmer VernooijFix annoying bug in file id assignment code. "bzr statu...
2007-01-02 Jelmer VernooijAnd more corner cases...
2007-01-02 Jelmer VernooijFix another corner case
2007-01-02 Jelmer VernooijSupport copying of branch parent directories.
2007-01-02 Jelmer VernooijMore tests!
2007-01-01 Jelmer VernooijStore file id maps when committing to Subversion. Fixes...
2007-01-01 Jelmer VernooijInitial work on supporting the 'bzr:file-ids' property.
2007-01-01 Jelmer VernooijMore efficient implementation of last_revision().
2007-01-01 Jelmer VernooijShow progress bar when finding branches.
2007-01-01 Jelmer VernooijFix convert optimization.
2006-12-31 Jelmer VernooijProperly implement SvnRemoteAccess.open_repository...
2006-12-31 Jelmer VernooijAdd --all option to svn-import.
2006-12-30 Jelmer VernooijImplement all_revision_ids().
2006-12-30 Jelmer VernooijMore consistent use of progress bars.
2006-12-29 Jelmer VernooijMore efficient implementation of follow_branch().
2006-12-29 Jelmer VernooijReduce amount of output of follow_history() functions.
2006-12-29 Jelmer VernooijAdd specialized version of follow_branch_history()...
2006-12-29 Jelmer VernooijReduce number of find_children() calls.
2006-12-29 Jelmer VernooijAllow specifying find_children() function.
2006-12-29 Jelmer VernooijOnly determine file ids of changed files.
2006-12-29 Jelmer VernooijSimplify path_to_file_id function a bit.
2006-12-26 Jelmer VernooijFix bug in new follow_branch functions.
2006-12-26 Jelmer VernooijEliminate unused code.
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 VernooijRaise exception when a dir upgrade is detected.
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 VernooijAdd Repository.follow_branch()
2006-12-25 Jelmer VernooijSupport conversions with branching schemes other than...
2006-12-25 Jelmer VernooijFix matching formats.
2006-12-23 Jelmer VernooijAdd get_property_diff() function, another helper functi...
2006-12-23 Jelmer VernooijMove tracking branch properties to a separate class.
2006-12-23 Jelmer VernooijRemove unused functions.
2006-12-20 Jelmer VernooijUse sqlite for branch property cache, no more dbshelve...
2006-12-20 Jelmer VernooijUse sqlite for the logwalker.
2006-12-19 Jelmer VernooijRemove support for branching from dumpfiles.
2006-12-19 Jelmer VernooijAllow continuing with an existing repository.
2006-12-16 Jelmer VernooijRemove rename support inside the repository object.
2006-12-15 Jelmer VernooijUse existing transports and wrap them rather than regis...
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 fixes.
2006-12-12 Jelmer VernooijAdd repository format.
2006-12-12 Jelmer VernooijMerge upstream changes.
2006-12-07 Jelmer VernooijMake create cache function global.
2006-12-06 Jelmer VernooijMove ra context handling into SvnRaTransport to make...
2006-10-16 Jelmer VernooijBump version number to 2, making testsuite version...
2006-10-16 Jelmer VernooijFix compatibility with bzr.dev after ROOT_ID changes. bzr-svn-0.1
2006-10-11 Jelmer VernooijFix root being added twice (fixes #54131).
2006-10-09 Jelmer VernooijMake sure top-level .bazaar directory exists, update...
2006-10-08 Jelmer VernooijAllow None as argument to Repository.has_revision().
2006-08-23 Jelmer VernooijFix deprecation warning.
2006-08-13 Jelmer VernooijUpdate for bzr 0.10
2006-07-30 Jelmer VernooijDeal with copied branches better (partially fixes ...
2006-07-30 Jelmer Vernooij[merge] main
2006-07-29 Jelmer VernooijCreate separate ra connection for logwalker.
2006-07-19 Jelmer VernooijSome more performance improvements.
2006-07-19 Jelmer VernooijUse more efficient caching.
2006-07-17 Jelmer VernooijFix setting parent, other minor issues.
2006-07-16 Jelmer VernooijFix tests, switch to saving file id maps in files.
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 VernooijUse new file id generation mechanism. Tries to build...
2006-07-14 Jelmer VernooijAdd note about optimization
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-04 Jelmer VernooijProperly support and https:// repositories.
2006-07-04 Jelmer VernooijMore tests. Push as merged *really* works now.
2006-07-04 Jelmer Vernooij[merge] portability fixes.
2006-07-04 Jelmer VernooijFix push as merge, add more tests.
2006-07-04 Jelmer VernooijFix get_ancestry() for merged stuff.
2006-07-03 Jelmer VernooijAdd more tests, particularly for commit.
2006-07-03 Jelmer VernooijAdd svk:merge conversion functions with tests.
2006-07-03 Jelmer VernooijFix fetching executable bits, nasty bug with copying
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-02 Jelmer VernooijAdd tests for dumpfiles.
2006-07-02 Jelmer VernooijFix checkouts.
2006-07-01 Jelmer VernooijFix revision id generation.
2006-07-01 Jelmer VernooijDon't stop file id generation when crossing branch...
2006-07-01 Jelmer VernooijCheck checksums returned by Subversion, fix error
2006-06-30 Jelmer VernooijInclude version number.
next