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.