Rev 3248: (James Westby) Make -Dpack not raise an error for unknown variable in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Mar 3 19:49:24 GMT 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3248
revision-id:pqm at pqm.ubuntu.com-20080303194913-w6v25p1a79x3plya
parent: pqm at pqm.ubuntu.com-20080303181409-gyupt23ikib7s46z
parent: jw+debian at jameswestby.net-20080302175031-hbb06gm2yiutjv7w
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2008-03-03 19:49:13 +0000
message:
  (James Westby) Make -Dpack not raise an error for unknown variable
modified:
  bzrlib/repofmt/pack_repo.py    pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
    ------------------------------------------------------------
    revno: 3231.3.1
    revision-id:jw+debian at jameswestby.net-20080302175031-hbb06gm2yiutjv7w
    parent: pqm at pqm.ubuntu.com-20080223141021-zgxlzjmg5c0hym5n
    committer: James Westby <jw+debian at jameswestby.net>
    branch nick: bzr.dev
    timestamp: Sun 2008-03-02 17:50:31 +0000
    message:
      Make -Dpack not cause a error trying to use an unkown variable.
    modified:
      bzrlib/repofmt/pack_repo.py    pack_repo.py-20070813041115-gjv5ma7ktfqwsjgn-1
=== modified file 'bzrlib/repofmt/pack_repo.py'
--- a/bzrlib/repofmt/pack_repo.py	2008-02-19 03:58:32 +0000
+++ b/bzrlib/repofmt/pack_repo.py	2008-03-02 17:50:31 +0000
@@ -656,7 +656,7 @@
                 time.ctime(), self._pack_collection._upload_transport.base,
                 self.new_pack.random_name,
                 self.new_pack.inventory_index.key_count(),
-                time.time() - new_pack.start_time)
+                time.time() - self.new_pack.start_time)
 
     def _copy_text_texts(self):
         # select text keys




More information about the bazaar-commits mailing list