~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
878
878
        if rev2 == 0:
879
879
            rev2 = None
880
880
 
881
 
        mutter('encoding log as %r' % bzrlib.user_encoding)
 
881
        mutter('encoding log as %r', bzrlib.user_encoding)
882
882
 
883
883
        # use 'replace' so that we don't abort if trying to write out
884
884
        # in e.g. the default C locale.