[MERGE] Debug flags for HPSS

Martin Pool mbp at sourcefrog.net
Tue Jul 10 04:19:56 BST 2007


     def call(self, *args):
+        if 'hpss' in debug.debug_flags:
+            mutter('hpss call: %r', args)

Thanks, I'm glad that's in.

Repeating the if block four times maybe should be a clue to extract
it, as in lockdir though...

-- 
Martin



More information about the bazaar mailing list