[PATCH] Check for .hgrc files in ancestor directories above the repository

Jesse Glick jesse.glick at sun.com
Mon Jan 14 07:19:12 CST 2008


Peter Arrenbrecht wrote:
> Consider someone or an organization that starts new projects by
> cloning a central template repo (which, for example, includes
> predefined build scripts, documentation structure, etc.).

Does anyone actually do this? If you have a project skeleton, there is 
no reason to clone a repo to get it. Just

hg init
cp -rv ~/prj-skeleton/* .
hg ci -m skeleton



More information about the Mercurial-devel mailing list