/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 bzrlib/commit.py

Tweak from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
from cStringIO import StringIO
73
73
 
74
 
from bzrlib import tree
 
74
from bzrlib import (
 
75
    errors,
 
76
    tree,
 
77
    )
75
78
import bzrlib.config
76
 
import bzrlib.errors as errors
77
79
from bzrlib.errors import (BzrError, PointlessCommit,
78
80
                           ConflictsInTree,
79
81
                           StrictCommitFailed