/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 tools/capture_tree.py

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 01:35:14 UTC
  • mfrom: (7490.7.6 work)
  • mto: This revision was merged to the branch mainline in revision 7499.
  • Revision ID: jelmer@jelmer.uk-20200322013514-7vw1ntwho04rcuj3
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Copyright (C) 2005 Canonical Ltd
4
4
 
5
 
"""Print to stdout a description of the current directory, 
 
5
"""Print to stdout a description of the current directory,
6
6
formatted as a Python data structure.
7
7
 
8
8
This can be useful in tests that need to recreate directory
9
9
contents."""
10
10
 
 
11
import os
11
12
import sys
12
 
import os
13
13
 
14
14
from breezy.trace import enable_default_logging
15
15
enable_default_logging()