Rev 75: Implement Repository.all_revision_ids(). in http://people.samba.org/bzr/jelmer/bzr-git/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Jul 26 17:27:47 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-git/trunk
------------------------------------------------------------
revno: 75
revision-id: jelmer at samba.org-20080726160853-ugow5uojkd0eq50s
parent: jelmer at samba.org-20080726160846-ro1y9x7zpy2wrxkl
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 18:08:53 +0200
message:
Implement Repository.all_revision_ids().
modified:
tests/test_git_repository.py test_git_repository.-20071108234408-ygidvy5hviixghsd-5
=== modified file 'tests/test_git_repository.py'
--- a/tests/test_git_repository.py 2008-07-26 15:50:48 +0000
+++ b/tests/test_git_repository.py 2008-07-26 16:08:53 +0000
@@ -128,6 +128,9 @@
def test_has_signature_for_revision_id(self):
self.assertEquals(False, self.git_repo.has_signature_for_revision_id(revision.NULL_REVISION))
+ def test_all_revision_ids_none(self):
+ self.assertEquals(set(), self.git_repo.all_revision_ids())
+
def test_get_ancestry_null(self):
self.assertEquals([None], self.git_repo.get_ancestry(revision.NULL_REVISION))
More information about the bazaar-commits
mailing list