At http://people.ubuntu.com/~robertc/baz2.0/plugins/compressbench/trunk
------------------------------------------------------------ revno: 2 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: trunk timestamp: Mon 2009-01-19 16:46:11 +1100 message: Handle no-options properly. === modified file 'bench.py' --- a/bench.py 2009-01-19 03:54:57 +0000 +++ b/bench.py 2009-01-19 05:46:11 +0000 @@ -100,7 +100,7 @@ ] def run(self, delta=None): - if delta is None: + if not delta: delta = ['gc', 'knit'] # extract source to full text files on disk with metadata held in memory source_repo = Repository.open('/home/robertc/source/baz') -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
