comparison tests/test-pull-r.out @ 5235:8ede77c2d008

pull -r: pass the revisions as the heads argument of findincoming This can make a hg pull -r faster if the remote repo has many heads, and fixes an "abort: received changelog group is empty".
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 27 Aug 2007 01:44:35 -0300
parents
children
comparison
equal deleted inserted replaced
5233:9d7052f17d77 5235:8ede77c2d008
1 changeset: 2:effea6de0384
2 tag: tip
3 parent: 0:bbd179dfa0a7
4 user: test
5 date: Thu Jan 01 00:00:00 1970 +0000
6 summary: add bar
7
8 changeset: 1:ed1b79f46b9a
9 user: test
10 date: Thu Jan 01 00:00:00 1970 +0000
11 summary: change foo
12
13 changeset: 0:bbd179dfa0a7
14 user: test
15 date: Thu Jan 01 00:00:00 1970 +0000
16 summary: add foo
17
18 % pull -r 0
19 changeset: 0:bbd179dfa0a7
20 tag: tip
21 user: test
22 date: Thu Jan 01 00:00:00 1970 +0000
23 summary: add foo
24
25 % pull -r 1
26 changeset: 1:ed1b79f46b9a
27 tag: tip
28 user: test
29 date: Thu Jan 01 00:00:00 1970 +0000
30 summary: change foo
31
32 changeset: 0:bbd179dfa0a7
33 user: test
34 date: Thu Jan 01 00:00:00 1970 +0000
35 summary: add foo
36
37 % pull -r 1 again