[Pkg-bazaar-commits] ./bzr-loom/unstable r92: New upstream snapshot.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:14:47 UTC 2009


------------------------------------------------------------
revno: 92
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: experimental
timestamp: Fri 2009-01-16 14:17:04 +0100
message:
  New upstream snapshot.
modified:
  commands.py
  debian/changelog
    ------------------------------------------------------------
    revno: 84.4.5
    committer: John Arbash Meinel <john at arbash-meinel.com>
    branch nick: trunk
    timestamp: Thu 2009-01-15 10:56:26 -0600
    message:
      Add verbose to the parameter list, to match bzr.dev
    modified:
      commands.py
-------------- next part --------------
=== modified file 'commands.py'
--- a/commands.py	2008-12-19 13:04:57 +0000
+++ b/commands.py	2009-01-15 16:56:26 +0000
@@ -154,7 +154,7 @@
     _original_command = None
 
     def run(self, show_ids=False, file_list=None, revision=None, short=False,
-            versioned=False, no_pending=False):
+            versioned=False, no_pending=False, verbose=None):
         if file_list is None:
             path = '.'
         else:

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-13 16:06:51 +0000
+++ b/debian/changelog	2009-01-16 13:17:04 +0000
@@ -1,3 +1,10 @@
+bzr-loom (1.4.0~bzr91-1) experimental; urgency=low
+
+  * New upstream snapshot.
+   + Fixes status command for newer versions of bzr.
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Fri, 16 Jan 2009 14:16:49 +0100
+
 bzr-loom (1.4.0~bzr90-1) experimental; urgency=low
 
   * New upstream snapshot.



More information about the Pkg-bazaar-commits mailing list