##// END OF EJS Templates
rhg: Add debug timing...
Antoine Cezar -
r46101:b1cea0dc default
parent child Browse files
Show More
@@ -1,813 +1,816
1 # This file is automatically @generated by Cargo.
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
2 # It is not intended for manual editing.
3 [[package]]
3 [[package]]
4 name = "adler"
4 name = "adler"
5 version = "0.2.3"
5 version = "0.2.3"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7
7
8 [[package]]
8 [[package]]
9 name = "aho-corasick"
9 name = "aho-corasick"
10 version = "0.7.13"
10 version = "0.7.13"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 dependencies = [
12 dependencies = [
13 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
13 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
14 ]
14 ]
15
15
16 [[package]]
16 [[package]]
17 name = "ansi_term"
17 name = "ansi_term"
18 version = "0.11.0"
18 version = "0.11.0"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 dependencies = [
20 dependencies = [
21 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
21 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
22 ]
22 ]
23
23
24 [[package]]
24 [[package]]
25 name = "atty"
25 name = "atty"
26 version = "0.2.14"
26 version = "0.2.14"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 dependencies = [
28 dependencies = [
29 "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
29 "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
30 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
30 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
31 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
31 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
32 ]
32 ]
33
33
34 [[package]]
34 [[package]]
35 name = "autocfg"
35 name = "autocfg"
36 version = "1.0.1"
36 version = "1.0.1"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38
38
39 [[package]]
39 [[package]]
40 name = "bitflags"
40 name = "bitflags"
41 version = "1.2.1"
41 version = "1.2.1"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
42 source = "registry+https://github.com/rust-lang/crates.io-index"
43
43
44 [[package]]
44 [[package]]
45 name = "byteorder"
45 name = "byteorder"
46 version = "1.3.4"
46 version = "1.3.4"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48
48
49 [[package]]
49 [[package]]
50 name = "cc"
50 name = "cc"
51 version = "1.0.60"
51 version = "1.0.60"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 dependencies = [
53 dependencies = [
54 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
54 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
55 ]
55 ]
56
56
57 [[package]]
57 [[package]]
58 name = "cfg-if"
58 name = "cfg-if"
59 version = "0.1.10"
59 version = "0.1.10"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61
61
62 [[package]]
62 [[package]]
63 name = "clap"
63 name = "clap"
64 version = "2.33.3"
64 version = "2.33.3"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 dependencies = [
66 dependencies = [
67 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
67 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
68 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
68 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
69 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
69 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
70 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
70 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
71 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
71 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
72 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
72 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
73 "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
73 "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
74 ]
74 ]
75
75
76 [[package]]
76 [[package]]
77 name = "cpython"
77 name = "cpython"
78 version = "0.4.1"
78 version = "0.4.1"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 dependencies = [
80 dependencies = [
81 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
81 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
82 "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
82 "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
83 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
83 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
84 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
84 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
85 ]
85 ]
86
86
87 [[package]]
87 [[package]]
88 name = "crc32fast"
88 name = "crc32fast"
89 version = "1.2.0"
89 version = "1.2.0"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
90 source = "registry+https://github.com/rust-lang/crates.io-index"
91 dependencies = [
91 dependencies = [
92 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
92 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
93 ]
93 ]
94
94
95 [[package]]
95 [[package]]
96 name = "crossbeam"
96 name = "crossbeam"
97 version = "0.7.3"
97 version = "0.7.3"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 dependencies = [
99 dependencies = [
100 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
100 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
101 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
101 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
102 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
102 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
103 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
103 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
104 "crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
104 "crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
105 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
105 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
106 ]
106 ]
107
107
108 [[package]]
108 [[package]]
109 name = "crossbeam-channel"
109 name = "crossbeam-channel"
110 version = "0.4.4"
110 version = "0.4.4"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 dependencies = [
112 dependencies = [
113 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
113 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
114 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
114 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
115 ]
115 ]
116
116
117 [[package]]
117 [[package]]
118 name = "crossbeam-deque"
118 name = "crossbeam-deque"
119 version = "0.7.3"
119 version = "0.7.3"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 dependencies = [
121 dependencies = [
122 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
122 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
123 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
123 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
124 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
124 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
125 ]
125 ]
126
126
127 [[package]]
127 [[package]]
128 name = "crossbeam-epoch"
128 name = "crossbeam-epoch"
129 version = "0.8.2"
129 version = "0.8.2"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 dependencies = [
131 dependencies = [
132 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
132 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
133 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
133 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
134 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
134 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
135 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
135 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
136 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
136 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
137 "memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
137 "memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
138 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
138 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
139 ]
139 ]
140
140
141 [[package]]
141 [[package]]
142 name = "crossbeam-queue"
142 name = "crossbeam-queue"
143 version = "0.2.3"
143 version = "0.2.3"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 dependencies = [
145 dependencies = [
146 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
146 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
147 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
147 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
148 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
148 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
149 ]
149 ]
150
150
151 [[package]]
151 [[package]]
152 name = "crossbeam-utils"
152 name = "crossbeam-utils"
153 version = "0.7.2"
153 version = "0.7.2"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 dependencies = [
155 dependencies = [
156 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
156 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
157 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
157 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
158 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
158 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
159 ]
159 ]
160
160
161 [[package]]
161 [[package]]
162 name = "ctor"
162 name = "ctor"
163 version = "0.1.16"
163 version = "0.1.16"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 dependencies = [
165 dependencies = [
166 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
166 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
167 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
167 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
168 ]
168 ]
169
169
170 [[package]]
170 [[package]]
171 name = "difference"
171 name = "difference"
172 version = "2.0.0"
172 version = "2.0.0"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174
174
175 [[package]]
175 [[package]]
176 name = "either"
176 name = "either"
177 version = "1.6.1"
177 version = "1.6.1"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
179
179
180 [[package]]
180 [[package]]
181 name = "env_logger"
181 name = "env_logger"
182 version = "0.7.1"
182 version = "0.7.1"
183 source = "registry+https://github.com/rust-lang/crates.io-index"
183 source = "registry+https://github.com/rust-lang/crates.io-index"
184 dependencies = [
184 dependencies = [
185 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
185 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
186 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
186 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
187 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
187 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
188 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
188 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
189 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
189 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
190 ]
190 ]
191
191
192 [[package]]
192 [[package]]
193 name = "flate2"
193 name = "flate2"
194 version = "1.0.17"
194 version = "1.0.17"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 dependencies = [
196 dependencies = [
197 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
197 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
198 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
198 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
199 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
199 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
200 "libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
200 "libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
201 "miniz_oxide 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
201 "miniz_oxide 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
202 ]
202 ]
203
203
204 [[package]]
204 [[package]]
205 name = "getrandom"
205 name = "getrandom"
206 version = "0.1.15"
206 version = "0.1.15"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 dependencies = [
208 dependencies = [
209 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
209 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
210 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
210 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
211 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
211 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
212 ]
212 ]
213
213
214 [[package]]
214 [[package]]
215 name = "glob"
215 name = "glob"
216 version = "0.3.0"
216 version = "0.3.0"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
217 source = "registry+https://github.com/rust-lang/crates.io-index"
218
218
219 [[package]]
219 [[package]]
220 name = "hermit-abi"
220 name = "hermit-abi"
221 version = "0.1.16"
221 version = "0.1.16"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 dependencies = [
223 dependencies = [
224 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
224 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
225 ]
225 ]
226
226
227 [[package]]
227 [[package]]
228 name = "hex"
228 name = "hex"
229 version = "0.4.2"
229 version = "0.4.2"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231
231
232 [[package]]
232 [[package]]
233 name = "hg-core"
233 name = "hg-core"
234 version = "0.1.0"
234 version = "0.1.0"
235 dependencies = [
235 dependencies = [
236 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
236 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
237 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
237 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
238 "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
238 "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
239 "flate2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
239 "flate2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
240 "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
240 "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
241 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
241 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
242 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
242 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
243 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
243 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
244 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
244 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
245 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
245 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
246 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
246 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
247 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
247 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
248 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
248 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
249 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
249 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
250 "rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
250 "rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
251 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
251 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
252 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
252 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
253 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
253 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
254 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
254 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
255 "zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
255 "zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
256 ]
256 ]
257
257
258 [[package]]
258 [[package]]
259 name = "hg-cpython"
259 name = "hg-cpython"
260 version = "0.1.0"
260 version = "0.1.0"
261 dependencies = [
261 dependencies = [
262 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
262 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
263 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
263 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
264 "hg-core 0.1.0",
264 "hg-core 0.1.0",
265 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
265 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
266 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
266 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
267 ]
267 ]
268
268
269 [[package]]
269 [[package]]
270 name = "humantime"
270 name = "humantime"
271 version = "1.3.0"
271 version = "1.3.0"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 dependencies = [
273 dependencies = [
274 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
274 "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
275 ]
275 ]
276
276
277 [[package]]
277 [[package]]
278 name = "itertools"
278 name = "itertools"
279 version = "0.9.0"
279 version = "0.9.0"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
281 dependencies = [
281 dependencies = [
282 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
282 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
283 ]
283 ]
284
284
285 [[package]]
285 [[package]]
286 name = "jobserver"
286 name = "jobserver"
287 version = "0.1.21"
287 version = "0.1.21"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 dependencies = [
289 dependencies = [
290 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
290 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
291 ]
291 ]
292
292
293 [[package]]
293 [[package]]
294 name = "lazy_static"
294 name = "lazy_static"
295 version = "1.4.0"
295 version = "1.4.0"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
297
297
298 [[package]]
298 [[package]]
299 name = "libc"
299 name = "libc"
300 version = "0.2.77"
300 version = "0.2.77"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302
302
303 [[package]]
303 [[package]]
304 name = "libz-sys"
304 name = "libz-sys"
305 version = "1.1.2"
305 version = "1.1.2"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 dependencies = [
307 dependencies = [
308 "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)",
308 "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)",
309 "pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
309 "pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
310 "vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
310 "vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
311 ]
311 ]
312
312
313 [[package]]
313 [[package]]
314 name = "log"
314 name = "log"
315 version = "0.4.11"
315 version = "0.4.11"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 dependencies = [
317 dependencies = [
318 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
318 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
319 ]
319 ]
320
320
321 [[package]]
321 [[package]]
322 name = "maybe-uninit"
322 name = "maybe-uninit"
323 version = "2.0.0"
323 version = "2.0.0"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
324 source = "registry+https://github.com/rust-lang/crates.io-index"
325
325
326 [[package]]
326 [[package]]
327 name = "memchr"
327 name = "memchr"
328 version = "2.3.3"
328 version = "2.3.3"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330
330
331 [[package]]
331 [[package]]
332 name = "memmap"
332 name = "memmap"
333 version = "0.7.0"
333 version = "0.7.0"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 dependencies = [
335 dependencies = [
336 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
336 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
337 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
337 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
338 ]
338 ]
339
339
340 [[package]]
340 [[package]]
341 name = "memoffset"
341 name = "memoffset"
342 version = "0.5.6"
342 version = "0.5.6"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
344 dependencies = [
344 dependencies = [
345 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
345 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
346 ]
346 ]
347
347
348 [[package]]
348 [[package]]
349 name = "micro-timer"
349 name = "micro-timer"
350 version = "0.3.1"
350 version = "0.3.1"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 dependencies = [
352 dependencies = [
353 "micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
353 "micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
354 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
354 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
355 ]
355 ]
356
356
357 [[package]]
357 [[package]]
358 name = "micro-timer-macros"
358 name = "micro-timer-macros"
359 version = "0.3.1"
359 version = "0.3.1"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 dependencies = [
361 dependencies = [
362 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
362 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
363 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
363 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
364 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
364 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
365 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
365 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
366 ]
366 ]
367
367
368 [[package]]
368 [[package]]
369 name = "miniz_oxide"
369 name = "miniz_oxide"
370 version = "0.4.2"
370 version = "0.4.2"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 dependencies = [
372 dependencies = [
373 "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
373 "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
374 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
374 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
375 ]
375 ]
376
376
377 [[package]]
377 [[package]]
378 name = "num-traits"
378 name = "num-traits"
379 version = "0.2.12"
379 version = "0.2.12"
380 source = "registry+https://github.com/rust-lang/crates.io-index"
380 source = "registry+https://github.com/rust-lang/crates.io-index"
381 dependencies = [
381 dependencies = [
382 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
382 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
383 ]
383 ]
384
384
385 [[package]]
385 [[package]]
386 name = "num_cpus"
386 name = "num_cpus"
387 version = "1.13.0"
387 version = "1.13.0"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
388 source = "registry+https://github.com/rust-lang/crates.io-index"
389 dependencies = [
389 dependencies = [
390 "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
390 "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
391 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
391 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
392 ]
392 ]
393
393
394 [[package]]
394 [[package]]
395 name = "output_vt100"
395 name = "output_vt100"
396 version = "0.1.2"
396 version = "0.1.2"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 dependencies = [
398 dependencies = [
399 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
399 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
400 ]
400 ]
401
401
402 [[package]]
402 [[package]]
403 name = "pkg-config"
403 name = "pkg-config"
404 version = "0.3.18"
404 version = "0.3.18"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
405 source = "registry+https://github.com/rust-lang/crates.io-index"
406
406
407 [[package]]
407 [[package]]
408 name = "ppv-lite86"
408 name = "ppv-lite86"
409 version = "0.2.9"
409 version = "0.2.9"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
411
411
412 [[package]]
412 [[package]]
413 name = "pretty_assertions"
413 name = "pretty_assertions"
414 version = "0.6.1"
414 version = "0.6.1"
415 source = "registry+https://github.com/rust-lang/crates.io-index"
415 source = "registry+https://github.com/rust-lang/crates.io-index"
416 dependencies = [
416 dependencies = [
417 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
417 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
418 "ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
418 "ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
419 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
419 "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
420 "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
420 "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
421 ]
421 ]
422
422
423 [[package]]
423 [[package]]
424 name = "proc-macro2"
424 name = "proc-macro2"
425 version = "1.0.21"
425 version = "1.0.21"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
427 dependencies = [
427 dependencies = [
428 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
428 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
429 ]
429 ]
430
430
431 [[package]]
431 [[package]]
432 name = "python27-sys"
432 name = "python27-sys"
433 version = "0.4.1"
433 version = "0.4.1"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 dependencies = [
435 dependencies = [
436 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
436 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
437 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
437 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
438 ]
438 ]
439
439
440 [[package]]
440 [[package]]
441 name = "python3-sys"
441 name = "python3-sys"
442 version = "0.4.1"
442 version = "0.4.1"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 dependencies = [
444 dependencies = [
445 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
445 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
446 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
446 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
447 ]
447 ]
448
448
449 [[package]]
449 [[package]]
450 name = "quick-error"
450 name = "quick-error"
451 version = "1.2.3"
451 version = "1.2.3"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453
453
454 [[package]]
454 [[package]]
455 name = "quote"
455 name = "quote"
456 version = "1.0.7"
456 version = "1.0.7"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 dependencies = [
458 dependencies = [
459 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
459 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
460 ]
460 ]
461
461
462 [[package]]
462 [[package]]
463 name = "rand"
463 name = "rand"
464 version = "0.7.3"
464 version = "0.7.3"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
465 source = "registry+https://github.com/rust-lang/crates.io-index"
466 dependencies = [
466 dependencies = [
467 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
467 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
468 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
468 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
469 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
469 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
470 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
470 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
471 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
471 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
472 ]
472 ]
473
473
474 [[package]]
474 [[package]]
475 name = "rand_chacha"
475 name = "rand_chacha"
476 version = "0.2.2"
476 version = "0.2.2"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
477 source = "registry+https://github.com/rust-lang/crates.io-index"
478 dependencies = [
478 dependencies = [
479 "ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
479 "ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
480 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
480 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
481 ]
481 ]
482
482
483 [[package]]
483 [[package]]
484 name = "rand_core"
484 name = "rand_core"
485 version = "0.5.1"
485 version = "0.5.1"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
486 source = "registry+https://github.com/rust-lang/crates.io-index"
487 dependencies = [
487 dependencies = [
488 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
488 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
489 ]
489 ]
490
490
491 [[package]]
491 [[package]]
492 name = "rand_distr"
492 name = "rand_distr"
493 version = "0.2.2"
493 version = "0.2.2"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
495 dependencies = [
495 dependencies = [
496 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
496 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
497 ]
497 ]
498
498
499 [[package]]
499 [[package]]
500 name = "rand_hc"
500 name = "rand_hc"
501 version = "0.2.0"
501 version = "0.2.0"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 dependencies = [
503 dependencies = [
504 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
504 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
505 ]
505 ]
506
506
507 [[package]]
507 [[package]]
508 name = "rand_pcg"
508 name = "rand_pcg"
509 version = "0.2.1"
509 version = "0.2.1"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
510 source = "registry+https://github.com/rust-lang/crates.io-index"
511 dependencies = [
511 dependencies = [
512 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
512 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
513 ]
513 ]
514
514
515 [[package]]
515 [[package]]
516 name = "rayon"
516 name = "rayon"
517 version = "1.4.0"
517 version = "1.4.0"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
518 source = "registry+https://github.com/rust-lang/crates.io-index"
519 dependencies = [
519 dependencies = [
520 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
520 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
521 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
521 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
522 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
522 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
523 "rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
523 "rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
524 ]
524 ]
525
525
526 [[package]]
526 [[package]]
527 name = "rayon-core"
527 name = "rayon-core"
528 version = "1.8.1"
528 version = "1.8.1"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 dependencies = [
530 dependencies = [
531 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
531 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
532 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
532 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
533 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
533 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
534 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
534 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
535 "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
535 "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
536 ]
536 ]
537
537
538 [[package]]
538 [[package]]
539 name = "redox_syscall"
539 name = "redox_syscall"
540 version = "0.1.57"
540 version = "0.1.57"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
542
542
543 [[package]]
543 [[package]]
544 name = "regex"
544 name = "regex"
545 version = "1.3.9"
545 version = "1.3.9"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
547 dependencies = [
547 dependencies = [
548 "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
548 "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
549 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
549 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
550 "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
550 "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
551 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
551 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
552 ]
552 ]
553
553
554 [[package]]
554 [[package]]
555 name = "regex-syntax"
555 name = "regex-syntax"
556 version = "0.6.18"
556 version = "0.6.18"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
558
558
559 [[package]]
559 [[package]]
560 name = "remove_dir_all"
560 name = "remove_dir_all"
561 version = "0.5.3"
561 version = "0.5.3"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
563 dependencies = [
563 dependencies = [
564 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
564 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
565 ]
565 ]
566
566
567 [[package]]
567 [[package]]
568 name = "rhg"
568 name = "rhg"
569 version = "0.1.0"
569 version = "0.1.0"
570 dependencies = [
570 dependencies = [
571 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
571 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
572 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
572 "hg-core 0.1.0",
573 "hg-core 0.1.0",
574 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
575 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
573 ]
576 ]
574
577
575 [[package]]
578 [[package]]
576 name = "same-file"
579 name = "same-file"
577 version = "1.0.6"
580 version = "1.0.6"
578 source = "registry+https://github.com/rust-lang/crates.io-index"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
579 dependencies = [
582 dependencies = [
580 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
583 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
581 ]
584 ]
582
585
583 [[package]]
586 [[package]]
584 name = "scopeguard"
587 name = "scopeguard"
585 version = "1.1.0"
588 version = "1.1.0"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
587
590
588 [[package]]
591 [[package]]
589 name = "strsim"
592 name = "strsim"
590 version = "0.8.0"
593 version = "0.8.0"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
594 source = "registry+https://github.com/rust-lang/crates.io-index"
592
595
593 [[package]]
596 [[package]]
594 name = "syn"
597 name = "syn"
595 version = "1.0.41"
598 version = "1.0.41"
596 source = "registry+https://github.com/rust-lang/crates.io-index"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
597 dependencies = [
600 dependencies = [
598 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
601 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
599 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
602 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
600 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
603 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
601 ]
604 ]
602
605
603 [[package]]
606 [[package]]
604 name = "tempfile"
607 name = "tempfile"
605 version = "3.1.0"
608 version = "3.1.0"
606 source = "registry+https://github.com/rust-lang/crates.io-index"
609 source = "registry+https://github.com/rust-lang/crates.io-index"
607 dependencies = [
610 dependencies = [
608 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
611 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
609 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
612 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
610 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
613 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
611 "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
614 "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
612 "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
615 "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
613 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
616 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
614 ]
617 ]
615
618
616 [[package]]
619 [[package]]
617 name = "termcolor"
620 name = "termcolor"
618 version = "1.1.0"
621 version = "1.1.0"
619 source = "registry+https://github.com/rust-lang/crates.io-index"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
620 dependencies = [
623 dependencies = [
621 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
624 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
622 ]
625 ]
623
626
624 [[package]]
627 [[package]]
625 name = "textwrap"
628 name = "textwrap"
626 version = "0.11.0"
629 version = "0.11.0"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
630 source = "registry+https://github.com/rust-lang/crates.io-index"
628 dependencies = [
631 dependencies = [
629 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
632 "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
630 ]
633 ]
631
634
632 [[package]]
635 [[package]]
633 name = "thread_local"
636 name = "thread_local"
634 version = "1.0.1"
637 version = "1.0.1"
635 source = "registry+https://github.com/rust-lang/crates.io-index"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
636 dependencies = [
639 dependencies = [
637 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
640 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
638 ]
641 ]
639
642
640 [[package]]
643 [[package]]
641 name = "twox-hash"
644 name = "twox-hash"
642 version = "1.5.0"
645 version = "1.5.0"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
644 dependencies = [
647 dependencies = [
645 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
648 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
646 ]
649 ]
647
650
648 [[package]]
651 [[package]]
649 name = "unicode-width"
652 name = "unicode-width"
650 version = "0.1.8"
653 version = "0.1.8"
651 source = "registry+https://github.com/rust-lang/crates.io-index"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
652
655
653 [[package]]
656 [[package]]
654 name = "unicode-xid"
657 name = "unicode-xid"
655 version = "0.2.1"
658 version = "0.2.1"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
657
660
658 [[package]]
661 [[package]]
659 name = "vcpkg"
662 name = "vcpkg"
660 version = "0.2.10"
663 version = "0.2.10"
661 source = "registry+https://github.com/rust-lang/crates.io-index"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
662
665
663 [[package]]
666 [[package]]
664 name = "vec_map"
667 name = "vec_map"
665 version = "0.8.2"
668 version = "0.8.2"
666 source = "registry+https://github.com/rust-lang/crates.io-index"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
667
670
668 [[package]]
671 [[package]]
669 name = "wasi"
672 name = "wasi"
670 version = "0.9.0+wasi-snapshot-preview1"
673 version = "0.9.0+wasi-snapshot-preview1"
671 source = "registry+https://github.com/rust-lang/crates.io-index"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
672
675
673 [[package]]
676 [[package]]
674 name = "winapi"
677 name = "winapi"
675 version = "0.3.9"
678 version = "0.3.9"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
677 dependencies = [
680 dependencies = [
678 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
681 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
679 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
682 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
680 ]
683 ]
681
684
682 [[package]]
685 [[package]]
683 name = "winapi-i686-pc-windows-gnu"
686 name = "winapi-i686-pc-windows-gnu"
684 version = "0.4.0"
687 version = "0.4.0"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
686
689
687 [[package]]
690 [[package]]
688 name = "winapi-util"
691 name = "winapi-util"
689 version = "0.1.5"
692 version = "0.1.5"
690 source = "registry+https://github.com/rust-lang/crates.io-index"
693 source = "registry+https://github.com/rust-lang/crates.io-index"
691 dependencies = [
694 dependencies = [
692 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
695 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
693 ]
696 ]
694
697
695 [[package]]
698 [[package]]
696 name = "winapi-x86_64-pc-windows-gnu"
699 name = "winapi-x86_64-pc-windows-gnu"
697 version = "0.4.0"
700 version = "0.4.0"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
701 source = "registry+https://github.com/rust-lang/crates.io-index"
699
702
700 [[package]]
703 [[package]]
701 name = "zstd"
704 name = "zstd"
702 version = "0.5.3+zstd.1.4.5"
705 version = "0.5.3+zstd.1.4.5"
703 source = "registry+https://github.com/rust-lang/crates.io-index"
706 source = "registry+https://github.com/rust-lang/crates.io-index"
704 dependencies = [
707 dependencies = [
705 "zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
708 "zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
706 ]
709 ]
707
710
708 [[package]]
711 [[package]]
709 name = "zstd-safe"
712 name = "zstd-safe"
710 version = "2.0.5+zstd.1.4.5"
713 version = "2.0.5+zstd.1.4.5"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
712 dependencies = [
715 dependencies = [
713 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
716 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
714 "zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
717 "zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
715 ]
718 ]
716
719
717 [[package]]
720 [[package]]
718 name = "zstd-sys"
721 name = "zstd-sys"
719 version = "1.4.17+zstd.1.4.5"
722 version = "1.4.17+zstd.1.4.5"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
723 source = "registry+https://github.com/rust-lang/crates.io-index"
721 dependencies = [
724 dependencies = [
722 "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)",
725 "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)",
723 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
726 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
724 "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
727 "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
725 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
728 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
726 ]
729 ]
727
730
728 [metadata]
731 [metadata]
729 "checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
732 "checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
730 "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
733 "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
731 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
734 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
732 "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
735 "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
733 "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
736 "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
734 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
737 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
735 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
738 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
736 "checksum cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)" = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
739 "checksum cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)" = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
737 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
740 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
738 "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
741 "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
739 "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
742 "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
740 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
743 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
741 "checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
744 "checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
742 "checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
745 "checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
743 "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
746 "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
744 "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
747 "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
745 "checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
748 "checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
746 "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
749 "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
747 "checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
750 "checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
748 "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
751 "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
749 "checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
752 "checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
750 "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
753 "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
751 "checksum flate2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "766d0e77a2c1502169d4a93ff3b8c15a71fd946cd0126309752104e5f3c46d94"
754 "checksum flate2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "766d0e77a2c1502169d4a93ff3b8c15a71fd946cd0126309752104e5f3c46d94"
752 "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
755 "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
753 "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
756 "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
754 "checksum hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
757 "checksum hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
755 "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
758 "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
756 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
759 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
757 "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
760 "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
758 "checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
761 "checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
759 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
762 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
760 "checksum libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
763 "checksum libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
761 "checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
764 "checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
762 "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
765 "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
763 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
766 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
764 "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
767 "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
765 "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
768 "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
766 "checksum memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
769 "checksum memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
767 "checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
770 "checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
768 "checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
771 "checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
769 "checksum miniz_oxide 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
772 "checksum miniz_oxide 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
770 "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
773 "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
771 "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
774 "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
772 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
775 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
773 "checksum pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
776 "checksum pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
774 "checksum ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
777 "checksum ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
775 "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
778 "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
776 "checksum proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
779 "checksum proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
777 "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c"
780 "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c"
778 "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
781 "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
779 "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
782 "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
780 "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
783 "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
781 "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
784 "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
782 "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
785 "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
783 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
786 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
784 "checksum rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
787 "checksum rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
785 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
788 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
786 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
789 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
787 "checksum rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270"
790 "checksum rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270"
788 "checksum rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
791 "checksum rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
789 "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
792 "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
790 "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
793 "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
791 "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
794 "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
792 "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
795 "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
793 "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
796 "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
794 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
797 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
795 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
798 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
796 "checksum syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
799 "checksum syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
797 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
800 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
798 "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
801 "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
799 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
802 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
800 "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
803 "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
801 "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
804 "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
802 "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
805 "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
803 "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
806 "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
804 "checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
807 "checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
805 "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
808 "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
806 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
809 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
807 "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
810 "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
808 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
811 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
809 "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
812 "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
810 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
813 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
811 "checksum zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
814 "checksum zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
812 "checksum zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
815 "checksum zstd-safe 2.0.5+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
813 "checksum zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
816 "checksum zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
@@ -1,10 +1,12
1 [package]
1 [package]
2 name = "rhg"
2 name = "rhg"
3 version = "0.1.0"
3 version = "0.1.0"
4 authors = ["Antoine Cezar <antoine.cezar@octobus.net>"]
4 authors = ["Antoine Cezar <antoine.cezar@octobus.net>"]
5 edition = "2018"
5 edition = "2018"
6
6
7 [dependencies]
7 [dependencies]
8 hg-core = { path = "../hg-core"}
8 hg-core = { path = "../hg-core"}
9 clap = "2.33.1"
9 clap = "2.33.1"
10
10 log = "0.4.11"
11 micro-timer = "0.3.1"
12 env_logger = "0.7.1"
@@ -1,80 +1,82
1 use crate::commands::Command;
1 use crate::commands::Command;
2 use crate::error::{CommandError, CommandErrorKind};
2 use crate::error::{CommandError, CommandErrorKind};
3 use crate::ui::utf8_to_local;
3 use crate::ui::utf8_to_local;
4 use crate::ui::Ui;
4 use crate::ui::Ui;
5 use hg::operations::{
5 use hg::operations::{
6 DebugData, DebugDataError, DebugDataErrorKind, DebugDataKind,
6 DebugData, DebugDataError, DebugDataErrorKind, DebugDataKind,
7 };
7 };
8 use micro_timer::timed;
8
9
9 pub const HELP_TEXT: &str = "
10 pub const HELP_TEXT: &str = "
10 Dump the contents of a data file revision
11 Dump the contents of a data file revision
11 ";
12 ";
12
13
13 pub struct DebugDataCommand<'a> {
14 pub struct DebugDataCommand<'a> {
14 rev: &'a str,
15 rev: &'a str,
15 kind: DebugDataKind,
16 kind: DebugDataKind,
16 }
17 }
17
18
18 impl<'a> DebugDataCommand<'a> {
19 impl<'a> DebugDataCommand<'a> {
19 pub fn new(rev: &'a str, kind: DebugDataKind) -> Self {
20 pub fn new(rev: &'a str, kind: DebugDataKind) -> Self {
20 DebugDataCommand { rev, kind }
21 DebugDataCommand { rev, kind }
21 }
22 }
22 }
23 }
23
24
24 impl<'a> Command for DebugDataCommand<'a> {
25 impl<'a> Command for DebugDataCommand<'a> {
26 #[timed]
25 fn run(&self, ui: &Ui) -> Result<(), CommandError> {
27 fn run(&self, ui: &Ui) -> Result<(), CommandError> {
26 let mut operation = DebugData::new(self.rev, self.kind);
28 let mut operation = DebugData::new(self.rev, self.kind);
27 let data =
29 let data =
28 operation.run().map_err(|e| to_command_error(self.rev, e))?;
30 operation.run().map_err(|e| to_command_error(self.rev, e))?;
29
31
30 let mut stdout = ui.stdout_buffer();
32 let mut stdout = ui.stdout_buffer();
31 stdout.write_all(&data)?;
33 stdout.write_all(&data)?;
32 stdout.flush()?;
34 stdout.flush()?;
33
35
34 Ok(())
36 Ok(())
35 }
37 }
36 }
38 }
37
39
38 /// Convert operation errors to command errors
40 /// Convert operation errors to command errors
39 fn to_command_error(rev: &str, err: DebugDataError) -> CommandError {
41 fn to_command_error(rev: &str, err: DebugDataError) -> CommandError {
40 match err.kind {
42 match err.kind {
41 DebugDataErrorKind::FindRootError(err) => CommandError::from(err),
43 DebugDataErrorKind::FindRootError(err) => CommandError::from(err),
42 DebugDataErrorKind::IoError(err) => CommandError {
44 DebugDataErrorKind::IoError(err) => CommandError {
43 kind: CommandErrorKind::Abort(Some(
45 kind: CommandErrorKind::Abort(Some(
44 utf8_to_local(&format!("abort: {}\n", err)).into(),
46 utf8_to_local(&format!("abort: {}\n", err)).into(),
45 )),
47 )),
46 },
48 },
47 DebugDataErrorKind::InvalidRevision => CommandError {
49 DebugDataErrorKind::InvalidRevision => CommandError {
48 kind: CommandErrorKind::Abort(Some(
50 kind: CommandErrorKind::Abort(Some(
49 utf8_to_local(&format!(
51 utf8_to_local(&format!(
50 "abort: invalid revision identifier{}\n",
52 "abort: invalid revision identifier{}\n",
51 rev
53 rev
52 ))
54 ))
53 .into(),
55 .into(),
54 )),
56 )),
55 },
57 },
56 DebugDataErrorKind::UnsuportedRevlogVersion(version) => CommandError {
58 DebugDataErrorKind::UnsuportedRevlogVersion(version) => CommandError {
57 kind: CommandErrorKind::Abort(Some(
59 kind: CommandErrorKind::Abort(Some(
58 utf8_to_local(&format!(
60 utf8_to_local(&format!(
59 "abort: unsupported revlog version {}\n",
61 "abort: unsupported revlog version {}\n",
60 version
62 version
61 ))
63 ))
62 .into(),
64 .into(),
63 )),
65 )),
64 },
66 },
65 DebugDataErrorKind::CorruptedRevlog => CommandError {
67 DebugDataErrorKind::CorruptedRevlog => CommandError {
66 kind: CommandErrorKind::Abort(Some(
68 kind: CommandErrorKind::Abort(Some(
67 "abort: corrupted revlog\n".into(),
69 "abort: corrupted revlog\n".into(),
68 )),
70 )),
69 },
71 },
70 DebugDataErrorKind::UnknowRevlogDataFormat(format) => CommandError {
72 DebugDataErrorKind::UnknowRevlogDataFormat(format) => CommandError {
71 kind: CommandErrorKind::Abort(Some(
73 kind: CommandErrorKind::Abort(Some(
72 utf8_to_local(&format!(
74 utf8_to_local(&format!(
73 "abort: unknow revlog dataformat {:?}\n",
75 "abort: unknow revlog dataformat {:?}\n",
74 format
76 format
75 ))
77 ))
76 .into(),
78 .into(),
77 )),
79 )),
78 },
80 },
79 }
81 }
80 }
82 }
@@ -1,119 +1,121
1 extern crate log;
1 use clap::App;
2 use clap::App;
2 use clap::AppSettings;
3 use clap::AppSettings;
3 use clap::Arg;
4 use clap::Arg;
4 use clap::ArgGroup;
5 use clap::ArgGroup;
5 use clap::ArgMatches;
6 use clap::ArgMatches;
6 use clap::SubCommand;
7 use clap::SubCommand;
7 use hg::operations::DebugDataKind;
8 use hg::operations::DebugDataKind;
8 use std::convert::TryFrom;
9 use std::convert::TryFrom;
9
10
10 mod commands;
11 mod commands;
11 mod error;
12 mod error;
12 mod exitcode;
13 mod exitcode;
13 mod ui;
14 mod ui;
14 use commands::Command;
15 use commands::Command;
15 use error::CommandError;
16 use error::CommandError;
16
17
17 fn main() {
18 fn main() {
19 env_logger::init();
18 let app = App::new("rhg")
20 let app = App::new("rhg")
19 .setting(AppSettings::AllowInvalidUtf8)
21 .setting(AppSettings::AllowInvalidUtf8)
20 .setting(AppSettings::SubcommandRequired)
22 .setting(AppSettings::SubcommandRequired)
21 .setting(AppSettings::VersionlessSubcommands)
23 .setting(AppSettings::VersionlessSubcommands)
22 .version("0.0.1")
24 .version("0.0.1")
23 .subcommand(
25 .subcommand(
24 SubCommand::with_name("root").about(commands::root::HELP_TEXT),
26 SubCommand::with_name("root").about(commands::root::HELP_TEXT),
25 )
27 )
26 .subcommand(
28 .subcommand(
27 SubCommand::with_name("files").about(commands::files::HELP_TEXT),
29 SubCommand::with_name("files").about(commands::files::HELP_TEXT),
28 )
30 )
29 .subcommand(
31 .subcommand(
30 SubCommand::with_name("debugdata")
32 SubCommand::with_name("debugdata")
31 .about(commands::debugdata::HELP_TEXT)
33 .about(commands::debugdata::HELP_TEXT)
32 .arg(
34 .arg(
33 Arg::with_name("changelog")
35 Arg::with_name("changelog")
34 .help("open changelog")
36 .help("open changelog")
35 .short("-c")
37 .short("-c")
36 .long("--changelog"),
38 .long("--changelog"),
37 )
39 )
38 .arg(
40 .arg(
39 Arg::with_name("manifest")
41 Arg::with_name("manifest")
40 .help("open manifest")
42 .help("open manifest")
41 .short("-m")
43 .short("-m")
42 .long("--manifest"),
44 .long("--manifest"),
43 )
45 )
44 .group(
46 .group(
45 ArgGroup::with_name("")
47 ArgGroup::with_name("")
46 .args(&["changelog", "manifest"])
48 .args(&["changelog", "manifest"])
47 .required(true),
49 .required(true),
48 )
50 )
49 .arg(
51 .arg(
50 Arg::with_name("rev")
52 Arg::with_name("rev")
51 .help("revision")
53 .help("revision")
52 .required(true)
54 .required(true)
53 .value_name("REV"),
55 .value_name("REV"),
54 ),
56 ),
55 );
57 );
56
58
57 let matches = app.clone().get_matches_safe().unwrap_or_else(|err| {
59 let matches = app.clone().get_matches_safe().unwrap_or_else(|err| {
58 let _ = ui::Ui::new().writeln_stderr_str(&err.message);
60 let _ = ui::Ui::new().writeln_stderr_str(&err.message);
59 std::process::exit(exitcode::UNIMPLEMENTED_COMMAND)
61 std::process::exit(exitcode::UNIMPLEMENTED_COMMAND)
60 });
62 });
61
63
62 let ui = ui::Ui::new();
64 let ui = ui::Ui::new();
63
65
64 let command_result = match_subcommand(matches, &ui);
66 let command_result = match_subcommand(matches, &ui);
65
67
66 match command_result {
68 match command_result {
67 Ok(_) => std::process::exit(exitcode::OK),
69 Ok(_) => std::process::exit(exitcode::OK),
68 Err(e) => {
70 Err(e) => {
69 let message = e.get_error_message_bytes();
71 let message = e.get_error_message_bytes();
70 if let Some(msg) = message {
72 if let Some(msg) = message {
71 match ui.write_stderr(&msg) {
73 match ui.write_stderr(&msg) {
72 Ok(_) => (),
74 Ok(_) => (),
73 Err(_) => std::process::exit(exitcode::ABORT),
75 Err(_) => std::process::exit(exitcode::ABORT),
74 };
76 };
75 };
77 };
76 e.exit()
78 e.exit()
77 }
79 }
78 }
80 }
79 }
81 }
80
82
81 fn match_subcommand(
83 fn match_subcommand(
82 matches: ArgMatches,
84 matches: ArgMatches,
83 ui: &ui::Ui,
85 ui: &ui::Ui,
84 ) -> Result<(), CommandError> {
86 ) -> Result<(), CommandError> {
85 match matches.subcommand() {
87 match matches.subcommand() {
86 ("root", _) => commands::root::RootCommand::new().run(&ui),
88 ("root", _) => commands::root::RootCommand::new().run(&ui),
87 ("files", _) => commands::files::FilesCommand::new().run(&ui),
89 ("files", _) => commands::files::FilesCommand::new().run(&ui),
88 ("debugdata", Some(matches)) => {
90 ("debugdata", Some(matches)) => {
89 commands::debugdata::DebugDataCommand::try_from(matches)?.run(&ui)
91 commands::debugdata::DebugDataCommand::try_from(matches)?.run(&ui)
90 }
92 }
91 _ => unreachable!(), // Because of AppSettings::SubcommandRequired,
93 _ => unreachable!(), // Because of AppSettings::SubcommandRequired,
92 }
94 }
93 }
95 }
94
96
95 impl<'a> TryFrom<&'a ArgMatches<'_>>
97 impl<'a> TryFrom<&'a ArgMatches<'_>>
96 for commands::debugdata::DebugDataCommand<'a>
98 for commands::debugdata::DebugDataCommand<'a>
97 {
99 {
98 type Error = CommandError;
100 type Error = CommandError;
99
101
100 fn try_from(args: &'a ArgMatches) -> Result<Self, Self::Error> {
102 fn try_from(args: &'a ArgMatches) -> Result<Self, Self::Error> {
101 let rev = args
103 let rev = args
102 .value_of("rev")
104 .value_of("rev")
103 .expect("rev should be a required argument");
105 .expect("rev should be a required argument");
104 let kind = match (
106 let kind = match (
105 args.is_present("changelog"),
107 args.is_present("changelog"),
106 args.is_present("manifest"),
108 args.is_present("manifest"),
107 ) {
109 ) {
108 (true, false) => DebugDataKind::Changelog,
110 (true, false) => DebugDataKind::Changelog,
109 (false, true) => DebugDataKind::Manifest,
111 (false, true) => DebugDataKind::Manifest,
110 (true, true) => {
112 (true, true) => {
111 unreachable!("Should not happen since options are exclusive")
113 unreachable!("Should not happen since options are exclusive")
112 }
114 }
113 (false, false) => {
115 (false, false) => {
114 unreachable!("Should not happen since options are required")
116 unreachable!("Should not happen since options are required")
115 }
117 }
116 };
118 };
117 Ok(commands::debugdata::DebugDataCommand::new(rev, kind))
119 Ok(commands::debugdata::DebugDataCommand::new(rev, kind))
118 }
120 }
119 }
121 }
General Comments 0
You need to be logged in to leave comments. Login now