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