changeset 13927:518344d02761

subrepo: trailing whitespace cleanup
author Augie Fackler <durin42@gmail.com>
date Mon, 11 Apr 2011 07:34:40 -0500
parents 61ba09d8d118
children 155d2e17884e
files mercurial/subrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/subrepo.py	Sun Apr 10 19:31:49 2011 +0200
+++ b/mercurial/subrepo.py	Mon Apr 11 07:34:40 2011 -0500
@@ -802,7 +802,7 @@
                 return
         elif self._gitstate() == revision:
             if overwrite:
-                # first reset the index to unmark new files for commit, because 
+                # first reset the index to unmark new files for commit, because
                 # reset --hard will otherwise throw away files added for commit,
                 # not just unmark them.
                 self._gitcommand(['reset', 'HEAD'])