[Pkg-bazaar-commits] ./bzr-svn/unstable r348: Merge new upstream release.

Jelmer Vernooij jelmer at samba.org
Thu Jun 18 13:33:41 UTC 2009


------------------------------------------------------------
revno: 348
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unstable
timestamp: Thu 2009-06-18 15:33:41 +0200
message:
  Merge new upstream release.
renamed:
  upgrade.py => reconcile.py
modified:
  NEWS
  TODO
  __init__.py
  annotate.py
  auth.py
  branch.py
  cache/sqlitecache.py
  cache/tdbcache.py
  commands.py
  commit.py
  config.py
  convert.py
  debian/changelog
  debian/control
  errors.py
  fetch.py
  fileids.py
  format.py
  layout/__init__.py
  layout/guess.py
  layout/standard.py
  mapping.py
  mapping2.py
  push.py
  remote.py
  repository.py
  revids.py
  tags.py
  tests/mapping3/__init__.py
  tests/mapping_implementations/test_repository.py
  tests/test_blackbox.py
  tests/test_branch.py
  tests/test_push.py
  tests/test_workingtree.py
  transport.py
  tree.py
  versionedfiles.py
  workingtree.py
  reconcile.py
    ------------------------------------------------------------
    revno: 220.106.207
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-01 17:56:28 +0200
    message:
      Use tdb.Tdb rather than tdb.open.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.208
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-02 13:24:03 +0200
    message:
      default to larger hash size.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.209
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-02 15:43:26 +0200
    message:
      Be sure to specify a tuple to add_inventory_by_delta, otherwise groupcompress might blow up.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.210
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-02 15:46:48 +0200
    message:
      Fix typo.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.211
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-03 15:12:16 +0200
    message:
      Include more information in exception.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.212
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-03 20:53:55 +0200
    message:
      Implement Repository.iter_inventories.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.106.213
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-03 21:05:48 +0200
    message:
      Implement ReverseTagDict.iteritems().
    modified:
      tags.py
    ------------------------------------------------------------
    revno: 220.106.214
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-03 21:14:02 +0200
    message:
      Support ReverseTagDict.has_key.
    modified:
      tags.py
    ------------------------------------------------------------
    revno: 220.106.215
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-03 23:50:05 +0200
    message:
      Normalize path on Windows.
    modified:
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.216
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-04 02:02:37 +0200
    message:
      Fix resolve_reverse_tags_fallback.
    modified:
      tags.py
    ------------------------------------------------------------
    revno: 220.106.217
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-04 02:16:38 +0200
    message:
      Only look for file properties if there are actually new file properties.
    modified:
      NEWS
      revids.py
    ------------------------------------------------------------
    revno: 220.106.218
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-04 04:32:14 +0200
    message:
      Actually fix handling of file property revision id browsing.
    modified:
      repository.py
      revids.py
      tests/mapping_implementations/test_repository.py
    ------------------------------------------------------------
    revno: 220.106.219
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 00:11:09 +0200
    message:
      Register Subversion smart server as first server control format, before the Bazaar smart client attempts to send POST to .bzr/smart over HTTP.
    modified:
      NEWS
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.220
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 01:10:47 +0200
    message:
      use existing bzr http connection when probing for Subversion.
    modified:
      format.py
      transport.py
    ------------------------------------------------------------
    revno: 220.106.221
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 01:43:45 +0200
    message:
      Deal with authentication for new OPTIONS check.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.222
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 02:14:28 +0200
    message:
      Simplify arguments for create_branch_prefix.
    modified:
      push.py
      tags.py
    ------------------------------------------------------------
    revno: 220.106.223
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 02:21:49 +0200
    message:
      Move create_branch_prefix to transport.
    modified:
      push.py
      tags.py
      transport.py
    ------------------------------------------------------------
    revno: 220.106.224
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 02:31:59 +0200
    message:
      Support creating prefix.
    modified:
      commit.py
      push.py
      remote.py
      tags.py
      tests/test_blackbox.py
      transport.py
    ------------------------------------------------------------
    revno: 220.106.225
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 02:39:49 +0200
    message:
      Update NEWS.
    modified:
      NEWS
    ------------------------------------------------------------
    revno: 220.106.226
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 04:10:47 +0200
    message:
      Remove unused method.
    modified:
      branch.py
    ------------------------------------------------------------
    revno: 220.106.227
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 05:57:10 +0200
    message:
      Simplify push.
    modified:
      branch.py
      push.py
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.228
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 13:21:14 +0200
    message:
      Fix error message.
    modified:
      errors.py
    ------------------------------------------------------------
    revno: 220.106.229
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 13:43:30 +0200
    message:
      Only import credentials if they're stored in a format we're familiar with.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.230
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 20:27:32 +0200
    message:
      append_revisions_only now defaults to True, to prevent new users from accidently changing their Subversion mainline and upsetting their fellow committers.
    modified:
      NEWS
      branch.py
      errors.py
      push.py
      remote.py
      repository.py
      tests/mapping3/__init__.py
      tests/test_branch.py
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.231
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 22:11:34 +0200
    message:
      In authentication fallback, ignore schemes that can not be mapped to ports rather than erroring out.
    modified:
      NEWS
      auth.py
    ------------------------------------------------------------
    revno: 220.106.232
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-08 23:16:45 +0200
    message:
      Use external_url() to prevent problems with http+httplib.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.233
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-09 00:07:45 +0200
    message:
      Cope with forbidden parts of the repository a bit better.
    modified:
      NEWS
      layout/__init__.py
      repository.py
      revids.py
      tags.py
    ------------------------------------------------------------
    revno: 220.106.234
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-09 00:25:40 +0200
    message:
      Handle annotate after copies in Subversion.
    modified:
      NEWS
      annotate.py
    ------------------------------------------------------------
    revno: 220.106.235
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-09 01:09:28 +0200
    message:
      Use branch rather than repository config.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.106.236
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-11 00:43:08 +0200
    message:
      Avoid expensive fetching of tags just to figure out they are supported.
    modified:
      NEWS
      branch.py
    ------------------------------------------------------------
    revno: 220.106.237
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-11 00:45:40 +0200
    message:
      Support default argument to get.
    modified:
      tags.py
    ------------------------------------------------------------
    revno: 220.106.238
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-10 23:23:12 +0200
    message:
      Fix import of trace.
    modified:
      cache/sqlitecache.py
    ------------------------------------------------------------
    revno: 220.106.239
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-11 00:18:56 +0200
    message:
      Indentation.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.240
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-11 23:15:27 +0200
    message:
      Skip directories that don't have file properties set when looking for bzr revisions by file id.
    modified:
      NEWS
      TODO
      layout/__init__.py
      layout/standard.py
      mapping2.py
      repository.py
    ------------------------------------------------------------
    revno: 220.106.241
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-11 23:18:38 +0200
    message:
      Fix bencode import.
    modified:
      cache/tdbcache.py
    ------------------------------------------------------------
    revno: 220.106.242
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-11 23:18:54 +0200
    message:
      Mark as compatible with bzr 1.16.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.243
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 00:02:12 +0200
    message:
      Fold svn-set-revprops command into reconcile.
    renamed:
      upgrade.py => reconcile.py
    modified:
      NEWS
      TODO
      __init__.py
      commands.py
      mapping.py
      repository.py
      reconcile.py
    ------------------------------------------------------------
    revno: 220.106.244
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 00:15:16 +0200
    message:
      Add smoke test for reconcile.
    modified:
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.245
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 03:16:28 +0200
    message:
      Reduce sample size for layout guessing to 300.
    modified:
      NEWS
      layout/guess.py
    ------------------------------------------------------------
    revno: 220.106.246
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 03:39:00 +0200
    message:
      Improve formatting.
    modified:
      TODO
      repository.py
    ------------------------------------------------------------
    revno: 220.106.247
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 04:09:25 +0200
    message:
      Support unicode characters in tag names.
    modified:
      NEWS
      tags.py
    ------------------------------------------------------------
    revno: 220.106.248
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 04:43:34 +0200
    message:
      Try to use constants from subvertpy.
    modified:
      auth.py
    ------------------------------------------------------------
    revno: 220.106.249
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 05:31:06 +0200
    message:
      Support pulling older revisions that are direct ancestors of the current tip.
    modified:
      NEWS
      repository.py
      tags.py
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.250
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 19:33:42 +0200
    message:
      Return actual tuples in ReverseTagDict.iteritems().
    modified:
      tags.py
    ------------------------------------------------------------
    revno: 220.106.251
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Fri 2009-06-12 19:41:08 +0200
    message:
      Cope with redirects in OPTIONS request.
    modified:
      transport.py
    ------------------------------------------------------------
    revno: 220.106.252
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 14:54:55 +0200
    message:
      More verbose error.
    modified:
      fetch.py
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.253
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 14:56:09 +0200
    message:
      Also print foreign revid.
    modified:
      fileids.py
    ------------------------------------------------------------
    revno: 220.106.254
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 15:35:27 +0200
    message:
      Bit of re-ordering to get rid of a very large method.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.255
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 16:08:32 +0200
    message:
      Split out more code from large convert function.
    modified:
      convert.py
    ------------------------------------------------------------
    revno: 220.106.256
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 16:15:51 +0200
    message:
      Simplify fetching to shared repository.
    modified:
      convert.py
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.257
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 16:32:09 +0200
    message:
      handle resurrected branches correctly in svn-import --incremental.
    modified:
      NEWS
      convert.py
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.258
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 17:31:27 +0200
    message:
      Fix fetch of all revisions.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.259
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 17:35:25 +0200
    message:
      Fix progress indication when finding fileprop revids.
    modified:
      revids.py
    ------------------------------------------------------------
    revno: 220.106.260
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 19:19:14 +0200
    message:
      Merge inventory delta work.
    modified:
      NEWS
      tests/test_workingtree.py
      workingtree.py
        ------------------------------------------------------------
        revno: 220.109.1
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: invdelta
        timestamp: Sun 2009-06-14 19:14:44 +0200
        message:
          Initial support for WorkingTree.apply_inventory_delta().
        modified:
          NEWS
          tests/test_workingtree.py
          workingtree.py
    ------------------------------------------------------------
    revno: 220.106.261
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 19:37:13 +0200
    message:
      Deal with incomplete basis trees.
    modified:
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.262
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 20:28:21 +0200
    message:
      More fixes to apply_inventory_delta.
    modified:
      tree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.263
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Sun 2009-06-14 21:47:13 +0200
    message:
      More revert fixes.
    modified:
      tests/test_workingtree.py
      versionedfiles.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.264
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-15 01:14:30 +0200
    message:
      Fix some of the append_revisions_only tests.
    modified:
      commit.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.106.265
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-15 01:42:46 +0200
    message:
      Improve formatting.
    modified:
      branch.py
      config.py
      push.py
    ------------------------------------------------------------
    revno: 220.106.266
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-15 04:59:58 +0200
    message:
      Merge error name fix from Samuel.
    modified:
      cache/sqlitecache.py
        ------------------------------------------------------------
        revno: 220.110.1
        committer: Samuel Bronson <naesten at gmail.com>
        branch nick: svn
        timestamp: Sun 2009-06-14 19:36:21 -0400
        message:
          cache.sqlitecache: Update "bzrlib.errors" references to refer to just "errors"
          
          This allows
          
            (a) the correct exception to be thrown when _sqlite3 (but not
                sqlite3) is missing
          
            (b) recovery from this when a high-enough version of sqlite2 is
                available
          
          Otherwise, we get a NameError instead of a BzrError if _sqlite3 is
          missing, which we don't catch here.
        modified:
          cache/sqlitecache.py
    ------------------------------------------------------------
    revno: 220.106.267
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-15 21:20:29 +0200
    message:
      Don't squash xml invalid characters if we can get away with it.
    modified:
      fetch.py
    ------------------------------------------------------------
    revno: 220.106.268
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Mon 2009-06-15 23:50:59 +0200
    message:
      Simplify.
    modified:
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.269
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-16 00:11:42 +0200
    message:
      Clearer commit messages in tests.
    modified:
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.270
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-16 04:49:16 +0200
    message:
      Explicitly specify base_foreign_revid / base_mapping everywhere.
    modified:
      commit.py
      push.py
      repository.py
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.271
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-16 06:08:56 +0200
    message:
      Try harder to use the same branch.
    modified:
      branch.py
      push.py
    ------------------------------------------------------------
    revno: 220.106.272
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Tue 2009-06-16 06:44:42 +0200
    message:
      Fix tests.
    modified:
      branch.py
      tests/test_push.py
    ------------------------------------------------------------
    revno: 220.106.273
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Wed 2009-06-17 23:27:32 +0200
    message:
      When target branch is ahead, don't do full search for tags.
    modified:
      branch.py
    ------------------------------------------------------------
    revno: 220.106.274
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-18 01:05:56 +0200
    message:
      Mark as compatible with 1.17.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.106.275
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-18 14:44:13 +0200
    message:
      Support using argument to Repository.find_branches().
    modified:
      NEWS
      repository.py
    ------------------------------------------------------------
    revno: 220.106.276
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-18 15:20:47 +0200
    message:
      Fix test against bzr 1.16.
    modified:
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 220.106.277
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.6
    timestamp: Thu 2009-06-18 15:21:28 +0200
    message:
      Release 0.6.2.
    modified:
      NEWS
      __init__.py
-------------- next part --------------
Diff too large for email (3219 lines, the limit is 1000).


More information about the Pkg-bazaar-commits mailing list