[PATCH 5 of 5] remove: clarify help text about added files never being deleted from disk

Adrian Buehlmann adrian at cadifra.com
Mon May 23 14:35:03 CDT 2011


On 2011-05-23 16:56, Adrian Buehlmann wrote:
> # HG changeset patch
> # User Adrian Buehlmann <adrian at cadifra.com>
> # Date 1306158991 -7200
> # Node ID 76e547c28de775779697ff14b32cc5ec0ec9e271
> # Parent  d9fb24393d26600a9146192fdd231160997fbc4a
> remove: clarify help text about added files never being deleted from disk
> 
> diff --git a/mercurial/commands.py b/mercurial/commands.py
> --- a/mercurial/commands.py
> +++ b/mercurial/commands.py
> @@ -3894,6 +3894,9 @@
>        -A     W  W  W  R
>        -Af    R  R  R  R
>  
> +    Note that remove never deletes files in Added [A] state from the
> +    working directory, not even if option --force is specified.
> +
>      This command schedules the files to be removed at the next commit.
>      To undo a remove before that, see :hg:`revert`.
>  

What's the problem with this patch?

Or is it a problem that I sent this as part of a series?


More information about the Mercurial-devel mailing list