[PATCH 0 of 2] Make init command require a destination directory

Bryan O'Sullivan bos at serpentine.com
Wed Jul 6 11:20:12 CDT 2005


These patches modify the init command so that it requires a destination
directory, which it creates.

It is thus no longer necessary to do this:

        mkdir foo
        cd foo
        hg init

Instead, you do this:

        hg init foo

Cheers,

	<b



More information about the Mercurial mailing list