diff hggit/git_handler.py @ 478:64eb2789e5bf

git_handler: remove tab character that snuck in
author Augie Fackler <raf@durin42.com>
date Tue, 28 Aug 2012 09:08:22 -0500
parents b9ede5f91701
children 5c1d4311440d
line wrap: on
line diff
--- a/hggit/git_handler.py	Tue Aug 28 09:07:41 2012 -0500
+++ b/hggit/git_handler.py	Tue Aug 28 09:08:22 2012 -0500
@@ -657,7 +657,7 @@
         # Analyze .hgsub and merge with .gitmodules
         hgsub = None
         gitmodules = self.parse_gitmodules(git_commit_tree)
-	if gitmodules or gitlinks:
+        if gitmodules or gitlinks:
             hgsub = util.parse_hgsub(self.git_file_readlines(git_commit_tree, '.hgsub'))
             for (sm_path, sm_url, sm_name) in gitmodules:
                 hgsub[sm_path] = '[git]' + sm_url