mercurial-1.0.2: hg ci doesn't accept removed directories as argument
Patrick Mézard
pmezard at gmail.com
Wed Dec 31 14:29:26 UTC 2008
Thomas Klausner a écrit :
> Hi!
>
> hg ci doesn't accept removed directories as arguments:
>
> # hg init
> # mkdir a
> # touch a/b
> # hg add a
> adding a/b
> # hg ci -m 'Add a/b.'
> # hg rm a
> removing a/b
> # hg ci a
> abort: file a not found!
> #
>
> I think this is inconsistent.
>
> "hg ci a/b" works, but is cumbersome for directories with more than
> one entry.
This is fixed in 1.1
--
Patrick Mézard
More information about the Mercurial
mailing list