/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/log.py

Merge with paths2ids

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