~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_info.py

  • Committer: Aaron Bentley
  • Date: 2007-02-15 14:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: abentley@panoramicfeedback.com-20070215140823-xaqpzdqb5bmox2ak
Updates from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
480
480
         0 revisions
481
481
         0 KiB
482
482
""" % (branch.bzrdir.root_transport.base,
483
 
       format.branch_format.get_format_description(),
 
483
       format.get_branch_format().get_format_description(),
484
484
       format.repository_format.get_format_description(),
485
485
       ), out)
486
486
        self.assertEqual('', err)
531
531
         0 revisions
532
532
         0 KiB
533
533
""" % (repo.bzrdir.root_transport.base,
534
 
       format.branch_format.get_format_description(),
 
534
       format.get_branch_format().get_format_description(),
535
535
       format.repository_format.get_format_description(),
536
536
       ), out)
537
537
        self.assertEqual('', err)
591
591
         %d KiB
592
592
""" % (tree2.bzrdir.root_transport.base,
593
593
       repo.bzrdir.root_transport.base,
594
 
       format.branch_format.get_format_description(),
 
594
       format.get_branch_format().get_format_description(),
595
595
       format.repository_format.get_format_description(),
596
596
       datestring_first, datestring_first,
597
597
       # poking at _revision_store isn't all that clean, but neither is
633
633
         0 KiB
634
634
""" % (tree3.bzrdir.root_transport.base,
635
635
       branch1.bzrdir.root_transport.base,
636
 
       format.branch_format.get_format_description(),
 
636
       format.get_branch_format().get_format_description(),
637
637
       format.repository_format.get_format_description(),
638
638
       ), out)
639
639
        self.assertEqual('', err)
675
675
         1 revision
676
676
         %d KiB
677
677
""" % (tree3.bzrdir.root_transport.base, branch1.bzrdir.root_transport.base,
678
 
       format.branch_format.get_format_description(),
 
678
       format.get_branch_format().get_format_description(),
679
679
       format.repository_format.get_format_description(),
680
680
       datestring_first, datestring_first,
681
681
       # poking at _revision_store isn't all that clean, but neither is
725
725
         %d KiB
726
726
""" % (tree2.bzrdir.root_transport.base,
727
727
       repo.bzrdir.root_transport.base,
728
 
       format.branch_format.get_format_description(),
 
728
       format.get_branch_format().get_format_description(),
729
729
       format.repository_format.get_format_description(),
730
730
       datestring_first, datestring_last,
731
731
       # poking at _revision_store isn't all that clean, but neither is
757
757
         2 revisions
758
758
         %d KiB
759
759
""" % (repo.bzrdir.root_transport.base,
760
 
       format.branch_format.get_format_description(),
 
760
       format.get_branch_format().get_format_description(),
761
761
       format.repository_format.get_format_description(),
762
762
       datestring_first, datestring_last,
763
763
       # poking at _revision_store isn't all that clean, but neither is
850
850
         0 revisions
851
851
         0 KiB
852
852
""" % (repo.bzrdir.root_transport.base,
853
 
       format.branch_format.get_format_description(),
 
853
       format.get_branch_format().get_format_description(),
854
854
       format.repository_format.get_format_description(),
855
855
       ), out)
856
856
        self.assertEqual('', err)
894
894
         1 revision
895
895
         %d KiB
896
896
""" % (repo.bzrdir.root_transport.base,
897
 
       format.branch_format.get_format_description(),
 
897
       format.get_branch_format().get_format_description(),
898
898
       format.repository_format.get_format_description(),
899
899
       datestring_first, datestring_first,
900
900
       # poking at _revision_store isn't all that clean, but neither is
938
938
         %d KiB
939
939
""" % (repo.bzrdir.root_transport.base,
940
940
       branch1.bzrdir.root_transport.base,
941
 
       format.branch_format.get_format_description(),
 
941
       format.get_branch_format().get_format_description(),
942
942
       format.repository_format.get_format_description(),
943
943
       # poking at _revision_store isn't all that clean, but neither is
944
944
       # having the ui test dependent on the exact overhead of a given store.
985
985
         %d KiB
986
986
""" % (repo.bzrdir.root_transport.base,
987
987
       branch1.bzrdir.root_transport.base,
988
 
       format.branch_format.get_format_description(),
 
988
       format.get_branch_format().get_format_description(),
989
989
       format.repository_format.get_format_description(),
990
990
       datestring_first, datestring_first,
991
991
       # poking at _revision_store isn't all that clean, but neither is
1077
1077
         0 revisions
1078
1078
         0 KiB
1079
1079
""" % (repo.bzrdir.root_transport.base,
1080
 
       format.branch_format.get_format_description(),
 
1080
       format.get_branch_format().get_format_description(),
1081
1081
       format.repository_format.get_format_description(),
1082
1082
       ), out)
1083
1083
        self.assertEqual('', err)