Mercurial > hg-allpaths
comparison tests/ignore_and_prioritize.t @ 49:d76b40291d10
Tests passing.
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 25 Sep 2016 21:42:51 +0200 |
parents | 00995da9c204 |
children | 14a3ffbba22b |
comparison
equal
deleted
inserted
replaced
48:00995da9c204 | 49:d76b40291d10 |
---|---|
101 | 101 |
102 $ hg --cwd $BASE incomingall | 102 $ hg --cwd $BASE incomingall |
103 comparing with */rep3 (glob) | 103 comparing with */rep3 (glob) |
104 searching for changes | 104 searching for changes |
105 no changes found | 105 no changes found |
106 | |
107 comparing with */rep1 (glob) | 106 comparing with */rep1 (glob) |
108 searching for changes | 107 searching for changes |
109 changeset: 1:* (glob) | 108 changeset: 1:* (glob) |
110 tag: tip | 109 tag: tip |
111 user: Andy Default <default@nowhere.net> | 110 user: Andy Default <default@nowhere.net> |
112 date: .* (re) | 111 date: .* (re) |
113 summary: In repo1 | 112 summary: In repo1 |
113 | |
114 | 114 |
115 $ hg --cwd $BASE pullall | 115 $ hg --cwd $BASE pullall |
116 pulling from */rep3 (glob) | 116 pulling from */rep3 (glob) |
117 searching for changes | 117 searching for changes |
118 no changes found | 118 no changes found |
128 $ hg --cwd $BASE log -T '{rev}: {desc}\n' | 128 $ hg --cwd $BASE log -T '{rev}: {desc}\n' |
129 1: In repo1 | 129 1: In repo1 |
130 0: First | 130 0: First |
131 | 131 |
132 $ hg --cwd $BASE outgoingall | 132 $ hg --cwd $BASE outgoingall |
133 comparing with */rep1 (glob) | |
134 searching for changes | |
135 changeset: 2:.* (re) | |
136 tag: tip | |
137 parent: 0:.* (re) | |
138 user: Andy Default <default@nowhere.net> | |
139 date: .* (re) | |
140 summary: In repo2 | |
141 | |
142 comparing with */rep3 (glob) | 133 comparing with */rep3 (glob) |
143 searching for changes | 134 searching for changes |
144 changeset: 1:* (glob) | 135 changeset: 1:* (glob) |
136 tag: tip | |
145 user: Andy Default <default@nowhere.net> | 137 user: Andy Default <default@nowhere.net> |
146 date: .* (re) | 138 date: .* (re) |
147 summary: In repo1 | 139 summary: In repo1 |
148 | 140 |
149 changeset: 2:* (glob) | 141 comparing with */rep1 (glob) |
150 tag: tip | 142 searching for changes |
151 parent: 0:* (glob) | 143 no changes found |
152 user: Andy Default <default@nowhere.net> | |
153 date: .* (re) | |
154 summary: In repo2 | |
155 | |
156 | 144 |