~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-25 17:46:47 UTC
  • mfrom: (2547.2.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070625174647-pocypsjmp861qgv7
(Vincent Ladeuil) Fix bug #121889 by working around urllib2 limitation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2472
2472
            clean_selftest_output()
2473
2473
            return 0
2474
2474
        if keep_output:
2475
 
            trace.warning("notice: selftest --keep-output "
2476
 
                          "is no longer supported; "
2477
 
                          "test output is always removed")
 
2475
            warning("notice: selftest --keep-output "
 
2476
                    "is no longer supported; "
 
2477
                    "test output is always removed")
2478
2478
 
2479
2479
        if numbered_dirs is None and sys.platform == 'win32':
2480
2480
            numbered_dirs = True