##// END OF EJS Templates
debugdiscovery: drop duplicated information...
marmoute -
r42200:c3a16c28 default
parent child Browse files
Show More
@@ -851,10 +851,6 b' def debugdiscovery(ui, repo, remoteurl="'
851 851
852 852 ui.write(("common heads: %s\n") %
853 853 " ".join(sorted(short(n) for n in common)))
854 if lheads <= common:
855 ui.write(("local is subset\n"))
856 elif rheads <= common:
857 ui.write(("remote is subset\n"))
858 854
859 855 _chunksize = 4 << 10
860 856
@@ -57,7 +57,6 b' Small superset:'
57 57 common: 7
58 58 missing: 0
59 59 common heads: 01241442b3c2 b5714e113bc0
60 local is subset
61 60
62 61 % -- a -> b set
63 62 comparing with b
@@ -78,7 +77,6 b' Small superset:'
78 77 common: 7
79 78 missing: 0
80 79 common heads: 01241442b3c2 b5714e113bc0
81 local is subset
82 80
83 81 % -- a -> b set (tip only)
84 82 comparing with b
@@ -118,7 +116,6 b' Small superset:'
118 116 common: 7
119 117 missing: 8
120 118 common heads: 01241442b3c2 b5714e113bc0
121 remote is subset
122 119
123 120 % -- b -> a set
124 121 comparing with a
@@ -139,7 +136,6 b' Small superset:'
139 136 common: 7
140 137 missing: 8
141 138 common heads: 01241442b3c2 b5714e113bc0
142 remote is subset
143 139
144 140 % -- b -> a set (tip only)
145 141 comparing with a
@@ -160,7 +156,6 b' Small superset:'
160 156 common: 7
161 157 missing: 8
162 158 common heads: 01241442b3c2 b5714e113bc0
163 remote is subset
164 159
165 160
166 161 Many new:
General Comments 0
You need to be logged in to leave comments. Login now