tests/test-clone.t
changeset 17345 4f8054d3171b
parent 17307 a028ce66e2b7
child 17424 e7cfe3587ea4
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