27
27
from bzrlib.textui import show_status
28
28
from bzrlib.revision import Revision
29
29
from bzrlib.xml import unpack_xml
32
33
BZR_BRANCH_FORMAT = "Bazaar-NG branch, format 0.0.4\n"
33
34
## TODO: Maybe include checks for common corruption of newlines, etc?