removed trailing spaces
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 22 Mar 2008 20:03:00 +0100
changeset 6352 34e4f4ef4936
parent 6349 6aaf5b1d8f15
child 6353 04d615b2d5e9
removed trailing spaces
mercurial/commands.py
--- a/mercurial/commands.py	Sat Mar 22 19:01:09 2008 +0100
+++ b/mercurial/commands.py	Sat Mar 22 20:03:00 2008 +0100
@@ -2131,7 +2131,7 @@
     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