hg add - forgetting to add files

Dennis Brakhane brakhane at googlemail.com
Thu Jun 18 14:54:34 CDT 2009


On Thu, Jun 18, 2009 at 9:48 AM, Arne Babenhauserheide<arne_bab at web.de> wrote:
> Just use
>
> hg commit --addremove --message "commit message"

That actually is shorthand for

hg addremove
followed by
hg commit

Probably just running "hg addremove" is a better idea, as you can see
what files will be added and what files will be removed.


More information about the Mercurial mailing list