# HG changeset patch # User Augie Fackler # Date 2011-04-11 12:34:40 # Node ID 518344d02761c9b84c53f29626b4bbac0f1faff0 # Parent 61ba09d8d118e4f59666332c4abb937d66c76af4 subrepo: trailing whitespace cleanup diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -802,7 +802,7 @@ class gitsubrepo(abstractsubrepo): 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'])