~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
865
865
 
866
866
    def log_string(self, revno, rev, max_chars):
867
867
        """Format log info into one string. Truncate tail of string
868
 
        :param  revno:      revision number (int) or None.
 
868
        :param  revno:      revision number or None.
869
869
                            Revision numbers counts from 1.
870
870
        :param  rev:        revision info object
871
871
        :param  max_chars:  maximum length of resulting string