/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

MergeĀ fromĀ test-tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
# XXX: Can we do any better about making interrupted commits change
19
 
# nothing?  Perhaps the best approach is to integrate commit of
20
 
# AtomicFiles with releasing the lock on the Branch.
 
19
# nothing?  
21
20
 
22
21
# TODO: Separate 'prepare' phase where we find a list of potentially
23
22
# committed files.  We then can then pause the commit to prompt for a
73
72
 
74
73
from cStringIO import StringIO
75
74
 
76
 
from bzrlib.atomicfile import AtomicFile
77
75
import bzrlib.config
78
76
import bzrlib.errors as errors
79
77
from bzrlib.errors import (BzrError, PointlessCommit,