[PATCH 3 of 5] rm: drop misleading 'use -f' hint for the rm --after 'not removing' warning

Matt Harbison matt_harbison at yahoo.com
Sun Dec 9 21:11:07 CST 2012


On Sun, 09 Dec 2012 23:52:44 +0100, Mads Kiilerich wrote:

> # HG changeset patch
> # User Mads Kiilerich <madski at unity3d.com>
> # Date 1355092396 -3600
> # Node ID afa6761200e0e85ffa458f2c49094140d0be04a5
> # Parent  8d1607787b2ba9d4bff99653d7c43c2ce2fb3e7f
> rm: drop misleading 'use -f' hint for the rm --after 'not removing' warning

...

> @@ -220,7 +220,7 @@
>  
>    $ rm test/bar
>    $ remove -A test
> -  not removing test/foo: file still exists (use -f to force removal) (glob)
> +  not removing test/foo: file still exists
>    removing test/bar (glob)
>    exit code: 1
>    R test/bar

This still needs a (glob) for Windows, doesn't it?

--Matt



More information about the Mercurial-devel mailing list