/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/selftest/whitebox.py

  • Committer: Martin Pool
  • Date: 2005-07-11 03:49:54 UTC
  • Revision ID: mbp@sourcefrog.net-20050711034954-e8b09d4d575946f6
- show progress bar during inventory conversion to weave, and make profiling optional

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
        
194
194
        savedir = os.getcwdu()
195
195
        dtmp = tempfile.mkdtemp()
196
 
        # On Mac OSX, /tmp actually expands to /private/tmp
197
 
        dtmp = os.path.realpath(dtmp)
198
196
 
199
197
        def rp(p):
200
198
            return _relpath(dtmp, p)