diff tests/test_template_keywords.py @ 835:f089ca13cc4c

test_template_keywords.py: fix indentation of revset except block
author Yonggang Luo <luoyonggang@gmail.com>
date Wed, 12 Oct 2011 15:50:47 +0800
parents 312b37bc5e20
children d741f536f23a
line wrap: on
line diff
--- a/tests/test_template_keywords.py
+++ b/tests/test_template_keywords.py
@@ -15,7 +15,7 @@ try:
     from mercurial import revset
     revset.methods
 except ImportError:
-   revset = None
+    revset = None
 
 class CapturingUI(ui.ui):