comparison tests/basic.t @ 39:aa0032c0ada8

Basic tests properly pass
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sat, 24 Sep 2016 16:12:09 +0200
parents f371747bb8fc
children 2d6c7e0c1b2f
comparison
equal deleted inserted replaced
38:f371747bb8fc 39:aa0032c0ada8
147 0: First 147 0: First
148 148
149 $ hg --cwd $BASE outgoingall 149 $ hg --cwd $BASE outgoingall
150 comparing with */rep1 (glob) 150 comparing with */rep1 (glob)
151 searching for changes 151 searching for changes
152 changeset: 2:af9f142e6a2b 152 changeset: 2:.* (re)
153 tag: tip 153 tag: tip
154 parent: 0:3fd54094234f 154 parent: 0:.* (re)
155 user: Andy Default <default@nowhere.net> 155 user: Andy Default <default@nowhere.net>
156 date: Sat Sep 24 14:00:35 2016 +0000 156 date: .* (re)
157 summary: In repo2 157 summary: In repo2
158 158
159 comparing with */rep2 (glob) 159 comparing with */rep2 (glob)
160 searching for changes 160 searching for changes
161 changeset: 1:ad3792f1ee79 161 changeset: 1:* (glob)
162 user: Andy Default <default@nowhere.net> 162 user: Andy Default <default@nowhere.net>
163 date: Sat Sep 24 14:00:35 2016 +0000 163 date: .* (re)
164 summary: In repo1 164 summary: In repo1
165 165
166 comparing with */rep3 (glob) 166 comparing with */rep3 (glob)
167 searching for changes 167 searching for changes
168 changeset: 1:ad3792f1ee79 168 changeset: 1:* (glob)
169 user: Andy Default <default@nowhere.net> 169 user: Andy Default <default@nowhere.net>
170 date: Sat Sep 24 14:00:35 2016 +0000 170 date: .* (re)
171 summary: In repo1 171 summary: In repo1
172 172
173 changeset: 2:af9f142e6a2b 173 changeset: 2:* (glob)
174 tag: tip 174 tag: tip
175 parent: 0:3fd54094234f 175 parent: 0:* (glob)
176 user: Andy Default <default@nowhere.net> 176 user: Andy Default <default@nowhere.net>
177 date: Sat Sep 24 14:00:35 2016 +0000 177 date: .* (re)
178 summary: In repo2 178 summary: In repo2
179
179 180
180 Without remotes those commands do nothing 181 Without remotes those commands do nothing
181 182
182 $ hg --cwd $REP3 pullall 183 $ hg --cwd $REP3 pullall
183 abort: No paths defined in section paths 184 abort: No paths defined in section paths
207 $ hg --cwd $BASE add 208 $ hg --cwd $BASE add
208 adding br1.txt 209 adding br1.txt
209 $ hg --cwd $BASE commit -m 'Br1' 210 $ hg --cwd $BASE commit -m 'Br1'
210 211
211 $ hg --cwd $BASE update default 212 $ hg --cwd $BASE update default
213 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
212 $ cat >> $BASE/file.txt << EOF 214 $ cat >> $BASE/file.txt << EOF
213 > later text 215 > later text
214 > EOF 216 > EOF
215 $ hg --cwd $BASE commit -m 'Normal' 217 $ hg --cwd $BASE commit -m 'Normal'
216 218