annotate tests/ignore_and_prioritize.t @ 64:bbd1a915b34c

Making sure all directories exist when necessary. This should hopefully make drone tests happy again.
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 18 Dec 2016 21:12:56 +0100
parents 14a3ffbba22b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
cf3fe04cd96b Initial work on testing
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents:
diff changeset
1
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
2 Let's test all_paths operations.
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
3
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
4 Some locations used during testing:
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
5
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
6 $ WORK_DIR=${WORK_DIR-`pwd`/work}
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
7 $ rm -rf $WORK_DIR
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
8
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
9 $ export BASE=$WORK_DIR/base
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
10 $ export REP1=$WORK_DIR/rep1
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
11 $ export REP2=$WORK_DIR/rep2
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
12 $ export REP3=$WORK_DIR/rep3
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
13
64
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
14 Some verifications, just to make sure
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
15
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
16 $ mkdir -p $WORK_DIR
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
17 $ cd $WORK_DIR
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
18 $ pwd
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
19 /tmp/cramtests-*/ignore_and_prioritize.t/work (glob)
bbd1a915b34c Making sure all directories exist when necessary. This should hopefully
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 51
diff changeset
20
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
21 First we need appropriate Mercurial configuration file (and variable
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
22 which ensures it is used).
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
23
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
24 $ export HGRCPATH=$WORK_DIR/hgrc
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
25 $ mkdir -p $HGRCPATH
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
26
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
27 $ cat > $HGRCPATH/basic.rc << EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
28 > [ui]
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
29 > username = Andy Default <default@nowhere.net>
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
30 > [extensions]
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
31 > mercurial_all_paths =
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
32 > [all_paths]
48
00995da9c204 Implemented priorities, fixed bugs in ignoring, both should work.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 46
diff changeset
33 > ignore = unknown remote2
00995da9c204 Implemented priorities, fixed bugs in ignoring, both should work.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 46
diff changeset
34 > prioritize = remote3 mystery remote1
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
35 > EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
36
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
37 We need some repositories to test.
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
38
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
39 $ hg init "$BASE"
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
40 $ hg init "$REP1"
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
41 $ hg init "$REP2"
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
42 $ hg init "$REP3"
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
43
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
44 $ cat > $BASE/.hg/hgrc << EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
45 > [paths]
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
46 > remote1=$REP1
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
47 > remote2=$REP2
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
48 > remote3=$REP3
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
49 > EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
50
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
51 Let's test pushing
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
52
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
53 $ cat > $BASE/file.txt << EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
54 > Some text
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
55 > EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
56
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
57 $ hg --cwd $BASE add
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
58 adding file.txt
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
59 $ hg --cwd $BASE commit -m 'First'
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
60
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
61 $ hg --cwd $BASE pushall
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
62 pushing to */rep3 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
63 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
64 adding changesets
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
65 adding manifests
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
66 adding file changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
67 added 1 changesets with 1 changes to 1 files
48
00995da9c204 Implemented priorities, fixed bugs in ignoring, both should work.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 46
diff changeset
68
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
69 pushing to */rep1 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
70 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
71 adding changesets
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
72 adding manifests
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
73 adding file changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
74 added 1 changesets with 1 changes to 1 files
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
75
51
14a3ffbba22b Fixing tests for older mercurials
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 49
diff changeset
76 $ hg --cwd $REP1 log --template '{rev}: {desc}\n'
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
77 0: First
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
78
51
14a3ffbba22b Fixing tests for older mercurials
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 49
diff changeset
79 $ hg --cwd $REP2 log --template '{rev}: {desc}\n'
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
80
51
14a3ffbba22b Fixing tests for older mercurials
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 49
diff changeset
81 $ hg --cwd $REP3 log --template '{rev}: {desc}\n'
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
82 0: First
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
83
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
84 Let's also test pulling
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
85
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
86 $ hg --cwd $REP1 update
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
87 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
88
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
89 $ cat > $REP1/rep1.txt << EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
90 > Another text
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
91 > EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
92
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
93 $ hg --cwd $REP1 add
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
94 adding rep1.txt
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
95 $ hg --cwd $REP1 commit -m "In repo1"
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
96
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
97
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
98 $ hg --cwd $REP2 update
48
00995da9c204 Implemented priorities, fixed bugs in ignoring, both should work.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 46
diff changeset
99 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
100
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
101 $ cat >> $REP2/file.txt << EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
102 > From repo2…
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
103 > EOF
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
104
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
105 $ hg --cwd $REP2 add
48
00995da9c204 Implemented priorities, fixed bugs in ignoring, both should work.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 46
diff changeset
106 adding file.txt
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
107 $ hg --cwd $REP2 commit -m "In repo2"
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
108
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
109 $ hg --cwd $BASE incomingall
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
110 comparing with */rep3 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
111 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
112 no changes found
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
113 comparing with */rep1 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
114 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
115 changeset: 1:* (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
116 tag: tip
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
117 user: Andy Default <default@nowhere.net>
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
118 date: .* (re)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
119 summary: In repo1
49
d76b40291d10 Tests passing.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 48
diff changeset
120
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
121
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
122 $ hg --cwd $BASE pullall
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
123 pulling from */rep3 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
124 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
125 no changes found
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
126
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
127 pulling from */rep1 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
128 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
129 adding changesets
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
130 adding manifests
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
131 adding file changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
132 added 1 changesets with 1 changes to 1 files
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
133 (run 'hg update' to get a working copy)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
134
51
14a3ffbba22b Fixing tests for older mercurials
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 49
diff changeset
135 $ hg --cwd $BASE log --template '{rev}: {desc}\n'
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
136 1: In repo1
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
137 0: First
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
138
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
139 $ hg --cwd $BASE outgoingall
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
140 comparing with */rep3 (glob)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
141 searching for changes
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
142 changeset: 1:* (glob)
49
d76b40291d10 Tests passing.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 48
diff changeset
143 tag: tip
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
144 user: Andy Default <default@nowhere.net>
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
145 date: .* (re)
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
146 summary: In repo1
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
147
49
d76b40291d10 Tests passing.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 48
diff changeset
148 comparing with */rep1 (glob)
d76b40291d10 Tests passing.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 48
diff changeset
149 searching for changes
d76b40291d10 Tests passing.
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 48
diff changeset
150 no changes found
46
e695060c716e Tests for intended future behaviour of alternative groups and prioritizations
Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
parents: 43
diff changeset
151