[Pkg-bazaar-commits] ./bzr-git/unstable r49: New upstream release.
Jelmer Vernooij
jelmer at debian.org
Thu Jun 18 13:45:45 UTC 2009
------------------------------------------------------------
revno: 49
committer: Jelmer Vernooij <jelmer at debian.org>
branch nick: debian
timestamp: Thu 2009-06-18 15:45:45 +0200
message:
New upstream release.
modified:
NEWS
__init__.py
branch.py
commands.py
debian/changelog
dir.py
fetch.py
mapping.py
object_store.py
push.py
remote.py
repository.py
server.py
setup.py
shamap.py
tests/__init__.py
tests/test_fetch.py
------------------------------------------------------------
revno: 17.24.1
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-24 19:41:35 +0200
message:
Fix import error for git-serve.
modified:
commands.py
------------------------------------------------------------
revno: 17.24.2
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-24 19:45:22 +0200
message:
merge trunk.
modified:
NEWS
__init__.py
setup.py
------------------------------------------------------------
revno: 17.1.513
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-05-20 19:28:26 +0200
message:
Start on 0.3.3.
modified:
NEWS
__init__.py
setup.py
------------------------------------------------------------
revno: 17.24.3
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-26 10:45:11 +0200
message:
Support 'bzr serve --git'.
modified:
__init__.py
commands.py
server.py
------------------------------------------------------------
revno: 17.24.4
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-05-27 10:40:23 +0200
message:
The object store requires plain strings.
modified:
commands.py
------------------------------------------------------------
revno: 17.24.5
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-05-28 12:45:25 +0200
message:
Use user home dir cache when transport for sqlite cache is readonly.
modified:
shamap.py
------------------------------------------------------------
revno: 17.24.6
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-05-28 12:49:41 +0200
message:
Use XDG cache directory if the python xdg module is available.
modified:
shamap.py
------------------------------------------------------------
revno: 17.24.7
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-31 16:24:58 +0200
message:
use standard version to check for index.
modified:
dir.py
------------------------------------------------------------
revno: 17.24.8
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-31 16:26:31 +0200
message:
Implement network name.
modified:
__init__.py
repository.py
------------------------------------------------------------
revno: 17.24.9
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-06-02 12:17:27 +0200
message:
Fix handling of not-executable files becoming executable without any other changes.
modified:
NEWS
fetch.py
tests/test_fetch.py
------------------------------------------------------------
revno: 17.24.10
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-06-02 12:22:49 +0200
message:
Use tdb.Tdb since it also exists in older versions.
modified:
shamap.py
------------------------------------------------------------
revno: 17.24.11
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-06-02 13:20:37 +0200
message:
Default to larger hash size.
modified:
shamap.py
------------------------------------------------------------
revno: 17.24.12
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-06-02 16:37:23 +0200
message:
Handle submodules explicitly.
modified:
fetch.py
------------------------------------------------------------
revno: 17.24.13
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-06-02 17:16:08 +0200
message:
Cope with NULL_REVISION.
modified:
object_store.py
------------------------------------------------------------
revno: 17.24.14
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-06-07 22:54:55 +0200
message:
Proper error for push in 1.14.
modified:
branch.py
------------------------------------------------------------
revno: 17.24.15
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-06-08 23:22:43 +0200
message:
Implement GitSmartTransport.external_url().
modified:
remote.py
------------------------------------------------------------
revno: 17.24.16
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-06-12 22:54:37 +0200
message:
Support pushing from git -> empty git repo.
modified:
branch.py
------------------------------------------------------------
revno: 17.24.17
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-06-15 21:36:29 +0200
message:
Squash revision data only if necessary.
modified:
fetch.py
mapping.py
------------------------------------------------------------
revno: 17.24.18
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unusual-modes
timestamp: Tue 2009-06-16 20:26:38 +0200
message:
Add more docstrings, support storing unusual file modes.
modified:
fetch.py
mapping.py
------------------------------------------------------------
revno: 17.24.19
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unusual-modes
timestamp: Tue 2009-06-16 20:31:03 +0200
message:
Support getting unusual file modes out of revision properties.
modified:
mapping.py
------------------------------------------------------------
revno: 17.24.20
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unusual-modes
timestamp: Tue 2009-06-16 20:54:41 +0200
message:
Extract unusual file modes from revision when reconstructing Trees.
modified:
mapping.py
object_store.py
push.py
------------------------------------------------------------
revno: 17.24.21
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unusual-modes
timestamp: Tue 2009-06-16 21:56:25 +0200
message:
Fix storing of unusual file modes.
modified:
NEWS
fetch.py
mapping.py
object_store.py
------------------------------------------------------------
revno: 17.24.22
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 01:21:07 +0200
message:
Fix import.
modified:
mapping.py
------------------------------------------------------------
revno: 17.24.23
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 03:14:30 +0200
message:
Properly set InventoryEntry revision when changing symlink targets.
modified:
fetch.py
tests/__init__.py
tests/test_fetch.py
------------------------------------------------------------
revno: 17.24.24
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 03:22:00 +0200
message:
Cope with directories becoming symlinks.
modified:
fetch.py
tests/test_fetch.py
------------------------------------------------------------
revno: 17.24.25
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 03:45:49 +0200
message:
Support symlinks being turned into directories.
modified:
fetch.py
tests/test_fetch.py
------------------------------------------------------------
revno: 17.24.26
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 03:51:58 +0200
message:
Remove use of text_id.
modified:
fetch.py
------------------------------------------------------------
revno: 17.24.27
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 04:15:39 +0200
message:
Change kind when turning symlink into dir.
modified:
fetch.py
------------------------------------------------------------
revno: 17.24.28
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 04:23:07 +0200
message:
Fix syntax error.
modified:
object_store.py
------------------------------------------------------------
revno: 17.24.29
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 04:57:30 +0200
message:
Implement GitRepository.revision_graph_can_have_wrong_parents().
modified:
repository.py
------------------------------------------------------------
revno: 17.24.30
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-06-17 04:58:57 +0200
message:
Create cache dir if it doesn't exist yet.
modified:
shamap.py
------------------------------------------------------------
revno: 17.24.31
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-06-18 01:06:50 +0200
message:
Mark as compatible with 1.16 and 1.17.
modified:
__init__.py
------------------------------------------------------------
revno: 17.24.32
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2009-06-18 15:11:11 +0200
message:
Release 0.4.0.
modified:
NEWS
__init__.py
setup.py
-------------- next part --------------
Diff too large for email (1133 lines, the limit is 1000).
More information about the Pkg-bazaar-commits
mailing list