/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

Merge test-run support.

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
 
from __future__ import print_function
12
 
 
 
11
import sys
13
12
import os
14
 
import sys
15
13
 
16
14
from breezy.trace import enable_default_logging
17
15
enable_default_logging()