view tests/test-issue436 @ 7935:39566bb99a9c

on clone failure, only remove directories we created If the user created the clone target directory before running the clone command, only cleanup the .hg/ repository when errors occur. Leave the empty target directory in place.
author Steve Borho <steve@borho.org>
date Tue, 31 Mar 2009 21:21:53 -0500
parents f9567a7fa3b3
children
line wrap: on
line source

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true