[Pkg-bazaar-commits] ./bzr-git/unstable r19: Merge trunk.

Jelmer Vernooij jelmer at samba.org
Wed Jan 9 01:54:09 UTC 2008


------------------------------------------------------------
revno: 19
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Wed 2008-01-09 02:54:09 +0100
message:
  Merge trunk.
added:
  cache.py
  errors.py
  git_branch.py
  git_dir.py
  git_repository.py
  ids.py
  model.py
  tests/test_blackbox.py
  tests/test_builder.py
  tests/test_git_branch.py
  tests/test_git_dir.py
  tests/test_git_repository.py
  tests/test_model.py
modified:
  .bzrignore
  TODO
  __init__.py
  tests/__init__.py
  tests/test_ids.py
    ------------------------------------------------------------
    revno: 17.1.1
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Thu 2007-11-08 18:44:31 -0500
    message:
      Start splitting up the Git{Branch,Dir,Repository} into separate modules, etc.
    added:
      gitlib/
      gitlib/__init__.py
      gitlib/git_branch.py
      gitlib/git_dir.py
      gitlib/git_repository.py
      gitlib/ids.py
      tests/test_git_branch.py
      tests/test_git_dir.py
      tests/test_git_repository.py
    modified:
      __init__.py
      tests/__init__.py
      tests/test_ids.py
    ------------------------------------------------------------
    revno: 17.1.2
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Thu 2007-11-08 23:17:01 -0500
    message:
      More refactoring. Add some direct tests for GitModel.
    added:
      gitlib/errors.py
      gitlib/model.py
      tests/test_model.py
    modified:
      __init__.py
      gitlib/git_branch.py
      gitlib/git_dir.py
      gitlib/git_repository.py
      tests/__init__.py
      tests/test_git_branch.py
      tests/test_git_dir.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.3
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Thu 2007-11-08 23:40:42 -0500
    message:
      All tests are passing again
    modified:
      gitlib/git_branch.py
      gitlib/git_repository.py
      gitlib/model.py
      tests/test_git_branch.py
      tests/test_model.py
    ------------------------------------------------------------
    revno: 17.1.4
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Thu 2007-11-08 23:53:15 -0500
    message:
      Fix Repository.get_revision_graph()
    modified:
      gitlib/git_branch.py
      gitlib/git_repository.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.5
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Fri 2007-11-09 01:08:11 -0500
    message:
      Initial work on a GitCommitBuilder to make the test suite run in no-glacial time.
    added:
      tests/test_builder.py
    modified:
      tests/__init__.py
    ------------------------------------------------------------
    revno: 17.1.6
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Fri 2007-11-09 10:53:24 -0500
    message:
      Clean up the builder, start using it for big speed gains.
    modified:
      tests/__init__.py
      tests/test_builder.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.7
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: git
    timestamp: Fri 2007-11-09 10:56:23 -0500
    message:
      Use the builder in test_model as well to shave off a few more seconds.
    modified:
      tests/test_model.py
    ------------------------------------------------------------
    revno: 17.1.8
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Wed 2007-12-26 16:18:38 +0100
    message:
      Fix GitBranchBuilder for the new hardlink-breaking behaviour of 
      --export-marks.
    modified:
      tests/__init__.py
    ------------------------------------------------------------
    revno: 17.1.9
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Wed 2007-12-26 21:07:15 +0100
    message:
      stgit dependency was removed already
    modified:
      TODO
    ------------------------------------------------------------
    revno: 17.1.10
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Wed 2007-12-26 21:13:49 +0100
    message:
      Flat is better than nested, remove the gitlib hierarchy.
    removed:
      gitlib/
      gitlib/__init__.py
    renamed:
      gitlib/errors.py => errors.py
      gitlib/git_branch.py => git_branch.py
      gitlib/git_dir.py => git_dir.py
      gitlib/git_repository.py => git_repository.py
      gitlib/ids.py => ids.py
      gitlib/model.py => model.py
    modified:
      __init__.py
      tests/__init__.py
      tests/test_git_branch.py
      tests/test_git_dir.py
      tests/test_git_repository.py
      tests/test_ids.py
      tests/test_model.py
      git_branch.py
      git_dir.py
      git_repository.py
      model.py
    ------------------------------------------------------------
    revno: 17.1.11
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Thu 2007-12-27 18:04:41 +0100
    message:
      Add ignores for Eclipse.
    modified:
      .bzrignore
    ------------------------------------------------------------
    revno: 17.1.12
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Thu 2007-12-27 19:30:45 +0100
    message:
      Smoke test for GitRepository.get_revision, and corresponding fixes.
    modified:
      git_repository.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.13
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Thu 2007-12-27 19:36:24 +0100
    message:
      Rename GitRepository.parse_rev to ._parse_rev.
    modified:
      git_repository.py
    ------------------------------------------------------------
    revno: 17.1.14
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.quickfixes
    timestamp: Thu 2007-12-27 20:38:49 +0100
    message:
      GitBranchBuilder.set_file returns None, do not save its return value.
    modified:
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.15
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Thu 2007-12-27 23:06:53 +0100
    message:
      Rewrite GitRepository._parse_rev, with unit tests.
    modified:
      git_repository.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.16
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 01:30:51 +0100
    message:
      Fix GitBranchBuilder to use refs/heads/master instead of refs/head/master.
    modified:
      tests/__init__.py
      tests/test_builder.py
      tests/test_model.py
    ------------------------------------------------------------
    revno: 17.1.17
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 01:33:44 +0100
    message:
      GitBranchBuilder.reset()
    modified:
      tests/__init__.py
      tests/test_builder.py
    ------------------------------------------------------------
    revno: 17.1.18
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 01:35:13 +0100
    message:
      GitRepository._parse_rev sets Revision.timezone to a float instead of a string.
    modified:
      git_repository.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.19
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 05:03:12 +0100
    message:
      GitBranchBuilder now handles file names with newlines correctly.
    modified:
      tests/__init__.py
      tests/test_builder.py
    ------------------------------------------------------------
    revno: 17.1.20
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 05:10:43 +0100
    message:
      Reimplement GitModel.get_inventory to retrieve the full inventory in a single git run.
    modified:
      model.py
      tests/test_model.py
    ------------------------------------------------------------
    revno: 17.1.21
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 20:28:58 +0100
    message:
      Reimplement GitRepository.get_inventory, simpler and faster.
    modified:
      git_repository.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.22
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 21:15:51 +0100
    message:
      Black-box text for "bzr log" in a git tree. Further simplification of GitRevisionTree.
    added:
      tests/test_blackbox.py
    modified:
      __init__.py
      git_repository.py
      tests/__init__.py
    ------------------------------------------------------------
    revno: 17.1.23
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 21:28:47 +0100
    message:
      GitRepository.supports_rich_root() => False
    modified:
      git_repository.py
      tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.24
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 22:15:24 +0100
    message:
      Define _serializer = None in GitRepository.
    modified:
      git_repository.py
    ------------------------------------------------------------
    revno: 17.1.25
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git
    timestamp: Fri 2007-12-28 22:33:53 +0100
    message:
      Rename GitModel.ancestry to .get_revision_graph.
    modified:
      git_repository.py
      model.py
      tests/test_model.py
    ------------------------------------------------------------
    revno: 17.1.26
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.pull
    timestamp: Sat 2007-12-29 22:35:28 +0100
    message:
      Ultra-experimental support for "bzr pull". No test. No sanity.
    modified:
      git_branch.py
      git_repository.py
      ids.py
      model.py
    ------------------------------------------------------------
    revno: 17.1.27
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.pull
    timestamp: Sat 2007-12-29 23:02:30 +0100
    message:
      Remove some experimental cruft.
    modified:
      git_repository.py
      model.py
    ------------------------------------------------------------
    revno: 17.1.28
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.pull
    timestamp: Sun 2007-12-30 05:33:51 +0100
    message:
      More performance hacking, introduce sqlite cache, escape characters in commits that break serializers.
    added:
      cache.py
    modified:
      git_repository.py
      ids.py
    ------------------------------------------------------------
    revno: 17.1.29
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.pull
    timestamp: Sun 2007-12-30 06:43:44 +0100
    message:
      Only keep symlink blobs in memory. Add some clever inventory-based caching so modified files need not be read twice when pulling.
    modified:
      git_repository.py
    ------------------------------------------------------------
    revno: 17.1.30
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.pull
    timestamp: Sun 2007-12-30 06:46:00 +0100
    message:
      Merge from my stable branch.
    modified:
      git_dir.py
      git_repository.py
      tests/__init__.py
      tests/test_git_repository.py
        ------------------------------------------------------------
        revno: 17.1.25.1.1
        committer: David Allouche <ddaa at canonical.com>
        branch nick: bzr-git.ddaa
        timestamp: Sun 2007-12-30 00:17:24 +0100
        message:
          GitRepository._parse_tz returns an int instead of a float.
        modified:
          git_repository.py
          tests/test_git_repository.py
        ------------------------------------------------------------
        revno: 17.1.25.1.2
        committer: David Allouche <ddaa at canonical.com>
        branch nick: bzr-git.ddaa
        timestamp: Sun 2007-12-30 02:11:44 +0100
        message:
          GitRepository.get_inventory and .revision_tree work for the null revision. Support for testing GitRepository without disk data.
        modified:
          git_dir.py
          git_repository.py
          tests/__init__.py
          tests/test_git_repository.py
    ------------------------------------------------------------
    revno: 17.1.31
    committer: David Allouche <ddaa at canonical.com>
    branch nick: bzr-git.pull
    timestamp: Sun 2007-12-30 14:35:12 +0100
    message:
      Almost make lightweight checkout work, from abentley.
    modified:
      git_dir.py
      git_repository.py
        ------------------------------------------------------------
        revno: 17.1.30.1.1
        committer: Aaron Bentley <aaron.bentley at utoronto.ca>
        branch nick: git
        timestamp: Sun 2007-12-30 01:58:28 -0500
        message:
          Make checkouts work
        modified:
          git_dir.py
          git_repository.py
    ------------------------------------------------------------
    revno: 17.1.32
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Tue 2008-01-08 22:46:29 +0100
    message:
      Add warnings when sqlite3 is not available. Add support for using 
      python-sqlite2 when using python < 2.5.
    modified:
      cache.py
-------------- next part --------------
Diff too large for email (2645 lines, the limit is 1000).


More information about the Pkg-bazaar-commits mailing list