[Pkg-bazaar-commits] ./bzr-svn/unstable r343: New upstream release.

Jelmer Vernooij jelmer at samba.org
Wed May 20 16:21:15 UTC 2009


------------------------------------------------------------
revno: 343
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unstable
timestamp: Wed 2009-05-20 18:19:35 +0200
message:
  New upstream release.
removed:
  foreign/
  foreign/.bzrignore
  foreign/TODO
  foreign/__init__.py
  foreign/test_versionedfiles.py
  foreign/upgrade.py
  foreign/versionedfiles.py
  tests/test_revids.py
added:
  cache/sqlitecache.py
  cache/tdbcache.py
  specs/tdbcache.txt
  tests/test_cache.py
modified:
  AUTHORS
  FAQ
  HACKING
  Makefile
  NEWS
  TODO
  __init__.py
  annotate.py
  auth.py
  branch.py
  bzr-svn.doap
  cache/__init__.py
  commands.py
  commit.py
  convert.py
  debian/changelog
  debian/control
  errors.py
  fetch.py
  fileids.py
  layout/__init__.py
  layout/standard.py
  logwalker.py
  mapping.py
  parents.py
  push.py
  remote.py
  repository.py
  revids.py
  revmeta.py
  setup.py
  tags.py
  tests/__init__.py
  tests/mapping_implementations/test_base.py
  tests/mapping_implementations/test_branch.py
  tests/mapping_implementations/test_repository.py
  tests/test_blackbox.py
  tests/test_branch.py
  tests/test_branchprops.py
  tests/test_convert.py
  tests/test_fetch.py
  tests/test_fileids.py
  tests/test_logwalker.py
  tests/test_mapping.py
  tests/test_parents.py
  tests/test_push.py
  tests/test_revmeta.py
  tests/test_transport.py
  tests/test_tree.py
  tests/test_upgrade.py
  tests/test_versionedfiles.py
  tests/test_workingtree.py
  transport.py
  tree.py
  versionedfiles.py
  workingtree.py
    ------------------------------------------------------------
    revno: 220.106.22
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-09 00:18:22 +0200
    message:
      Merge 0.5.4.
    modified:
      NEWS
    ------------------------------------------------------------
    revno: 220.106.23
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-09 01:54:01 +0200
    message:
      Prepare for more complex fetch tests.
    modified:
      tests/test_fetch.py
    ------------------------------------------------------------
    revno: 220.106.24
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-09 02:28:42 +0200
    message:
      Simplify handling of replay.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.25
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 00:27:12 +0200
    message:
      Mark as compatible with 1.15.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.26
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 00:33:20 +0200
    message:
      merge bzr-foreign.
    modified:
      branch.py
      foreign/__init__.py
        ------------------------------------------------------------
        revno: 0.9.2
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Fri 2009-04-10 00:26:15 +0200
        message:
          Remove ForeignBranch, now in bzrlib.
        modified:
          __init__.py
    ------------------------------------------------------------
    revno: 220.106.27
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 21:38:23 +0200
    message:
      Remove pdb use.
    modified:
      tests/mapping_implementations/test_repository.py
    ------------------------------------------------------------
    revno: 220.106.28
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 21:46:24 +0200
    message:
      Provide fallback credentials store.
    modified:
      NEWS
      __init__.py
      auth.py
    ------------------------------------------------------------
    revno: 220.106.29
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 21:54:03 +0200
    message:
      Support non-fallback bzr.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.30
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 22:11:04 +0200
    message:
      Remove deprecated svn+http://, svn+https://, svn+file://..
    modified:
      NEWS
      transport.py
    ------------------------------------------------------------
    revno: 220.106.31
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-10 23:33:25 +0200
    message:
      Fix tests.
    modified:
      tests/__init__.py
      tests/test_transport.py
    ------------------------------------------------------------
    revno: 220.106.32
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-04-11 04:25:38 +0200
    message:
      Support working copies with non-ascii characters in the base path.
    modified:
      NEWS
      branch.py
      tests/test_fileids.py
      tests/test_transport.py
      tests/test_workingtree.py
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.33
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-04-12 13:43:28 +0200
    message:
      re-introduce svn+http(s)
    modified:
      NEWS
      tests/test_transport.py
      transport.py
    ------------------------------------------------------------
    revno: 220.106.34
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-04-13 15:06:52 +0200
    message:
      Strip prefix properly when importing only part of a repository.
    modified:
      convert.py
      tests/test_convert.py
    ------------------------------------------------------------
    revno: 220.106.35
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-04-13 15:40:01 +0200
    message:
      Fix handling of newlines in Bazaar revision properties round-tripped to Subversion file properties.
    modified:
      NEWS
      mapping.py
      tests/test_mapping.py
    ------------------------------------------------------------
    revno: 220.106.36
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-04-13 19:14:59 +0200
    message:
      utf8-encode basenames when looking up file ids in CHKInventories.
    modified:
      NEWS
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.37
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 02:26:04 +0200
    message:
      Try a bit harder to avoid connecting to remote Subversion trees.
    modified:
      branch.py
      tests/test_branch.py
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.38
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 03:09:35 +0200
    message:
      fix file property retrieval for basis trees.
    modified:
      tests/test_tree.py
      tests/test_workingtree.py
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.39
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 03:28:46 +0200
    message:
      Standardize the way fileid/revision pairs are looked up.
    modified:
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.40
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 03:43:06 +0200
    message:
      Simplify lookup code a bit.
    modified:
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.41
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 04:12:33 +0200
    message:
      make file id cache retrieval less dependent on branch
    modified:
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.42
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 14:17:09 +0200
    message:
      Abstract away actual implementation of caches.
    modified:
      cache/__init__.py
      fileids.py
      repository.py
      revids.py
    ------------------------------------------------------------
    revno: 220.106.43
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 14:36:01 +0200
    message:
      Abstract away more caches.
    modified:
      cache/__init__.py
      logwalker.py
      parents.py
      repository.py
      tests/test_branchprops.py
      tests/test_parents.py
    ------------------------------------------------------------
    revno: 220.106.44
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 14:40:33 +0200
    message:
      Make basis id map part of the working tree, so we don't need the basis_tree() as much.
    modified:
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.45
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-14 15:22:17 +0200
    message:
      Fix tests.
    modified:
      tests/test_branchprops.py
      tests/test_logwalker.py
      tests/test_parents.py
    ------------------------------------------------------------
    revno: 220.106.46
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-15 12:32:38 +0200
    message:
      Stop repacking every 500 revisions.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.47
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-15 13:28:06 +0200
    message:
      Set reference revision to current: rather than to None if there is no explicit revision.
    modified:
      tests/test_tree.py
      tree.py
    ------------------------------------------------------------
    revno: 220.106.48
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-15 19:24:06 +0200
    message:
      Cope with credentials not being set yet.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.49
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-15 22:32:25 +0200
    message:
      Add asserts for credentials type.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.50
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-16 09:30:04 +0200
    message:
      Print proper error if repository is not shared.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.51
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-16 21:20:20 +0200
    message:
      Catch malformed configuration exceptions.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.52
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-17 00:04:48 +0200
    message:
      Use executemany when adding log data.
    modified:
      commit.py
      logwalker.py
      tests/test_logwalker.py
    ------------------------------------------------------------
    revno: 220.106.53
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-17 00:13:06 +0200
    message:
      Avoid committing regularly in logwalker, just commit at the end.
    modified:
      logwalker.py
    ------------------------------------------------------------
    revno: 220.106.54
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-17 00:22:46 +0200
    message:
      Add convenience function for remembering revision ids in revision id finder.
    modified:
      revids.py
    ------------------------------------------------------------
    revno: 220.106.55
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-17 01:04:25 +0200
    message:
      More progress bars.
    modified:
      branch.py
      logwalker.py
      repository.py
      revids.py
      tags.py
    ------------------------------------------------------------
    revno: 220.106.56
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-04-17 01:17:38 +0200
    message:
      Fix direction of progress bar.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.57
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-04-20 23:14:22 +0200
    message:
      Ask for username.
    modified:
      auth.py
    ------------------------------------------------------------
    revno: 220.106.58
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-04-21 23:05:48 +0200
    message:
      Fix auth with bzr-svn and svn+http.
    modified:
      auth.py
      foreign/__init__.py
    ------------------------------------------------------------
    revno: 220.106.59
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 13:33:22 +0200
    message:
      Return UUID and last revnum in repository stats dictionary.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.106.60
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 13:34:17 +0200
    message:
      Print svn uuid and last revision number in 'bzr info -v'
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.61
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 19:03:07 +0200
    message:
      .svn is a control file and no longer returned by extras().
    modified:
      tests/test_workingtree.py
    ------------------------------------------------------------
    revno: 220.106.62
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 19:03:21 +0200
    message:
      Remove FakeControlFiles, it's no longer necessary.
    modified:
      branch.py
      tests/mapping_implementations/test_branch.py
      tests/test_branch.py
    ------------------------------------------------------------
    revno: 220.106.63
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 19:08:07 +0200
    message:
      Merge new FakeControlFiles.
    modified:
      foreign/__init__.py
        ------------------------------------------------------------
        revno: 0.8.11
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Thu 2009-04-02 15:59:17 +0200
        message:
          Remove escape_commit_message, now in bzrlib.
        modified:
          __init__.py
        ------------------------------------------------------------
        revno: 0.8.12
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sat 2009-04-04 16:02:03 +0200
        message:
          Remove escape_commit_message function that is now in bzrlib.
        ------------------------------------------------------------
        revno: 0.8.13
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Fri 2009-04-10 00:26:15 +0200
        message:
          Remove ForeignBranch, now in bzrlib.
        modified:
          __init__.py
        ------------------------------------------------------------
        revno: 0.8.14
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Wed 2009-04-29 19:05:01 +0200
        message:
          Remove FakeControlFiles, it's no longer used.
        modified:
          __init__.py
    ------------------------------------------------------------
    revno: 220.106.64
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 20:44:15 +0200
    message:
      Fix doap file.
    modified:
      bzr-svn.doap
    ------------------------------------------------------------
    revno: 220.106.65
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-04-29 22:26:25 +0200
    message:
      Avoid a abspath call.
    modified:
      tree.py
        ------------------------------------------------------------
        revno: 220.107.1
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Mon 2007-03-19 16:06:11 +0100
        message:
          Initial work on support for svn:externals.
        modified:
          __init__.py
          errors.py
          fetch.py
          tests/test_repos.py
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.2
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sun 2007-03-25 21:11:08 +0200
        message:
          Merge fixes from upstream
        added:
          tests/test_blackbox.py
        modified:
          TODO
          __init__.py
          branch.py
          branchprops.py
          checkout.py
          commit.py
          convert.py
          fetch.py
          fileids.py
          format.py
          logwalker.py
          repository.py
          scheme.py
          setup.py
          tests/__init__.py
          tests/test_branch.py
          tests/test_branchprops.py
          tests/test_checkout.py
          tests/test_commit.py
          tests/test_convert.py
          tests/test_fileids.py
          tests/test_logwalker.py
          tests/test_radir.py
          tests/test_repos.py
          tests/test_transport.py
          tests/test_tree.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          tree.py
          upgrade.py
        ------------------------------------------------------------
        revno: 220.107.3
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Mon 2007-03-26 00:40:54 +0200
        message:
          Implement utility function for adding externals to an inventory.
        modified:
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.4
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Mon 2007-03-26 03:29:17 +0200
        message:
          Implement most of svn:externals as by-reference trees.
          
          Still to be done:
          
           * Removal of externals
           * Change of externals locations / revisions
           * Proper file ids for externals and directories implicitly created by them
        modified:
          branch.py
          fetch.py
          tests/test_repos.py
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.5
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Fri 2007-07-06 18:04:29 +0200
        message:
          Merge mainline.
        added:
          cache.py
          config.py
          revids.py
          tests/test_config.py
          tests/test_fetch.py
          tests/test_push.py
          tests/test_revids.py
        modified:
          .bzrignore
          AUTHORS
          NEWS
          README
          TODO
          __init__.py
          branch.py
          branchprops.py
          checkout.py
          commit.py
          convert.py
          errors.py
          fetch.py
          fileids.py
          format.py
          logwalker.py
          mapping.txt
          repository.py
          scheme.py
          tests/__init__.py
          tests/test_blackbox.py
          tests/test_branch.py
          tests/test_branchprops.py
          tests/test_checkout.py
          tests/test_commit.py
          tests/test_convert.py
          tests/test_errors.py
          tests/test_fileids.py
          tests/test_logwalker.py
          tests/test_radir.py
          tests/test_repos.py
          tests/test_scheme.py
          tests/test_transport.py
          tests/test_tree.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          tree.py
          upgrade.py
        ------------------------------------------------------------
        revno: 220.107.6
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Thu 2007-07-12 11:53:46 +0300
        message:
          Merge upstream.
        renamed:
          checkout.py => workingtree.py
        modified:
          NEWS
          TODO
          __init__.py
          logwalker.py
          mapping.txt
          repository.py
          tests/test_checkout.py
          tests/test_push.py
          tests/test_repos.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          upgrade.py
          workingtree.py
        ------------------------------------------------------------
        revno: 220.107.7
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sat 2007-07-21 13:43:32 +0200
        message:
          Merge upstream.
        modified:
          NEWS
          commit.py
          tests/test_fetch.py
          tests/test_tree.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          workingtree.py
        ------------------------------------------------------------
        revno: 220.107.8
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sat 2007-07-21 13:44:55 +0200
        message:
          Merge upstream.
        modified:
          NEWS
          README
          TODO
          __init__.py
          branch.py
          branchprops.py
          cache.py
          commit.py
          config.py
          convert.py
          errors.py
          fetch.py
          fileids.py
          format.py
          logwalker.py
          repository.py
          revids.py
          scheme.py
          tests/__init__.py
          tests/test_blackbox.py
          tests/test_branch.py
          tests/test_branchprops.py
          tests/test_commit.py
          tests/test_config.py
          tests/test_convert.py
          tests/test_fetch.py
          tests/test_logwalker.py
          tests/test_push.py
          tests/test_radir.py
          tests/test_repos.py
          tests/test_scheme.py
          tests/test_transport.py
          transport.py
          tree.py
          upgrade.py
          workingtree.py
        ------------------------------------------------------------
        revno: 220.107.9
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sat 2007-07-21 14:38:54 +0200
        message:
          Add some more tests.
        modified:
          TODO
          tests/test_fetch.py
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.10
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sat 2007-07-21 15:12:24 +0200
        message:
          Support relative externals urls.
        modified:
          fetch.py
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.11
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sat 2007-10-20 23:03:13 +0200
        message:
          Merge upstream.
        modified:
          AUTHORS
          NEWS
          README
          TODO
          __init__.py
          branch.py
          branchprops.py
          cache.py
          commit.py
          config.py
          convert.py
          errors.py
          fetch.py
          fileids.py
          format.py
          logwalker.py
          mapping.txt
          repository.py
          revids.py
          scheme.py
          setup.py
          tests/test_blackbox.py
          tests/test_branch.py
          tests/test_branchprops.py
          tests/test_commit.py
          tests/test_convert.py
          tests/test_errors.py
          tests/test_fetch.py
          tests/test_fileids.py
          tests/test_push.py
          tests/test_radir.py
          tests/test_repos.py
          tests/test_revids.py
          tests/test_scheme.py
          tests/test_transport.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          tree.py
          upgrade.py
          workingtree.py
            ------------------------------------------------------------
            revno: 220.108.1
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: trunk
            timestamp: Sat 2007-08-04 21:24:55 +0200
            message:
              Start working on 0.5.0
            modified:
              NEWS
              __init__.py
              setup.py
            ------------------------------------------------------------
            revno: 220.108.2
            committer: Jelmer Vernooij <jelmer at samba.org>
            branch nick: trunk
            timestamp: Sat 2007-08-25 23:38:35 +0200
            message:
              Merge 0.4 branch changes.
            modified:
              AUTHORS
              NEWS
              README
              TODO
              __init__.py
              branch.py
              branchprops.py
              cache.py
              commit.py
              config.py
              convert.py
              errors.py
              fetch.py
              fileids.py
              format.py
              logwalker.py
              repository.py
              revids.py
              scheme.py
              tests/test_blackbox.py
              tests/test_branch.py
              tests/test_commit.py
              tests/test_convert.py
              tests/test_errors.py
              tests/test_fetch.py
              tests/test_push.py
              tests/test_radir.py
              tests/test_repos.py
              tests/test_transport.py
              tests/test_workingtree.py
              transport.py
              tree.py
              upgrade.py
              workingtree.py
        ------------------------------------------------------------
        revno: 220.107.12
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Sat 2007-10-20 23:08:48 +0200
        message:
          Merge 0.4.
        added:
          FAQ
          format.py
        renamed:
          format.py => remote.py
        modified:
          NEWS
          README
          TODO
          __init__.py
          branch.py
          branchprops.py
          commit.py
          convert.py
          errors.py
          fetch.py
          fileids.py
          logwalker.py
          mapping.txt
          repository.py
          revids.py
          scheme.py
          tests/__init__.py
          tests/test_blackbox.py
          tests/test_branch.py
          tests/test_checkout.py
          tests/test_commit.py
          tests/test_convert.py
          tests/test_errors.py
          tests/test_fetch.py
          tests/test_fileids.py
          tests/test_logwalker.py
          tests/test_push.py
          tests/test_radir.py
          tests/test_repos.py
          tests/test_scheme.py
          tests/test_transport.py
          tests/test_workingtree.py
          transport.py
          tree.py
          upgrade.py
          workingtree.py
          remote.py
        ------------------------------------------------------------
        revno: 220.107.13
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-03-18 18:49:44 +0100
        message:
          Merge 0.4.
        added:
          BRANCH.TODO
          Makefile
          auth.py
          bzr-svn.cfg
          mapping.py
          pre-revprop-change.example
          revspec.py
          specs/
          specs/mappingv4.txt
          specs/revprops.txt
          specs/unicode.txt
          svk.py
          tests/test_mapping.py
          tests/test_revspec.py
          tests/test_svk.py
        modified:
          .bzrignore
          AUTHORS
          FAQ
          NEWS
          README
          TODO
          __init__.py
          branch.py
          branchprops.py
          cache.py
          commit.py
          config.py
          convert.py
          errors.py
          fetch.py
          fileids.py
          format.py
          logwalker.py
          mapping.txt
          remote.py
          repository.py
          revids.py
          scheme.py
          tests/__init__.py
          tests/test_blackbox.py
          tests/test_branch.py
          tests/test_branchprops.py
          tests/test_checkout.py
          tests/test_commit.py
          tests/test_config.py
          tests/test_convert.py
          tests/test_errors.py
          tests/test_fetch.py
          tests/test_fileids.py
          tests/test_logwalker.py
          tests/test_push.py
          tests/test_radir.py
          tests/test_repos.py
          tests/test_revids.py
          tests/test_transport.py
          tests/test_tree.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          tree.py
          upgrade.py
          workingtree.py
        ------------------------------------------------------------
        revno: 220.107.14
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-03-18 18:50:24 +0100
        message:
          remove conflict marker.
        modified:
          NEWS
        ------------------------------------------------------------
        revno: 220.107.15
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-03-18 20:47:44 +0100
        message:
          merge 0.4
        modified:
          Makefile
          __init__.py
          branch.py
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.16
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 02:48:56 +0200
        message:
          Merge 0.4.
        added:
          changes.py
          client.c
          core.py
          delta.py
          editor.c
          editor.h
          layout.py
          log.py
          mapping3/
          mapping3/__init__.py
          parents.py
          properties.py
          ra.c
          ra.h
          repos.c
          specs/ignores.txt
          specs/layout.txt
          tests/test_changes.py
          tests/test_client.py
          tests/test_core.py
          tests/test_log.py
          tests/test_properties.py
          tests/test_ra.py
          tests/test_repos.py
          tests/test_versionedfiles.py
          tests/test_wc.py
          util.c
          util.h
          versionedfiles.py
          wc.c
          wc.h
        renamed:
          scheme.py => mapping3/scheme.py
          tests/test_repos.py => tests/test_repository.py
        modified:
          .bzrignore
          AUTHORS
          BRANCH.TODO
          COPYING
          FAQ
          Makefile
          NEWS
          README
          TODO
          __init__.py
          auth.py
          branch.py
          branchprops.py
          cache.py
          commit.py
          config.py
          convert.py
          errors.py
          fetch.py
          fileids.py
          format.py
          logwalker.py
          mapping.py
          pre-revprop-change.example
          remote.py
          repository.py
          revids.py
          revspec.py
          setup.py
          svk.py
          tests/__init__.py
          tests/test_blackbox.py
          tests/test_branch.py
          tests/test_branchprops.py
          tests/test_checkout.py
          tests/test_commit.py
          tests/test_config.py
          tests/test_convert.py
          tests/test_errors.py
          tests/test_fetch.py
          tests/test_fileids.py
          tests/test_logwalker.py
          tests/test_mapping.py
          tests/test_push.py
          tests/test_radir.py
          tests/test_revids.py
          tests/test_revspec.py
          tests/test_scheme.py
          tests/test_svk.py
          tests/test_transport.py
          tests/test_tree.py
          tests/test_upgrade.py
          tests/test_workingtree.py
          transport.py
          tree.py
          upgrade.py
          workingtree.py
          mapping3/scheme.py
          tests/test_repository.py
        ------------------------------------------------------------
        revno: 220.107.17
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 03:09:04 +0200
        message:
          Fix the build.
        modified:
          fetch.py
          tree.py
          wc.c
        ------------------------------------------------------------
        revno: 220.107.18
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 03:21:53 +0200
        message:
          Fix more tests.
        modified:
          fetch.py
          tests/test_fetch.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.19
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 03:31:22 +0200
        message:
          Fix more tests, only two broken ones remaining.
        modified:
          tests/test_tree.py
          tree.py
        ------------------------------------------------------------
        revno: 220.107.20
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 03:57:48 +0200
        message:
          Fix another test.
        modified:
          tests/test_tree.py
        ------------------------------------------------------------
        revno: 220.107.21
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 05:02:15 +0200
        message:
          Cope with reversed externals values.
        modified:
          properties.py
          tests/test_properties.py
        ------------------------------------------------------------
        revno: 220.107.22
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 05:45:24 +0200
        message:
          Fix test
        modified:
          tests/test_fetch.py
        ------------------------------------------------------------
        revno: 220.107.23
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 05:45:38 +0200
        message:
          Support creating nested tree repos.
        modified:
          format.py
        ------------------------------------------------------------
        revno: 220.107.24
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 05:46:13 +0200
        message:
          More fixes to externals fetching.
        modified:
          fetch.py
        ------------------------------------------------------------
        revno: 220.107.25
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 06:15:03 +0200
        message:
          Add externals check when opening branch.
        modified:
          branch.py
        ------------------------------------------------------------
        revno: 220.107.26
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 15:17:08 +0200
        message:
          Support more syntaxes for externals.
        modified:
          properties.py
          tests/test_properties.py
        ------------------------------------------------------------
        revno: 220.107.27
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 15:22:00 +0200
        message:
          Merge 0.4.
        ------------------------------------------------------------
        revno: 220.107.28
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: nestedtrees
        timestamp: Tue 2008-07-08 16:28:02 +0200
        message:
          Fix order.
        modified:
          branch.py
    ------------------------------------------------------------
    revno: 220.106.66
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-30 01:59:47 +0200
    message:
      Remove python2.4 dependency.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.106.67
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-30 17:09:39 +0200
    message:
      handle null:.
    modified:
      branch.py
    ------------------------------------------------------------
    revno: 220.106.68
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-30 18:41:13 +0200
    message:
      Cope with credentials being a tuple sometimes.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.69
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-30 19:08:42 +0200
    message:
      Avoid expensive check for common history.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.70
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-30 19:09:24 +0200
    message:
      Use tuples for parent lists specified to add_lines() to prevent silly assertions from being raised.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.71
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-04-30 23:42:42 +0200
    message:
      Fix push --verbose.
    modified:
      remote.py
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.72
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-01 14:03:21 +0200
    message:
      Set committer to an empty string if no svn:author property was set.
    modified:
      mapping.py
    ------------------------------------------------------------
    revno: 220.106.73
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-01 16:36:52 +0200
    message:
      Cope with extra repository argument.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.74
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-01 16:38:04 +0200
    message:
      Update NEWS
    modified:
      NEWS
    ------------------------------------------------------------
    revno: 220.106.75
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-02 15:17:51 +0200
    message:
      Allow specifying branch paths to "bzr svn-layout" and print information about branch and tag containers.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.76
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-02 15:20:29 +0200
    message:
      Properly error if a non-svn branch is specified in svn-layout.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.77
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-02 15:21:47 +0200
    message:
      mention subversion in svn-layout short help
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.78
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-02 15:38:15 +0200
    message:
      Cope with layouts that don't provide tag or branch containers.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.79
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-04 19:07:42 +0200
    message:
      merge new bzr-foreign.
    removed:
      foreign/TODO
      foreign/upgrade.py
    modified:
      __init__.py
      foreign/__init__.py
        ------------------------------------------------------------
        revno: 0.8.15
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Mon 2009-05-04 19:05:45 +0200
        message:
          remove foreign-mapping-upgrade (now in bzr-rebase).
        removed:
          TODO
          upgrade.py
        modified:
          __init__.py
    ------------------------------------------------------------
    revno: 220.106.80
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-04 21:34:17 +0200
    message:
      Support stat and has.
    modified:
      tests/test_transport.py
      transport.py
    ------------------------------------------------------------
    revno: 220.106.81
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-04 21:34:41 +0200
    message:
      muttering stat
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.82
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-04 21:40:24 +0200
    message:
      Support st_size and st_mtime.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.83
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-04 23:31:54 +0200
    message:
      display push merged revisions setting.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.84
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-06 11:42:48 +0200
    message:
      Provide stock layout trunk3.
    modified:
      layout/__init__.py
      layout/standard.py
    ------------------------------------------------------------
    revno: 220.106.85
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-06 21:47:21 +0200
    message:
      Cope with new 'local' argument to pull().
    modified:
      AUTHORS
      branch.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.86
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-07 03:06:47 +0200
    message:
      Handle stat not being implemented.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.87
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-08 17:44:07 +0200
    message:
      Fix upgrade tests.
    modified:
      tests/test_upgrade.py
    ------------------------------------------------------------
    revno: 220.106.88
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-11 16:59:26 +0200
    message:
      Split out sqlite-specific bits into cache/sql.
    added:
      cache/sql.py
    modified:
      cache/__init__.py
      logwalker.py
      parents.py
      repository.py
      revids.py
      tests/__init__.py
      tests/test_branchprops.py
    ------------------------------------------------------------
    revno: 220.106.89
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-11 17:25:07 +0200
    message:
      Initial work on a tdb cache backend.
    added:
      cache/tdb.py
      specs/tdbcache.txt
    ------------------------------------------------------------
    revno: 220.106.90
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-11 19:07:30 +0200
    message:
      Cope with API changes in run_bzr_error.
    modified:
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.91
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-11 19:10:15 +0200
    message:
      Don't replace existing BZR_PLUGIN_PATH variable, rather append to it.
    modified:
      Makefile
    ------------------------------------------------------------
    revno: 220.106.92
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-11 19:12:11 +0200
    message:
      Use tdb from memory as well, cleanup imports.
    modified:
      tests/__init__.py
    ------------------------------------------------------------
    revno: 220.106.93
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-11 19:27:53 +0200
    message:
      Fix formatting, some bugs in the TdbCache, allow replacing tdb open function.
    renamed:
      cache/sql.py => cache/sqlitecache.py
      cache/tdb.py => cache/tdbcache.py
    modified:
      cache/__init__.py
      tests/test_logwalker.py
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.94
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 01:43:23 +0200
    message:
      Add cache tests.
    added:
      tests/test_cache.py
    modified:
      tests/__init__.py
    ------------------------------------------------------------
    revno: 220.106.95
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 02:41:40 +0200
    message:
      Mention TDB database in NEWS, fix formatting.
    modified:
      NEWS
    ------------------------------------------------------------
    revno: 220.106.96
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 02:41:50 +0200
    message:
      Fix LogCache tests.
    modified:
      cache/tdbcache.py
      logwalker.py
      tests/test_cache.py
      tests/test_logwalker.py
    ------------------------------------------------------------
    revno: 220.106.97
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 03:09:13 +0200
    message:
      Move revidmap / revinfo cache tests.
    removed:
      tests/test_revids.py
    modified:
      cache/tdbcache.py
      tests/__init__.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.98
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 03:10:55 +0200
    message:
      Move parents cache tests.
    modified:
      cache/tdbcache.py
      tests/test_cache.py
      tests/test_parents.py
    ------------------------------------------------------------
    revno: 220.106.99
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 03:22:40 +0200
    message:
      Fix tdbcache.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.100
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 04:01:50 +0200
    message:
      Fix more cache tests.
    modified:
      tests/test_logwalker.py
      tests/test_parents.py
    ------------------------------------------------------------
    revno: 220.106.101
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 04:41:14 +0200
    message:
      Remember last written revnum.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.102
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 15:20:21 +0200
    message:
      Only store hidden if actually set.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.103
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 15:24:33 +0200
    message:
      Merge insert_revinfo and insert_revprops.
    modified:
      cache/sqlitecache.py
      cache/tdbcache.py
      logwalker.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.104
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 15:47:46 +0200
    message:
      Merge revprops and revinfo fields.
    modified:
      cache/sqlitecache.py
      cache/tdbcache.py
      logwalker.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.105
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 16:07:17 +0200
    message:
      Cope with stat in muttering transport.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.106
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 16:34:22 +0200
    message:
      remove unnecessary code in paths parsing.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.107
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 17:26:28 +0200
    message:
      Remove find_latest_change, use log instead. Add muttering for get-revision-{paths,properties}.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.108
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 17:26:52 +0200
    message:
      Allow LogCache implementations to not provide find_latest_change.
    modified:
      logwalker.py
    ------------------------------------------------------------
    revno: 220.106.109
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 17:27:16 +0200
    message:
      Don't use metaiterators when working from cache.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.110
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-12 18:36:09 +0200
    message:
      Update TODO
    modified:
      TODO
    ------------------------------------------------------------
    revno: 220.106.111
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 00:51:28 +0200
    message:
      Add more mutters.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.112
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 01:38:32 +0200
    message:
      Implement faster reverse tag dictionary call that is lazy.
    modified:
      NEWS
      tags.py
    ------------------------------------------------------------
    revno: 220.106.113
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 02:59:32 +0200
    message:
      Add interface for accessing file id maps.
    modified:
      annotate.py
      fetch.py
      fileids.py
      repository.py
      tests/test_fileids.py
      tree.py
      versionedfiles.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.114
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 03:05:42 +0200
    message:
      Add apply_idmap_delta to interface.
    modified:
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.115
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 03:13:29 +0200
    message:
      Use DictFileIdMap internally as well.
    modified:
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.116
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 03:55:38 +0200
    message:
      Fix tests, move apply_delta implementation to class.
    modified:
      fileids.py
      tests/mapping_implementations/test_repository.py
    ------------------------------------------------------------
    revno: 220.106.117
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 06:18:34 +0200
    message:
      Fix tests.
    modified:
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.118
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 06:19:14 +0200
    message:
      Improve muttering.
    modified:
      cache/sqlitecache.py
    ------------------------------------------------------------
    revno: 220.106.119
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 06:19:29 +0200
    message:
      Simplify idmap_lookup arguments.
    modified:
      fileids.py
      tests/mapping_implementations/test_repository.py
      tests/test_fileids.py
    ------------------------------------------------------------
    revno: 220.106.120
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-13 06:20:18 +0200
    message:
      Improve muttering.
    modified:
      cache/sqlitecache.py
    ------------------------------------------------------------
    revno: 220.106.121
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-14 14:52:31 +0200
    message:
      Add coverage target.
    modified:
      Makefile
    ------------------------------------------------------------
    revno: 220.106.122
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-14 14:53:46 +0200
    message:
      Implement new lossy_push interface on InterBranch.
    modified:
      branch.py
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.123
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-14 17:10:31 +0200
    message:
      Note about deprecated code.
    modified:
      HACKING
    ------------------------------------------------------------
    revno: 220.106.124
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-14 17:13:33 +0200
    message:
      Note when features were introduced.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.125
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-14 18:06:36 +0200
    message:
      Mention svn version in use in error message.
    modified:
      commit.py
    ------------------------------------------------------------
    revno: 220.106.126
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-05-14 19:02:57 +0200
    message:
      Distinguish between whether client or server should be upgraded.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.127
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 04:13:00 +0200
    message:
      Support push from svn to bzr.
    modified:
      branch.py
    ------------------------------------------------------------
    revno: 220.106.128
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 13:39:22 +0200
    message:
      Keep original exception around if we can.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.129
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 13:39:35 +0200
    message:
      Cope with empty revprop dictionaries, mutter more.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.130
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 14:10:45 +0200
    message:
      Remove bzr-foreign, and disable stacking until the right APIs are in place in Bazaar.
    removed:
      foreign/
      foreign/.bzrignore
      foreign/__init__.py
      foreign/test_versionedfiles.py
      foreign/versionedfiles.py
    modified:
      FAQ
      repository.py
      tests/__init__.py
      tests/test_versionedfiles.py
    ------------------------------------------------------------
    revno: 220.106.131
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 14:59:40 +0200
    message:
      Fix locking counts.
    modified:
      tests/test_workingtree.py
    ------------------------------------------------------------
    revno: 220.106.132
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 14:59:48 +0200
    message:
      Fix tests after removing stacking hacks.
    modified:
      repository.py
      tests/mapping_implementations/test_repository.py
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.133
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 15:04:24 +0200
    message:
      Cope with rebase incompatible with current bzr.
    modified:
      tests/test_upgrade.py
    ------------------------------------------------------------
    revno: 220.106.134
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-05-15 15:11:30 +0200
    message:
      Fix fileid tests.
    modified:
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.135
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 01:14:37 +0200
    message:
      Foreign is gone now.
    modified:
      setup.py
    ------------------------------------------------------------
    revno: 220.106.136
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 02:19:47 +0200
    message:
      Use revno field for hidden, too.
    modified:
      TODO
      cache/tdbcache.py
      revmeta.py
      specs/tdbcache.txt
    ------------------------------------------------------------
    revno: 220.106.137
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 02:44:52 +0200
    message:
      Only store revids if not mapped.
    modified:
      cache/tdbcache.py
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.138
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 03:12:23 +0200
    message:
      Combine get_revision_id, get_distance_to_null and is_hidden.
    modified:
      mapping.py
      revids.py
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.139
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 03:32:00 +0200
    message:
      Simplify cache handling for revision info.
    modified:
      cache/sqlitecache.py
      cache/tdbcache.py
      mapping.py
      revids.py
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.140
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 03:45:49 +0200
    message:
      Fix tests.
    modified:
      cache/tdbcache.py
      tests/mapping_implementations/test_base.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.141
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 05:04:34 +0200
    message:
      Remove unused RevisionMetadata members.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.142
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 05:04:41 +0200
    message:
      Fix progress bar for discovering tags.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.106.143
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 05:46:01 +0200
    message:
      Handle original mapping explicitly.
    modified:
      cache/sqlitecache.py
      cache/tdbcache.py
      revids.py
      revmeta.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.144
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 06:08:05 +0200
    message:
      Punctuation.
    modified:
      cache/__init__.py
    ------------------------------------------------------------
    revno: 220.106.145
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sat 2009-05-16 06:11:32 +0200
    message:
      Check availability of the right bzrlib API first thing.
      
      The reasoning behind this is twofold:
      
       - we can't rely on *anything* to be available or with a particular API until we check the bzrlib function, 
       - the alternative is dealing with IncompatibleAPI everywhere in bzr-svn, and that's simply too much overhead
    modified:
      TODO
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.146
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 06:55:42 +0200
    message:
      Add extra asserts showing the problem from bug #352509.
    modified:
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.147
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 07:13:12 +0200
    message:
      Add test for 352509.
    modified:
      fileids.py
      tests/test_fileids.py
    ------------------------------------------------------------
    revno: 220.106.148
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 07:29:13 +0200
    message:
      Fix the build.
    modified:
      fetch.py
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.149
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 08:06:23 +0200
    message:
      Handle root replaces when doing lightweight checkouts.
    modified:
      NEWS
      fetch.py
      fileids.py
      tests/test_fileids.py
    ------------------------------------------------------------
    revno: 220.106.150
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 18:03:54 +0200
    message:
      Fix formatting in errors module, remove unused import.
    modified:
      errors.py
    ------------------------------------------------------------
    revno: 220.106.151
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 18:17:31 +0200
    message:
      Move dpush InterToSvnbranch.
    modified:
      branch.py
      push.py
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.152
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 18:43:11 +0200
    message:
      Fix tests.
    modified:
      branch.py
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.153
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-05-17 19:18:49 +0200
    message:
      Better error when pushing to a (diverged) empty branch. Unfortunately "bzr push" masks this better error at the moment.
    modified:
      NEWS
      branch.py
      errors.py
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.154
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 03:00:01 +0200
    message:
      hide the prefix option.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.155
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 03:44:46 +0200
    message:
      Remove comment about incompatible options.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.156
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 04:04:20 +0200
    message:
      Use transport.create_prefix.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.157
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 04:14:28 +0200
    message:
      Implement has_revisions now that we no longer have .revisions.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.106.158
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 04:19:31 +0200
    message:
      Handle spaces in paths in lookup_revid.
    modified:
      cache/tdbcache.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.159
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 04:46:34 +0200
    message:
      Support network_name on SvnBranchFormat and SvnRepositoryFormat.
    modified:
      __init__.py
      branch.py
      repository.py
    ------------------------------------------------------------
    revno: 220.106.160
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 04:47:04 +0200
    message:
      Fix completeness for some data members used by smart server.
    modified:
      remote.py
      repository.py
    ------------------------------------------------------------
    revno: 220.106.161
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 04:47:13 +0200
    message:
      Support readonly+ decorator.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.162
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 13:44:11 +0200
    message:
      Fix creating prefixes.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.163
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 13:50:00 +0200
    message:
      Add stub for create_prefix.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.164
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 14:08:24 +0200
    message:
      Move repository conversion onto object.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.165
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 14:09:35 +0200
    message:
      Don't create prefix implicitly.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.166
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 20:12:23 +0200
    message:
      Fix insert_revprops call.
    modified:
      commit.py
    ------------------------------------------------------------
    revno: 220.106.167
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 20:38:53 +0200
    message:
      Reorder some imports.
    modified:
      commands.py
    ------------------------------------------------------------
    revno: 220.106.168
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 20:42:59 +0200
    message:
      Import top-level module rather than individual methods.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.169
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-05-18 21:19:02 +0200
    message:
      New option warn-upgrade that can be used to turn off the warnings about slow servers.
    modified:
      NEWS
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.170
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 00:50:04 +0200
    message:
      Update NEWS.
    modified:
      NEWS
    ------------------------------------------------------------
    revno: 220.106.171
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 04:19:57 +0200
    message:
      Improve formatting.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.172
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 06:34:35 +0200
    message:
      Don't retrieve revprops if revision not relevant.
    modified:
      logwalker.py
    ------------------------------------------------------------
    revno: 220.106.173
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 06:44:06 +0200
    message:
      Handle browsing of revisions outside of prefix in repository with branch container directories (e.g. project1/trunk, etc).
    modified:
      NEWS
      TODO
      convert.py
      revmeta.py
      tests/test_revmeta.py
    ------------------------------------------------------------
    revno: 220.106.174
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 06:53:33 +0200
    message:
      Safe a pointless cache call per revmeta.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.175
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 13:37:49 +0200
    message:
      Add assertion to help with debugging #342065.
    modified:
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.176
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 14:28:21 +0200
    message:
      Add extra assertion to help with debugging #365108.
    modified:
      logwalker.py
    ------------------------------------------------------------
    revno: 220.106.177
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-05-19 19:34:55 +0200
    message:
      If the stored lhs parent is invalid, warn the user and try to get back on track.
      
      This should make bug #368515 a bit more bearable.
    modified:
      errors.py
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.178
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-20 02:30:45 +0200
    message:
      Fix storing native revision revids in sqlite cache.
    modified:
      cache/sqlitecache.py
      cache/tdbcache.py
      tests/test_cache.py
    ------------------------------------------------------------
    revno: 220.106.179
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-20 02:30:57 +0200
    message:
      Cope with empty prefixes.
    modified:
      revmeta.py
    ------------------------------------------------------------
    revno: 220.106.180
    tags: bzr-svn-0.6.0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-05-20 17:57:21 +0200
    message:
      release 0.6.0.
    modified:
      NEWS
      __init__.py
-------------- next part --------------
Diff too large for email (9598 lines, the limit is 1000).


More information about the Pkg-bazaar-commits mailing list