~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/merge.py

Fixing mutter() calls to not have to do string processing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
 
229
229
    def finalize(self):
230
230
        if not self.ignore_zero:
231
 
            note("%d conflicts encountered.\n" % self.conflicts)
 
231
            note("%d conflicts encountered.\n", self.conflicts)
232
232
            
233
233
def get_tree(treespec, local_branch=None):
234
234
    location, revno = treespec