diff hggit/git_handler.py @ 609:ec6d4146d5ca

git_handler: clean up trailing whitespace
author Augie Fackler <raf@durin42.com>
date Tue, 17 Sep 2013 09:58:12 -0400
parents 47df57f2bb2b
children 30d502905da9
line wrap: on
line diff
--- a/hggit/git_handler.py	Tue Dec 11 15:44:23 2012 +0100
+++ b/hggit/git_handler.py	Tue Sep 17 09:58:12 2013 -0400
@@ -994,7 +994,7 @@
                         if not ref.endswith('^{}')
                         and ( ref.startswith('refs/heads/') or ref.startswith('refs/tags/') ) ]
             want = [x for x in want if x not in self.git]
-            
+
             return want
         try:
             progress = GitProgress(self.ui)