rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 19 Sep 2018 16:51:57 -0700
changeset 39852 b504ff813c4f
parent 35569 964212780daf
child 39968 aab43d5861bb
permissions -rw-r--r--
localrepo: validate directories before creating any There is no meaningful change in behavior because wdir would already exist in the case where we raised RepoError. But I think the code is easier to read if we do all validation first then take actions with side-effects. Differential Revision: https://phab.mercurial-scm.org/D4706

[workspace]
members = ["hgcli"]