##// 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 ui.write(("common heads: %s\n") %
852 ui.write(("common heads: %s\n") %
853 " ".join(sorted(short(n) for n in common)))
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 _chunksize = 4 << 10
855 _chunksize = 4 << 10
860
856
@@ -57,7 +57,6 b' Small superset:'
57 common: 7
57 common: 7
58 missing: 0
58 missing: 0
59 common heads: 01241442b3c2 b5714e113bc0
59 common heads: 01241442b3c2 b5714e113bc0
60 local is subset
61
60
62 % -- a -> b set
61 % -- a -> b set
63 comparing with b
62 comparing with b
@@ -78,7 +77,6 b' Small superset:'
78 common: 7
77 common: 7
79 missing: 0
78 missing: 0
80 common heads: 01241442b3c2 b5714e113bc0
79 common heads: 01241442b3c2 b5714e113bc0
81 local is subset
82
80
83 % -- a -> b set (tip only)
81 % -- a -> b set (tip only)
84 comparing with b
82 comparing with b
@@ -118,7 +116,6 b' Small superset:'
118 common: 7
116 common: 7
119 missing: 8
117 missing: 8
120 common heads: 01241442b3c2 b5714e113bc0
118 common heads: 01241442b3c2 b5714e113bc0
121 remote is subset
122
119
123 % -- b -> a set
120 % -- b -> a set
124 comparing with a
121 comparing with a
@@ -139,7 +136,6 b' Small superset:'
139 common: 7
136 common: 7
140 missing: 8
137 missing: 8
141 common heads: 01241442b3c2 b5714e113bc0
138 common heads: 01241442b3c2 b5714e113bc0
142 remote is subset
143
139
144 % -- b -> a set (tip only)
140 % -- b -> a set (tip only)
145 comparing with a
141 comparing with a
@@ -160,7 +156,6 b' Small superset:'
160 common: 7
156 common: 7
161 missing: 8
157 missing: 8
162 common heads: 01241442b3c2 b5714e113bc0
158 common heads: 01241442b3c2 b5714e113bc0
163 remote is subset
164
159
165
160
166 Many new:
161 Many new:
General Comments 0
You need to be logged in to leave comments. Login now