comparison tests/test-clone.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 a028ce66e2b7
children e7cfe3587ea4
comparison
equal deleted inserted replaced
17344:539d948d8d4b 17345:4f8054d3171b
531 abort: destination 'q' is not empty 531 abort: destination 'q' is not empty
532 [255] 532 [255]
533 533
534 destination directory not empty 534 destination directory not empty
535 535
536 $ mkdir a 536 $ mkdir a
537 $ echo stuff > a/a 537 $ echo stuff > a/a
538 $ hg clone q a 538 $ hg clone q a
539 abort: destination 'a' is not empty 539 abort: destination 'a' is not empty
540 [255] 540 [255]
541 541