~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: Robert Collins
  • Date: 2006-01-25 01:43:34 UTC
  • mto: (1534.1.15 integration)
  • mto: This revision was merged to the branch mainline in revision 1550.
  • Revision ID: robertc@robertcollins.net-20060125014334-8dd9ed73c26c5956
Implement final review suggestions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
def show_info(b):
34
34
    import diff
35
35
    
36
 
    print 'branch format:', b.control_files.controlfile(
37
 
        'branch-format', 'r').readline().rstrip('\n')
 
36
    print 'branch format:', b.control_files.get_utf8(
 
37
        'branch-format').readline().rstrip('\n')
38
38
 
39
39
    def plural(n, base='', pl=None):
40
40
        if n == 1: