/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: 2018-06-14 17:59:16 UTC
  • mto: This revision was merged to the branch mainline in revision 7065.
  • Revision ID: jelmer@jelmer.uk-20180614175916-a2e2xh5k533guq1x
Move breezy.plugins.git to breezy.git.

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