/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_versionedfile.py

  • Committer: Martin Pool
  • Date: 2010-01-15 05:33:28 UTC
  • mto: This revision was merged to the branch mainline in revision 5019.
  • Revision ID: mbp@sourcefrog.net-20100115053328-z8lykwv6zmkmkp9p
Further progress bar string-pulling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006-2010 Canonical Ltd
 
1
# Copyright (C) 2005, 2009 Canonical Ltd
2
2
#
3
3
# Authors:
4
4
#   Johan Rydberg <jrydberg@gnu.org>
1469
1469
            transport.mkdir('.')
1470
1470
        files = self.factory(transport)
1471
1471
        if self.cleanup is not None:
1472
 
            self.addCleanup(self.cleanup, files)
 
1472
            self.addCleanup(lambda:self.cleanup(files))
1473
1473
        return files
1474
1474
 
1475
1475
    def get_simple_key(self, suffix):