At http://bzr.arbash-meinel.com/plugins/in_ancestry
------------------------------------------------------------
revno: 4
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: in_ancestry
timestamp: Wed 2010-02-10 08:42:03 -0600
message:
Make it clearer that *any* ancestry is sufficient
=== modified file '__init__.py'
--- a/__init__.py 2010-02-10 14:40:53 +0000
+++ b/__init__.py 2010-02-10 14:42:03 +0000
@@ -35,7 +35,7 @@
b1.lock_read()
b2.lock_read()
try:
- self.outf.write('is %s ancestry in %s: ' % (branch1, branch2))
+ self.outf.write('is any of %s ancestry in %s: ' % (branch1,
branch2))
if self._is_ancestry_in_other(b1, b2):
self.outf.write('yes\n')
return 0
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits