hgext/__init__.py
author Steve Losh <steve@stevelosh.com>
Sun, 31 May 2009 03:09:00 -0400
changeset 8902 b9a8b616521d
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
Add a forget command for easily untracking files. This command does exactly what 'hg remove -Af [FILES]' does. The reason for creating a new command is that the options for 'hg remove' are confusing (-A removes only deleted files, -f forces deletion, and using both means *the exact opposite of both*). [mpm: simplified help text, code, and updated tests]

# placeholder