comparison tests/test-treediscovery-legacy.t @ 17345:4f8054d3171b

check-code: fix check for trailing whitespace on sh command lines The $ has been without necessary escaping since introduced in c7d23b4ca4ba.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 08 Aug 2012 18:10:16 +0200
parents 25f7d40fe735
children d5a3bda6e170
comparison
equal deleted inserted replaced
17344:539d948d8d4b 17345:4f8054d3171b
328 $ cd rlocal 328 $ cd rlocal
329 $ echo A > A 329 $ echo A > A
330 $ hg ci -Am A 330 $ hg ci -Am A
331 adding A 331 adding A
332 $ cd .. 332 $ cd ..
333 $ hg clone rlocal rremote 333 $ hg clone rlocal rremote
334 updating to branch default 334 updating to branch default
335 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 335 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
336 $ cd rlocal 336 $ cd rlocal
337 $ echo B > B 337 $ echo B > B
338 $ hg ci -Am B 338 $ hg ci -Am B
339 adding B 339 adding B
340 $ cd .. 340 $ cd ..
341 $ tstart rremote 341 $ tstart rremote
342 342
343 $ cd rlocal 343 $ cd rlocal
344 $ hg incoming $remote 344 $ hg incoming $remote
345 comparing with http://localhost:$HGPORT/ 345 comparing with http://localhost:$HGPORT/
346 searching for changes 346 searching for changes
347 no changes found 347 no changes found
348 [1] 348 [1]
349 $ hg outgoing $remote 349 $ hg outgoing $remote