Rev 130: Re-register the command, accidentally removed. in http://bazaar.launchpad.net/~bzr/bzr-history-db/trunk

John Arbash Meinel john at arbash-meinel.com
Fri May 21 18:43:28 BST 2010


At http://bazaar.launchpad.net/~bzr/bzr-history-db/trunk

------------------------------------------------------------
revno: 130
revision-id: john at arbash-meinel.com-20100521174313-9hqo71qgajl3wd9l
parent: john at arbash-meinel.com-20100515074715-odhee5s7qeqxefrj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Fri 2010-05-21 12:43:13 -0500
message:
  Re-register the command, accidentally removed.
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2010-05-14 10:15:18 +0000
+++ b/__init__.py	2010-05-21 17:43:13 +0000
@@ -73,6 +73,8 @@
             b.unlock()
         trace.note('Stats:\n%s' % (pprint.pformat(dict(importer._stats)),))
 
+commands.register_command(cmd_history_db_create)
+
 
 _orig_do_dotted_revno = getattr(branch.Branch,
     '_do_dotted_revno_to_revision_id', None)



More information about the bazaar-commits mailing list