Rev 3: Rename the command since 'in-ancestry' makes more sense in http://bzr.arbash-meinel.com/plugins/in_ancestry
John Arbash Meinel
john at arbash-meinel.com
Wed Feb 10 14:41:14 GMT 2010
At http://bzr.arbash-meinel.com/plugins/in_ancestry
------------------------------------------------------------
revno: 3
revision-id: john at arbash-meinel.com-20100210144053-yck62g0316f3is2f
parent: john at arbash-meinel.com-20100210143902-z9v8wat4y949r3q4
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: in_ancestry
timestamp: Wed 2010-02-10 08:40:53 -0600
message:
Rename the command since 'in-ancestry' makes more sense
-------------- next part --------------
=== 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)
More information about the bazaar-commits
mailing list