[Pkg-bazaar-commits] ./bzr-svn/unstable r295: Merge 0.4.7.

Jelmer Vernooij jelmer at samba.org
Fri Feb 1 00:48:07 UTC 2008


------------------------------------------------------------
revno: 295
tags: bzr-svn-0.4.7-1
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Fri 2008-02-01 01:48:07 +0100
message:
  Merge 0.4.7.
added:
  mapping.py
  specs/
  specs/revprops.txt
  specs/unicode.txt
modified:
  AUTHORS
  FAQ
  NEWS
  README
  __init__.py
  commit.py
  config.py
  convert.py
  debian/changelog
  errors.py
  fetch.py
  fileids.py
  format.py
  logwalker.py
  mapping.txt
  repository.py
  revids.py
  scheme.py
  setup.py
  tests/__init__.py
  tests/test_blackbox.py
  tests/test_branch.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_push.py
  tests/test_repos.py
  tests/test_revids.py
  tests/test_scheme.py
  tests/test_upgrade.py
  tests/test_workingtree.py
  tree.py
  upgrade.py
  workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.170
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-08 22:41:03 +0100
    message:
      Start on 0.4.7.
    modified:
      NEWS
      __init__.py
      setup.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.171
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-08 22:57:26 +0100
    message:
      Use special revision space for experimental revisions.
    modified:
      revids.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.172
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-08 23:54:18 +0100
    message:
      Fix typo.
    modified:
      revids.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.173
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Wed 2008-01-09 12:09:34 +0100
    message:
      Fix typo.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.174
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sun 2008-01-13 00:55:48 +0100
    message:
      Fix typo.
    modified:
      __init__.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.175
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Thu 2008-01-17 19:37:40 +0100
    message:
      Raise appropriate exception when encountering newline in revid property.
    modified:
      repository.py
      tests/test_repos.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.176
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Thu 2008-01-17 20:38:39 +0100
    message:
      Fix syntax, add ToC.
    modified:
      mapping.txt
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.177
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Thu 2008-01-17 23:28:15 +0100
    message:
      add specification documenting unicode policy.
    added:
      specs/
      specs/unicode.txt
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.178
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 00:19:19 +0100
    message:
      Implement the unicode spec.
    modified:
      fetch.py
      fileids.py
      logwalker.py
      repository.py
      revids.py
      scheme.py
      tests/test_fetch.py
      tests/test_fileids.py
      tests/test_repos.py
      tests/test_revids.py
      tests/test_scheme.py
      tests/test_upgrade.py
      tests/test_workingtree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.179
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 00:42:21 +0100
    message:
      Consistently handle unicode characters.
    modified:
      NEWS
      errors.py
      fetch.py
      scheme.py
      tests/test_fetch.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.180
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 00:46:44 +0100
    message:
      Make sure NotSvnBranchPath and InvalidSvnBranchPath accept non-ascii 
      branch paths.
    modified:
      errors.py
      tests/test_errors.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.181
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 04:16:19 +0100
    message:
      Fix another unicode bug.
    modified:
      NEWS
      fileids.py
      logwalker.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.182
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 04:35:41 +0100
    message:
      Handle unicode strings in working tree inventory better. (#183853)
    modified:
      NEWS
      specs/unicode.txt
      tests/test_workingtree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.183
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 04:49:30 +0100
    message:
      Fix opening unicode names during fetch.
    modified:
      AUTHORS
      NEWS
      fetch.py
      tests/test_fetch.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.184
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 23:25:18 +0100
    message:
      Fix too strict indexing in old cache databases.
    modified:
      NEWS
      revids.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.185
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-18 23:59:21 +0100
    message:
      Handle children of replaced directories, themselve replaced correctly.
    modified:
      NEWS
      fetch.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.186
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sat 2008-01-19 17:41:15 +0100
    message:
      Initial work on a spec for revision property support.
    added:
      specs/revprops.txt
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.187
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sat 2008-01-19 20:52:57 +0100
    message:
      Improve ReST formatting.
    modified:
      README
      mapping.txt
      specs/revprops.txt
      specs/unicode.txt
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.188
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sat 2008-01-19 21:44:48 +0100
    message:
      Make sure scheme names are ascii strings.
    modified:
      config.py
      scheme.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.189
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sat 2008-01-19 23:43:10 +0100
    message:
      Add extra checks.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.190
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sun 2008-01-20 14:55:07 +0100
    message:
      Add extra assertions.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.191
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-21 06:53:17 +0100
    message:
      Handle corner case tracking branches.
    modified:
      NEWS
      repository.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.192
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-21 16:07:48 +0100
    message:
      Rename find_branches() -> find_branchpaths() because the first is also provided by super class Repository.
    modified:
      convert.py
      repository.py
      tests/test_repos.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.193
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-21 17:37:19 +0100
    message:
      Implement Repository.find_branches().
    modified:
      NEWS
      repository.py
      tests/test_repos.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.194
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-01-25 12:29:49 +0100
    message:
      Add FAQ entry about push replacing branches.
    modified:
      FAQ
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.195
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Sat 2008-01-26 02:23:45 +0100
    message:
      Warn about location when initializing Subversion repository cache.
    modified:
      NEWS
      repository.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.196
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 20:31:40 +0100
    message:
      Avoid errors about invalid branching paths unless the branching scheme was specified explicitly.
    modified:
      NEWS
      __init__.py
      config.py
      repository.py
      tests/test_config.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.197
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 21:44:49 +0100
    message:
      First step towards supporting multiple versions of the mappingsin the same version of bzr-svn.
    added:
      mapping.py
    modified:
      upgrade.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.198
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 21:55:07 +0100
    message:
      Simplify parse_revision_id function.
    modified:
      mapping.py
      tests/test_upgrade.py
      upgrade.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.199
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 22:24:01 +0100
    message:
      Move main parse_revision_id and generate_revision_id implementations to mapping class.
    modified:
      fileids.py
      mapping.py
      revids.py
      tests/test_repos.py
      upgrade.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.200
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 22:50:03 +0100
    message:
      Use default_mapping instance instead of global functions for generating/parsing revids.
    modified:
      repository.py
      revids.py
      tests/test_blackbox.py
      tests/test_branch.py
      tests/test_convert.py
      tests/test_fileids.py
      tests/test_push.py
      tests/test_repos.py
      tests/test_revids.py
      upgrade.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.201
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 23:20:05 +0100
    message:
      Move generate_file_id() to the mapping class.
    modified:
      fileids.py
      mapping.py
      tests/test_branch.py
      tests/test_fetch.py
      tests/test_fileids.py
      tests/test_repos.py
      tests/test_revids.py
      tests/test_upgrade.py
      tests/test_workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.202
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Mon 2008-01-28 23:52:09 +0100
    message:
      Fix docstrings, move mapping-specific constants to mapping.py.
    modified:
      commit.py
      fetch.py
      mapping.py
      repository.py
      revids.py
      scheme.py
      tests/test_branch.py
      tests/test_commit.py
      tests/test_push.py
      tests/test_repos.py
      tests/test_revids.py
      tests/test_upgrade.py
      tests/test_workingtree.py
      tree.py
      upgrade.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.203
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 00:08:39 +0100
    message:
      Fix import.
    modified:
      tests/test_workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.204
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 00:15:28 +0100
    message:
      Use separate version number for cache database version.
    modified:
      repository.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.205
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 01:36:33 +0100
    message:
      Cherrypick spec improvements from revprops branch.
    modified:
      specs/revprops.txt
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.206
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 13:17:47 +0100
    message:
      Change default to rich-root-pack.
    modified:
      NEWS
      format.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.207
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 13:19:43 +0100
    message:
      Remove reference to rich-root format, only use rich-root-pack.
    modified:
      FAQ
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.208
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 17:10:48 +0100
    message:
      Fix parsing of -mandatory setting.
    modified:
      config.py
      tests/test_config.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.209
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 22:14:43 +0100
    message:
      Fix bzrlib.plugins.svn.tests.test_workingtree.TestWorkingTree.test_get_ignore_list_morelevel on windows.
    modified:
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.210
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 22:44:22 +0100
    message:
      Fix executable bit on Windows.
    modified:
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.211
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 23:07:40 +0100
    message:
      Fix revprop change hook on Windows.
    modified:
      tests/__init__.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.212
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Tue 2008-01-29 23:26:01 +0100
    message:
      More win32 fixes.
    modified:
      AUTHORS
      tests/test_repos.py
      tests/test_workingtree.py
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.213
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-02-01 00:04:12 +0100
    message:
      Remove RENAMES bits in the tests.
    modified:
      tests/__init__.py
      tests/test_fileids.py
      tests/test_workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.214
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-02-01 01:02:46 +0100
    message:
      Fix handling of weird file change after replacing from other branch.
    modified:
      NEWS
      fetch.py
      tests/test_fetch.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.215
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-02-01 01:27:35 +0100
    message:
      Fix locking for upgrade tests.
    modified:
      tests/test_upgrade.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.216
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-02-01 01:28:08 +0100
    message:
      Fix ignore tests.
    modified:
      workingtree.py
    ------------------------------------------------------------
    revno: 220.1.182.1.258.1.217
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 0.4
    timestamp: Fri 2008-02-01 01:46:02 +0100
    message:
      Release 0.4.7.
    modified:
      NEWS
      __init__.py
-------------- next part --------------
Diff too large for email (3164 lines, the limit is 1000).


More information about the Pkg-bazaar-commits mailing list