[Pkg-bazaar-commits] ./bzr-git/unstable r43: Merge new release.
Jelmer Vernooij
jelmer at debian.org
Sun May 10 14:42:24 UTC 2009
------------------------------------------------------------
revno: 43
committer: Jelmer Vernooij <jelmer at debian.org>
branch nick: debian
timestamp: Sun 2009-05-10 16:42:24 +0200
message:
Merge new release.
removed:
foreign/TODO
foreign/upgrade.py
added:
NEWS
renamed:
converter.py => object_store.py
modified:
README
TODO
__init__.py
branch.py
bzr-receive-pack
bzr-upload-pack
commands.py
commit.py
debian/changelog
debian/control
dir.py
errors.py
fetch.py
foreign/__init__.py
inventory.py
mapping.py
push.py
remote.py
repository.py
revspec.py
server.py
setup.py
shamap.py
tests/test_blackbox.py
tests/test_branch.py
tests/test_fetch.py
tests/test_mapping.py
tests/test_repository.py
versionedfiles.py
workingtree.py
object_store.py
------------------------------------------------------------
revno: 17.1.389
tags: bzr-git-0.2.0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-04-30 14:40:57 +0200
message:
Release 0.2.0.
modified:
__init__.py
------------------------------------------------------------
revno: 17.1.390
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-04-30 15:11:56 +0200
message:
Release 0.2.1, with improved python2.4 support.
modified:
__init__.py
setup.py
------------------------------------------------------------
revno: 17.1.391
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-04-30 16:52:13 +0200
message:
Show proper error when attempting to access history of remote git branches.
modified:
remote.py
------------------------------------------------------------
revno: 17.1.392
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-04-30 20:12:55 +0200
message:
Support parsing .gitignore.
added:
NEWS
modified:
workingtree.py
------------------------------------------------------------
revno: 17.1.393
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-04-30 22:50:11 +0200
message:
Fix compatibility with python 2.4.
modified:
shamap.py
------------------------------------------------------------
revno: 17.1.394
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-01 20:15:57 +0200
message:
Stop pretending dulwich has the same api as python-git.
modified:
tests/test_branch.py
------------------------------------------------------------
revno: 17.1.395
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-01 20:24:33 +0200
message:
Implement GitBranch.__repr__.
modified:
branch.py
tests/test_branch.py
------------------------------------------------------------
revno: 17.1.396
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 12:58:22 +0200
message:
Start on 0.2.2
modified:
__init__.py
setup.py
------------------------------------------------------------
revno: 17.1.397
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 12:59:12 +0200
message:
Use new convenience function in dulwich to open index.
modified:
workingtree.py
------------------------------------------------------------
revno: 17.1.398
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 13:27:20 +0200
message:
make 'bzr pull --revision' work for remote repositories.
modified:
remote.py
revspec.py
------------------------------------------------------------
revno: 17.1.399
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 16:47:27 +0200
message:
Use public properties to set git objects values.
modified:
commit.py
mapping.py
tests/test_mapping.py
------------------------------------------------------------
revno: 17.1.400
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 17:02:20 +0200
message:
use insert_record_stream rather than add_lines.
modified:
fetch.py
------------------------------------------------------------
revno: 17.1.401
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 18:24:57 +0200
message:
Override GitRevisionSpec.__nonzero__ as the default implementation uses has_revision(), which is not available on remote git repositories.
modified:
revspec.py
------------------------------------------------------------
revno: 17.1.402
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 18:41:51 +0200
message:
Add hidden git-cat command that can cat git objects from Bazaar repositories.
modified:
__init__.py
commands.py
------------------------------------------------------------
revno: 17.1.403
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 18:46:31 +0200
message:
Handle KeyError in git-cat.
modified:
commands.py
------------------------------------------------------------
revno: 17.1.404
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 18:52:37 +0200
message:
Use public method to access raw git object text.
modified:
converter.py
------------------------------------------------------------
revno: 17.1.405
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 19:16:44 +0200
message:
'bzr git-object' without arguments now prints the available git objects.
modified:
__init__.py
commands.py
converter.py
shamap.py
------------------------------------------------------------
revno: 17.1.406
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 19:29:39 +0200
message:
Support pretty-printing git objects.
modified:
commands.py
------------------------------------------------------------
revno: 17.1.407
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-02 19:41:17 +0200
message:
Fix formatting.
modified:
commands.py
------------------------------------------------------------
revno: 17.1.408
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 16:07:25 +0200
message:
Split out push to remote git repositories.
modified:
push.py
repository.py
------------------------------------------------------------
revno: 17.1.409
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 17:16:35 +0200
message:
Fix import of RemoteGitRepository.
modified:
fetch.py
------------------------------------------------------------
revno: 17.1.410
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 17:17:10 +0200
message:
make send_pack accessible.
modified:
remote.py
------------------------------------------------------------
revno: 17.1.411
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 17:29:43 +0200
message:
use dfetch_refs, to prepare for dpush to remote repositories.
modified:
branch.py
push.py
repository.py
------------------------------------------------------------
revno: 17.1.412
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 19:08:30 +0200
message:
get remote dpush to a point where we now what to send.
modified:
push.py
repository.py
------------------------------------------------------------
revno: 17.1.413
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 19:08:46 +0200
message:
merge new bzr-foreign.
removed:
foreign/TODO
foreign/upgrade.py
modified:
foreign/__init__.py
------------------------------------------------------------
revno: 0.1.51
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 19:05:45 +0200
message:
remove foreign-mapping-upgrade (now in bzr-rebase).
removed:
TODO
upgrade.py
modified:
__init__.py
------------------------------------------------------------
revno: 17.1.414
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 20:02:39 +0200
message:
Remove imports.
modified:
repository.py
------------------------------------------------------------
revno: 17.1.415
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 21:56:42 +0200
message:
Support Branch.is_locked, required for loggerhead.
modified:
branch.py
------------------------------------------------------------
revno: 17.1.416
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 22:39:07 +0200
message:
dpush tags too.
modified:
branch.py
------------------------------------------------------------
revno: 17.1.417
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 23:05:24 +0200
message:
Only attempt to push revisions that actually exist in the source branch.
modified:
branch.py
------------------------------------------------------------
revno: 17.1.418
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2009-05-04 23:05:38 +0200
message:
Remember mapping per InterRepository.
modified:
push.py
------------------------------------------------------------
revno: 17.1.419
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 02:10:48 +0200
message:
Follow new API for send-pack.
modified:
push.py
------------------------------------------------------------
revno: 17.1.420
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 05:11:51 +0200
message:
Implement BazaarObjectStore.__contains__, BazaarObjectStore.iter_shas, BazaarObjectStore.get_parents.
modified:
converter.py
------------------------------------------------------------
revno: 17.1.421
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 05:13:24 +0200
message:
Somewhat fix dpushing to remote repos.
modified:
branch.py
push.py
------------------------------------------------------------
revno: 17.1.422
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 14:18:53 +0200
message:
Add exception for ghost revisions.
modified:
errors.py
------------------------------------------------------------
revno: 17.1.423
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 22:53:51 +0200
message:
Remove silly mapping of timezones; dulwich uses offsets now as well.
modified:
__init__.py
commands.py
converter.py
mapping.py
tests/test_mapping.py
tests/test_repository.py
------------------------------------------------------------
revno: 17.1.424
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 22:56:54 +0200
message:
Merge fix for loading git plugin in bzr-*-pack.
modified:
bzr-receive-pack
bzr-upload-pack
------------------------------------------------------------
revno: 17.22.1
committer: Invité <guest at mirexpress>
branch nick: git
timestamp: Tue 2009-05-05 22:43:26 +0200
message:
Ensure git plugin is loaded in bzr-*-pack
modified:
bzr-receive-pack
bzr-upload-pack
------------------------------------------------------------
revno: 17.1.425
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2009-05-05 23:01:22 +0200
message:
Fix trivial bug checking for git repositories.
modified:
server.py
------------------------------------------------------------
revno: 17.1.426
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-05-06 03:51:14 +0200
message:
Fix tests.
modified:
tests/test_repository.py
------------------------------------------------------------
revno: 17.1.427
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-05-06 04:08:57 +0200
message:
Stop running git in blackbox tests.
modified:
tests/test_blackbox.py
------------------------------------------------------------
revno: 17.1.428
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2009-05-06 04:09:38 +0200
message:
Import dulwich as dulwich, not as git.
modified:
tests/test_repository.py
------------------------------------------------------------
revno: 17.1.429
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-05-07 03:02:10 +0200
message:
Support new 'local' argument.
modified:
branch.py
------------------------------------------------------------
revno: 17.1.430
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-05-07 03:03:55 +0200
message:
Rely less on command-line git.
modified:
tests/test_branch.py
tests/test_fetch.py
tests/test_repository.py
------------------------------------------------------------
revno: 17.1.431
author: Roland Mas <lolando at debian.org>
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 16:08:12 +0200
message:
Fix receiving packs from the bzr-git smart server.
modified:
mapping.py
server.py
------------------------------------------------------------
revno: 17.1.432
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 16:15:57 +0200
message:
Use BazaarObjectStore to find matching SHA1s for bzr revisions.
modified:
converter.py
mapping.py
server.py
------------------------------------------------------------
revno: 17.1.433
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 16:17:37 +0200
message:
Licensing information is in all of the individual files.
modified:
README
------------------------------------------------------------
revno: 17.1.434
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 16:22:32 +0200
message:
Remove unused code.
modified:
server.py
------------------------------------------------------------
revno: 17.1.435
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 18:11:15 +0200
message:
Rename converter -> object_store, provide utility function for getting ObjectStore's.
renamed:
converter.py => object_store.py
modified:
commands.py
push.py
versionedfiles.py
object_store.py
------------------------------------------------------------
revno: 17.1.436
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 18:25:31 +0200
message:
Move more logic to object store.
modified:
object_store.py
push.py
------------------------------------------------------------
revno: 17.1.437
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 19:18:07 +0200
message:
Use ObjectStore.find_missing_objects in server.
modified:
object_store.py
server.py
------------------------------------------------------------
revno: 17.1.438
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 20:51:06 +0200
message:
Add extra paranoia check.
modified:
inventory.py
------------------------------------------------------------
revno: 17.1.439
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 21:29:21 +0200
message:
Fix git -> git fetching.
modified:
branch.py
fetch.py
object_store.py
push.py
remote.py
repository.py
server.py
------------------------------------------------------------
revno: 17.1.440
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 21:39:39 +0200
message:
Use BaseObjectStore.
modified:
object_store.py
------------------------------------------------------------
revno: 17.1.441
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 21:52:04 +0200
message:
Fix index.
modified:
remote.py
------------------------------------------------------------
revno: 17.1.442
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2009-05-08 22:41:19 +0200
message:
Use new commit_tree function from dulwich.
modified:
commit.py
------------------------------------------------------------
revno: 17.1.443
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 00:13:10 +0200
message:
Somewhat fix commit in git working trees.
modified:
branch.py
commit.py
push.py
remote.py
------------------------------------------------------------
revno: 17.1.444
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 03:21:55 +0200
message:
Reduce number of round trips when fetching from Git.
modified:
__init__.py
branch.py
dir.py
remote.py
------------------------------------------------------------
revno: 17.1.445
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 03:46:22 +0200
message:
Import tags when pulling.
modified:
branch.py
remote.py
------------------------------------------------------------
revno: 17.1.446
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 08:18:10 +0200
message:
Support remote dpush (except for references).
modified:
fetch.py
object_store.py
push.py
------------------------------------------------------------
revno: 17.1.447
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 16:22:48 +0200
message:
Update docs.
modified:
README
TODO
------------------------------------------------------------
revno: 17.1.448
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 16:54:05 +0200
message:
Use dulwich standard functionality for finding missing revisions.
modified:
branch.py
fetch.py
remote.py
------------------------------------------------------------
revno: 17.1.449
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 17:08:18 +0200
message:
Fix finding of heads for fetch_objects.
modified:
fetch.py
------------------------------------------------------------
revno: 17.1.450
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2009-05-09 20:24:58 +0200
message:
Raise proper errors for ghosts.
modified:
fetch.py
object_store.py
------------------------------------------------------------
revno: 17.1.451
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-10 04:52:26 +0200
message:
Move dpush logic onto InterBranch.
modified:
branch.py
------------------------------------------------------------
revno: 17.1.452
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-10 06:23:17 +0200
message:
Fix fetch when revisions are already present locally, just only mapped.
modified:
fetch.py
------------------------------------------------------------
revno: 17.1.453
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-10 06:42:57 +0200
message:
Properly parse username in URLs.
modified:
remote.py
------------------------------------------------------------
revno: 17.1.454
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-10 16:07:32 +0200
message:
Remove tests for removed FetchGraphWalker.
modified:
tests/test_fetch.py
------------------------------------------------------------
revno: 17.1.455
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-10 16:07:50 +0200
message:
Fix printing error when user attempts to push into git.
modified:
branch.py
------------------------------------------------------------
revno: 17.1.456
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2009-05-10 16:09:35 +0200
message:
Release 0.3.0.
modified:
NEWS
__init__.py
setup.py
-------------- next part --------------
Diff too large for email (2590 lines, the limit is 1000).
More information about the Pkg-bazaar-commits
mailing list