comparison tests/basic.t @ 50:55469dbb19c4

testfixes
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 25 Sep 2016 22:02:55 +0200
parents 2d6c7e0c1b2f
children 14a3ffbba22b
comparison
equal deleted inserted replaced
49:d76b40291d10 50:55469dbb19c4
183 183
184 184
185 Without remotes those commands do nothing 185 Without remotes those commands do nothing
186 186
187 $ hg --cwd $REP3 pullall 187 $ hg --cwd $REP3 pullall
188 abort: No paths defined in section paths 188 abort: No paths defined for repository
189 [255] 189 [255]
190 190
191 $ hg --cwd $REP3 pushall 191 $ hg --cwd $REP3 pushall
192 abort: No paths defined in section paths 192 abort: No paths defined for repository
193 [255] 193 [255]
194 194
195 $ hg --cwd $REP3 incomingall 195 $ hg --cwd $REP3 incomingall
196 abort: No paths defined in section paths 196 abort: No paths defined for repository
197 [255] 197 [255]
198 198
199 $ hg --cwd $REP3 outgoingall 199 $ hg --cwd $REP3 outgoingall
200 abort: No paths defined in section paths 200 abort: No paths defined for repository
201 [255] 201 [255]
202 202
203 Finally let's test that push options work 203 Finally let's test that push options work
204 204
205 $ cat > $BASE/br1.txt << EOF 205 $ cat > $BASE/br1.txt << EOF