At http://bzr.arbash-meinel.com/plugins/in_ancestry
------------------------------------------------------------
revno: 3
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: in_ancestry
timestamp: Wed 2010-02-10 08:40:53 -0600
message:
Rename the command since 'in-ancestry' makes more sense
=== modified file '__init__.py'
--- a/__init__.py 2010-02-10 14:39:02 +0000
+++ b/__init__.py 2010-02-10 14:40:53 +0000
@@ -23,7 +23,7 @@
)
-class cmd_share_ancestry(commands.Command):
+class cmd_in_ancestry(commands.Command):
"""Do BRANCH1 and BRANCH2 share ancestry?"""
takes_args = ['branch1', 'branch2']
@@ -68,4 +68,4 @@
return (dotted_revno is not None)
-commands.register_command(cmd_share_ancestry)
+commands.register_command(cmd_in_ancestry)
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits