changeset 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 4665c6ba05c0
children 5c1d4311440d
files hggit/git_handler.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/git_handler.py
+++ b/hggit/git_handler.py
@@ -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