/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/tests/blackbox/test_info.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-15 15:11:31 UTC
  • mfrom: (2230.3.55 branch6)
  • Revision ID: pqm@pqm.ubuntu.com-20070215151131-1f2ce67d76e40200
Provide new branch6 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
Format:
151
151
       control: Meta directory format 1
152
152
  working tree: %s
153
 
        branch: Branch format 5
 
153
        branch: %s
154
154
    repository: %s
155
155
 
156
156
In the working tree:
176
176
       branch1.bzrdir.root_transport.base,
177
177
       branch1.bzrdir.root_transport.base,
178
178
       bound_tree._format.get_format_description(),      
 
179
       branch3._format.get_format_description(),
179
180
       branch3.repository._format.get_format_description(),
180
181
       datestring_first, datestring_first,
181
182
       # poking at _revision_store isn't all that clean, but neither is
469
470
 
470
471
Format:
471
472
       control: Meta directory format 1
472
 
        branch: Branch format 5
 
473
        branch: %s
473
474
    repository: %s
474
475
 
475
476
Branch history:
479
480
         0 revisions
480
481
         0 KiB
481
482
""" % (branch.bzrdir.root_transport.base,
 
483
       format.get_branch_format().get_format_description(),
482
484
       format.repository_format.get_format_description(),
483
485
       ), out)
484
486
        self.assertEqual('', err)
519
521
 
520
522
Format:
521
523
       control: Meta directory format 1
522
 
        branch: Branch format 5
 
524
        branch: %s
523
525
    repository: %s
524
526
 
525
527
Branch history:
529
531
         0 revisions
530
532
         0 KiB
531
533
""" % (repo.bzrdir.root_transport.base,
 
534
       format.get_branch_format().get_format_description(),
532
535
       format.repository_format.get_format_description(),
533
536
       ), out)
534
537
        self.assertEqual('', err)
563
566
Format:
564
567
       control: Meta directory format 1
565
568
  working tree: Working tree format 3
566
 
        branch: Branch format 5
 
569
        branch: %s
567
570
    repository: %s
568
571
 
569
572
In the working tree:
588
591
         %d KiB
589
592
""" % (tree2.bzrdir.root_transport.base,
590
593
       repo.bzrdir.root_transport.base,
 
594
       format.get_branch_format().get_format_description(),
591
595
       format.repository_format.get_format_description(),
592
596
       datestring_first, datestring_first,
593
597
       # poking at _revision_store isn't all that clean, but neither is
606
610
Format:
607
611
       control: Meta directory format 1
608
612
  working tree: Working tree format 3
609
 
        branch: Branch format 5
 
613
        branch: %s
610
614
    repository: %s
611
615
 
612
616
Branch is out of date: missing 1 revision.
629
633
         0 KiB
630
634
""" % (tree3.bzrdir.root_transport.base,
631
635
       branch1.bzrdir.root_transport.base,
 
636
       format.get_branch_format().get_format_description(),
632
637
       format.repository_format.get_format_description(),
633
638
       ), out)
634
639
        self.assertEqual('', err)
646
651
Format:
647
652
       control: Meta directory format 1
648
653
  working tree: Working tree format 3
649
 
        branch: Branch format 5
 
654
        branch: %s
650
655
    repository: %s
651
656
 
652
657
In the working tree:
670
675
         1 revision
671
676
         %d KiB
672
677
""" % (tree3.bzrdir.root_transport.base, branch1.bzrdir.root_transport.base,
 
678
       format.get_branch_format().get_format_description(),
673
679
       format.repository_format.get_format_description(),
674
680
       datestring_first, datestring_first,
675
681
       # poking at _revision_store isn't all that clean, but neither is
692
698
Format:
693
699
       control: Meta directory format 1
694
700
  working tree: Working tree format 3
695
 
        branch: Branch format 5
 
701
        branch: %s
696
702
    repository: %s
697
703
 
698
704
Working tree is out of date: missing 1 revision.
719
725
         %d KiB
720
726
""" % (tree2.bzrdir.root_transport.base,
721
727
       repo.bzrdir.root_transport.base,
 
728
       format.get_branch_format().get_format_description(),
722
729
       format.repository_format.get_format_description(),
723
730
       datestring_first, datestring_last,
724
731
       # poking at _revision_store isn't all that clean, but neither is
736
743
 
737
744
Format:
738
745
       control: Meta directory format 1
739
 
        branch: Branch format 5
 
746
        branch: %s
740
747
    repository: %s
741
748
 
742
749
Branch history:
750
757
         2 revisions
751
758
         %d KiB
752
759
""" % (repo.bzrdir.root_transport.base,
 
760
       format.get_branch_format().get_format_description(),
753
761
       format.repository_format.get_format_description(),
754
762
       datestring_first, datestring_last,
755
763
       # poking at _revision_store isn't all that clean, but neither is
821
829
Format:
822
830
       control: Meta directory format 1
823
831
  working tree: Working tree format 3
824
 
        branch: Branch format 5
 
832
        branch: %s
825
833
    repository: %s
826
834
 
827
835
In the working tree:
842
850
         0 revisions
843
851
         0 KiB
844
852
""" % (repo.bzrdir.root_transport.base,
 
853
       format.get_branch_format().get_format_description(),
845
854
       format.repository_format.get_format_description(),
846
855
       ), out)
847
856
        self.assertEqual('', err)
862
871
Format:
863
872
       control: Meta directory format 1
864
873
  working tree: Working tree format 3
865
 
        branch: Branch format 5
 
874
        branch: %s
866
875
    repository: %s
867
876
 
868
877
In the working tree:
885
894
         1 revision
886
895
         %d KiB
887
896
""" % (repo.bzrdir.root_transport.base,
 
897
       format.get_branch_format().get_format_description(),
888
898
       format.repository_format.get_format_description(),
889
899
       datestring_first, datestring_first,
890
900
       # poking at _revision_store isn't all that clean, but neither is
906
916
Format:
907
917
       control: Meta directory format 1
908
918
  working tree: Working tree format 3
909
 
        branch: Branch format 5
 
919
        branch: %s
910
920
    repository: %s
911
921
 
912
922
In the working tree:
928
938
         %d KiB
929
939
""" % (repo.bzrdir.root_transport.base,
930
940
       branch1.bzrdir.root_transport.base,
 
941
       format.get_branch_format().get_format_description(),
931
942
       format.repository_format.get_format_description(),
932
943
       # poking at _revision_store isn't all that clean, but neither is
933
944
       # having the ui test dependent on the exact overhead of a given store.
950
961
Format:
951
962
       control: Meta directory format 1
952
963
  working tree: Working tree format 3
953
 
        branch: Branch format 5
 
964
        branch: %s
954
965
    repository: %s
955
966
 
956
967
In the working tree:
974
985
         %d KiB
975
986
""" % (repo.bzrdir.root_transport.base,
976
987
       branch1.bzrdir.root_transport.base,
 
988
       format.get_branch_format().get_format_description(),
977
989
       format.repository_format.get_format_description(),
978
990
       datestring_first, datestring_first,
979
991
       # poking at _revision_store isn't all that clean, but neither is
1045
1057
Format:
1046
1058
       control: Meta directory format 1
1047
1059
  working tree: Working tree format 3
1048
 
        branch: Branch format 5
 
1060
        branch: %s
1049
1061
    repository: %s
1050
1062
 
1051
1063
In the working tree:
1065
1077
         0 revisions
1066
1078
         0 KiB
1067
1079
""" % (repo.bzrdir.root_transport.base,
 
1080
       format.get_branch_format().get_format_description(),
1068
1081
       format.repository_format.get_format_description(),
1069
1082
       ), out)
1070
1083
        self.assertEqual('', err)
1144
1157
Format:
1145
1158
       control: Meta directory format 1
1146
1159
  working tree: %s
1147
 
        branch: Branch format 5
 
1160
        branch: %s
1148
1161
    repository: %s
1149
1162
%s
1150
1163
In the working tree:
1166
1179
""" %  (tree_data,
1167
1180
        branch_data,
1168
1181
        lco_tree._format.get_format_description(),
 
1182
        lco_tree.branch._format.get_format_description(),
1169
1183
        lco_tree.branch.repository._format.get_format_description(),
1170
1184
        expected_lock_output,
1171
1185
        verbose_info,