Mercurial > public > mercurial-scm > hg
diff tests/test-bundle.t @ 13053:2649be11ab0b stable
util: do not recurse in makedirs if name is '' (issue2528)
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Tue, 30 Nov 2010 17:48:12 +0900 |
parents | b00eda50ad2b |
children | c36dad4f6e54 |
line wrap: on
line diff
--- a/tests/test-bundle.t Mon Nov 29 20:13:11 2010 +0100 +++ b/tests/test-bundle.t Tue Nov 30 17:48:12 2010 +0900 @@ -399,6 +399,13 @@ $ rm -r full-clone +When cloning from a non-copiable repository into '', do not +recurse infinitely (issue 2528) + + $ hg clone full.hg '' + abort: No such file or directory + [255] + test for http://mercurial.selenic.com/bts/issue216 Unbundle incremental bundles into fresh empty in one go