# HG changeset patch # User Augie Fackler # Date 1379426292 14400 # Node ID ec6d4146d5cadc4f52f79e309fe2e80428790702 # Parent 47df57f2bb2b7a6fb2994f6f2b5fdf44d30aafd1 git_handler: clean up trailing whitespace diff --git a/hggit/git_handler.py b/hggit/git_handler.py --- a/hggit/git_handler.py +++ b/hggit/git_handler.py @@ -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)