[Pkg-bazaar-commits] ./bzr-git/unstable r32: New upstream snapshot.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 12:28:23 UTC 2009


------------------------------------------------------------
revno: 32
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Tue 2009-01-13 17:44:32 +0100
message:
  New upstream snapshot.
added:
  dulwich/dulwich/index.py
  dulwich/dulwich/tests/data/indexes/
  dulwich/dulwich/tests/data/indexes/index
  dulwich/dulwich/tests/data/tags/
  dulwich/dulwich/tests/data/tags/71033db03a03c6a36721efcf1968dd8f8e0cf023
  dulwich/dulwich/tests/test_index.py
  git-receive-pack
modified:
  __init__.py
  branch.py
  debian/changelog
  dir.py
  dulwich/bin/dulwich
  dulwich/dulwich/object_store.py
  dulwich/dulwich/objects.py
  dulwich/dulwich/pack.py
  dulwich/dulwich/protocol.py
  dulwich/dulwich/repo.py
  dulwich/dulwich/server.py
  dulwich/dulwich/tests/test_objects.py
  dulwich/dulwich/tests/test_pack.py
  dulwich/dulwich/tests/test_repository.py
  fetch.py
  remote.py
  repository.py
  server.py
  tests/test_blackbox.py
  workingtree.py
    ------------------------------------------------------------
    revno: 0.7.61
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Tue 2008-12-30 23:32:53 +0100
    message:
      Add a simple GIT index file parser, and a dump-index command.
    added:
      dulwich/index.py
    modified:
      bin/dulwich
    ------------------------------------------------------------
    revno: 17.1.155
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Tue 2008-12-30 23:47:06 +0100
    message:
      Merge new dulwich.
    added:
      dulwich/dulwich/index.py
    modified:
      dulwich/bin/dulwich
    ------------------------------------------------------------
    revno: 17.1.156
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Tue 2008-12-30 23:55:00 +0100
    message:
      Merge changes, open index.
    modified:
      dir.py
      workingtree.py
    ------------------------------------------------------------
    revno: 17.1.157
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Tue 2009-01-06 04:52:04 +0100
    message:
      Merge John.
    added:
      git-receive-pack
    modified:
      __init__.py
      remote.py
      server.py
        ------------------------------------------------------------
        revno: 17.10.3
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Tue 2008-12-30 18:13:37 +0000
        message:
          Merge upstream
        added:
          dulwich/dulwich/object_store.py
          dulwich/dulwich/tests/test_object_store.py
        modified:
          dir.py
          dulwich/bin/dulwich
          dulwich/dulwich/client.py
          dulwich/dulwich/errors.py
          dulwich/dulwich/pack.py
          dulwich/dulwich/protocol.py
          dulwich/dulwich/repo.py
          dulwich/dulwich/server.py
          errors.py
          fetch.py
          remote.py
          tests/test_blackbox.py
        ------------------------------------------------------------
        revno: 17.10.4
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Tue 2008-12-30 18:44:43 +0000
        message:
          Easy bits of git pushing to bazaar
        modified:
          server.py
        ------------------------------------------------------------
        revno: 17.10.5
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Tue 2008-12-30 19:00:15 +0000
        message:
          Add a temporary hack to test pushing form git to bazaar
        modified:
          server.py
        ------------------------------------------------------------
        revno: 17.10.6
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Tue 2008-12-30 19:09:50 +0000
        message:
          Fix typos
        modified:
          server.py
        ------------------------------------------------------------
        revno: 17.10.7
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Tue 2008-12-30 20:46:42 +0000
        message:
          Create tips
        modified:
          server.py
        ------------------------------------------------------------
        revno: 17.10.8
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Tue 2008-12-30 22:10:38 +0000
        message:
          Don't bother using InterRepo, use import_git_objects directly. Don't need a full repository (just operating on a pack and index)
        modified:
          server.py
        ------------------------------------------------------------
        revno: 17.10.9
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Wed 2008-12-31 11:34:59 +0000
        message:
          Handle git+ssh:// seperately to our git:// server
        modified:
          __init__.py
        ------------------------------------------------------------
        revno: 17.10.10
        committer: John Carr <john.carr at unrouted.co.uk>
        branch nick: git-serve
        timestamp: Wed 2008-12-31 12:19:00 +0000
        message:
          Script so git can push to bazaar
        added:
          git-receive-pack
    ------------------------------------------------------------
    revno: 17.1.158
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Tue 2009-01-06 04:52:14 +0100
    message:
      Add optimized handling when fetching from git to git.
    modified:
      branch.py
      fetch.py
      repository.py
    ------------------------------------------------------------
    revno: 17.1.159
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Tue 2009-01-06 05:22:15 +0100
    message:
      Merge new dulwich.
    added:
      dulwich/dulwich/tests/data/indexes/
      dulwich/dulwich/tests/data/indexes/index
      dulwich/dulwich/tests/test_index.py
    modified:
      dulwich/dulwich/index.py
      dulwich/dulwich/object_store.py
      dulwich/dulwich/objects.py
      dulwich/dulwich/pack.py
      dulwich/dulwich/protocol.py
      dulwich/dulwich/server.py
      dulwich/dulwich/tests/test_pack.py
        ------------------------------------------------------------
        revno: 0.7.62
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Wed 2008-12-31 00:49:58 +0100
        message:
          Add index test.
        added:
          dulwich/tests/data/indexes/
          dulwich/tests/data/indexes/index
        ------------------------------------------------------------
        revno: 0.7.63
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Wed 2008-12-31 01:24:21 +0100
        message:
          Support index writing.
        added:
          dulwich/tests/test_index.py
        modified:
          dulwich/index.py
        ------------------------------------------------------------
        revno: 0.7.64
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Tue 2009-01-06 05:12:00 +0100
        message:
          Merge John.
        modified:
          dulwich/object_store.py
          dulwich/objects.py
          dulwich/protocol.py
          dulwich/server.py
            ------------------------------------------------------------
            revno: 0.6.72
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 12:02:51 +0000
            message:
              Merge upstream
            added:
              dulwich/object_store.py
              dulwich/tests/test_object_store.py
            modified:
              dulwich/repo.py
              dulwich/server.py
            ------------------------------------------------------------
            revno: 0.6.73
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 12:13:55 +0000
            message:
              Missing import
            modified:
              dulwich/object_store.py
            ------------------------------------------------------------
            revno: 0.6.74
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 12:14:29 +0000
            message:
              Don't need this import anymore
            modified:
              dulwich/repo.py
            ------------------------------------------------------------
            revno: 0.6.75
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 12:15:59 +0000
            message:
              Simplify the GitBackend further
            modified:
              dulwich/server.py
            ------------------------------------------------------------
            revno: 0.6.76
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 12:23:32 +0000
            message:
              Tidy up imports
            modified:
              dulwich/server.py
            ------------------------------------------------------------
            revno: 0.6.77
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 13:26:59 +0000
            message:
              Merge upstream
            modified:
              bin/dulwich
              dulwich/object_store.py
              dulwich/repo.py
              dulwich/tests/test_object_store.py
            ------------------------------------------------------------
            revno: 0.6.78
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 14:37:04 +0000
            message:
              Fix early EOF issues
            modified:
              dulwich/server.py
            ------------------------------------------------------------
            revno: 0.6.79
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Tue 2008-12-30 18:11:20 +0000
            message:
              Merge upstream
            modified:
              dulwich/errors.py
              dulwich/pack.py
              dulwich/protocol.py
            ------------------------------------------------------------
            revno: 0.6.80
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Fri 2009-01-02 02:02:50 +0000
            message:
              Merge upstream
            added:
              dulwich/index.py
              dulwich/tests/data/indexes/
              dulwich/tests/data/indexes/index
              dulwich/tests/test_index.py
            modified:
              bin/dulwich
            ------------------------------------------------------------
            revno: 0.6.81
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Fri 2009-01-02 10:51:12 +0000
            message:
              Serialize trees
            modified:
              dulwich/objects.py
            ------------------------------------------------------------
            revno: 0.6.82
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Fri 2009-01-02 10:57:33 +0000
            message:
              Basic commit serialization
            modified:
              dulwich/objects.py
            ------------------------------------------------------------
            revno: 0.6.83
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Fri 2009-01-02 19:31:22 +0000
            message:
              Stash commit time when reconstituting a commit
            modified:
              dulwich/objects.py
            ------------------------------------------------------------
            revno: 0.6.84
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Fri 2009-01-02 19:34:47 +0000
            message:
              Set _num_type so commit writer stuff works
            modified:
              dulwich/objects.py
            ------------------------------------------------------------
            revno: 0.6.85
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Sat 2009-01-03 07:41:43 +0000
            message:
              Fix whitespace
            modified:
              dulwich/protocol.py
            ------------------------------------------------------------
            revno: 0.6.86
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Sun 2009-01-04 12:04:29 +0000
            message:
              Set _parents to []. Fix a typo.
            modified:
              dulwich/objects.py
            ------------------------------------------------------------
            revno: 0.6.87
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Sun 2009-01-04 13:51:01 +0000
            message:
              Fix dulwich.objects
            modified:
              dulwich/objects.py
            ------------------------------------------------------------
            revno: 0.6.88
            committer: John Carr <john.carr at unrouted.co.uk>
            branch nick: git-serve
            timestamp: Mon 2009-01-05 23:57:48 +0000
            message:
              Missing newline
            modified:
              dulwich/objects.py
        ------------------------------------------------------------
        revno: 0.7.65
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Tue 2009-01-06 05:20:45 +0100
        message:
          Remove duplicate functions.
        modified:
          dulwich/objects.py
          dulwich/pack.py
          dulwich/tests/test_pack.py
    ------------------------------------------------------------
    revno: 17.1.160
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Tue 2009-01-06 21:03:06 +0100
    message:
      Add git-import command.
    modified:
      __init__.py
      fetch.py
    ------------------------------------------------------------
    revno: 17.1.161
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Sun 2009-01-11 01:41:18 +0100
    message:
      Fix blackbox test.
    modified:
      tests/test_blackbox.py
    ------------------------------------------------------------
    revno: 17.1.162
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Sun 2009-01-11 01:41:33 +0100
    message:
      Merge new dulwich.
    added:
      dulwich/dulwich/tests/data/tags/
      dulwich/dulwich/tests/data/tags/71033db03a03c6a36721efcf1968dd8f8e0cf023
    modified:
      dulwich/dulwich/objects.py
      dulwich/dulwich/repo.py
      dulwich/dulwich/tests/test_objects.py
        ------------------------------------------------------------
        revno: 0.8.1
        committer: Ali Sabil <ali.sabil at gmail.com>
        branch nick: trunk
        timestamp: Tue 2009-01-06 10:13:17 +0100
        message:
          Added support for parsing Tag objects
        modified:
          dulwich/objects.py
        ------------------------------------------------------------
        revno: 0.8.2
        committer: Ali Sabil <ali.sabil at gmail.com>
        branch nick: trunk
        timestamp: Tue 2009-01-06 10:14:09 +0100
        message:
          Added Tag objects test data
        added:
          dulwich/tests/data/tags/
          dulwich/tests/data/tags/71033db03a03c6a36721efcf1968dd8f8e0cf023
        ------------------------------------------------------------
        revno: 0.8.3
        committer: Ali Sabil <ali.sabil at gmail.com>
        branch nick: trunk
        timestamp: Tue 2009-01-06 10:14:49 +0100
        message:
          Added Tag object testing to BlobReadTests
        modified:
          dulwich/tests/test_objects.py
        ------------------------------------------------------------
        revno: 0.8.4
        committer: Ali Sabil <ali.sabil at gmail.com>
        branch nick: trunk
        timestamp: Tue 2009-01-06 10:23:24 +0100
        message:
          a Tag object can refer to any other object, not just a Commit object
        modified:
          dulwich/objects.py
          dulwich/tests/test_objects.py
        ------------------------------------------------------------
        revno: 0.7.66
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sun 2009-01-11 01:16:41 +0100
        message:
          Merge tag support.
        added:
          dulwich/tests/data/tags/
          dulwich/tests/data/tags/71033db03a03c6a36721efcf1968dd8f8e0cf023
        modified:
          dulwich/objects.py
          dulwich/tests/test_objects.py
        ------------------------------------------------------------
        revno: 0.7.67
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sun 2009-01-11 01:40:50 +0100
        message:
          Make tags a dictionary.
        modified:
          dulwich/repo.py
    ------------------------------------------------------------
    revno: 17.1.163
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Sun 2009-01-11 01:48:43 +0100
    message:
      Simplify tag handling.
    modified:
      branch.py
      dulwich/dulwich/repo.py
        ------------------------------------------------------------
        revno: 0.7.68
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sun 2009-01-11 01:46:11 +0100
        message:
          Add Tags.iteritems().
        modified:
          dulwich/repo.py
        ------------------------------------------------------------
        revno: 0.7.69
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sun 2009-01-11 01:47:46 +0100
        message:
          Fix iteritems.
        modified:
          dulwich/repo.py
    ------------------------------------------------------------
    revno: 17.1.164
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: dulwich
    timestamp: Sun 2009-01-11 17:53:15 +0100
    message:
      Support setting tags.
    modified:
      branch.py
      dulwich/dulwich/repo.py
      dulwich/dulwich/tests/test_repository.py
      remote.py
      tests/test_blackbox.py
        ------------------------------------------------------------
        revno: 0.7.70
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sun 2009-01-11 17:51:42 +0100
        message:
          add support for setting lightweight tags.
        modified:
          dulwich/repo.py
          dulwich/tests/test_repository.py
        ------------------------------------------------------------
        revno: 0.7.71
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: trunk
        timestamp: Sun 2009-01-11 17:52:17 +0100
        message:
          Fix call.
        modified:
          dulwich/repo.py
-------------- next part --------------
Diff too large for email (1080 lines, the limit is 1000).


More information about the Pkg-bazaar-commits mailing list