21
22
from bzrlib.trace import mutter, note
22
23
from bzrlib.osutils import isdir, quotefn, compact_date, rand_bytes, splitpath, \
23
24
sha_file, appendpath, file_kind
24
25
from bzrlib.errors import BzrError
26
28
BZR_BRANCH_FORMAT = "Bazaar-NG branch, format 0.0.4\n"
27
29
## TODO: Maybe include checks for common corruption of newlines, etc?