[Pkg-bazaar-commits] ./bzr/unstable r30: remove dead commands

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:25:41 UTC 2009


------------------------------------------------------------
revno: 30
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Sun 2005-03-13 16:28:56 +1100
message:
  remove dead commands
modified:
  bzr.py
-------------- next part --------------
=== modified file 'bzr.py'
--- a/bzr.py	2005-03-12 07:34:32 +0000
+++ b/bzr.py	2005-03-13 05:28:56 +0000
@@ -141,17 +141,6 @@
     Branch('.').get_revision(revision_id).write_xml(sys.stdout)
 
 
-def cmd_get_inventory(inventory_id):
-    """Return inventory in XML by hash"""
-    Branch('.').get_inventory(inventory_hash).write_xml(sys.stdout)
-
-
-def cmd_get_revision_inventory(revision_id):
-    """Output inventory for a revision."""
-    b = Branch('.')
-    b.get_revision_inventory(revision_id).write_xml(sys.stdout)
-
-
 def cmd_get_file_text(text_id):
     """Get contents of a file by hash."""
     sf = Branch('.').text_store[text_id]



More information about the Pkg-bazaar-commits mailing list