diff rhodecode/lib/vcs/backends/git/repository.py @ 2235:b6adef467e23 beta

changelog update + whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 04 May 2012 00:42:02 +0200
parents 07fce1930417
children 48d93ea1e245
line wrap: on
line diff
--- a/rhodecode/lib/vcs/backends/git/repository.py	Fri May 04 00:26:16 2012 +0200
+++ b/rhodecode/lib/vcs/backends/git/repository.py	Fri May 04 00:42:02 2012 +0200
@@ -52,7 +52,7 @@
         if baseui is None:
             from mercurial.ui import ui
             baseui = ui()
-        # patch the instance of GitRepo with an "FAKE" ui object to add 
+        # patch the instance of GitRepo with an "FAKE" ui object to add
         # compatibility layer with Mercurial
         setattr(self._repo, 'ui', baseui)