# HG changeset patch # User Thomas Arendsen Hein # Date 2008-03-22 19:03:00 # Node ID 34e4f4ef49366aa868639e648af64cc53e86e339 # Parent 6aaf5b1d8f157dffd37e6c5e7e679728d45345da removed trailing spaces diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2131,7 +2131,7 @@ def remove(ui, repo, *pats, **opts): project history. -A can be used to remove only files that have already been deleted, -f can be used to force deletion, and -Af can be used to remove files from the next revision without deleting them. - + The following table details the behavior of remove for different file states (columns) and option combinations (rows). The file states are Added, Clean, Modified and Missing (as reported by hg status). The