# HG changeset patch # User Yonggang Luo # Date 1318405847 -28800 # Node ID f089ca13cc4c908024cd2db2912d2db0b21c5d26 # Parent 27a2136e89cd204310405641cf77f62b5374b374 test_template_keywords.py: fix indentation of revset except block diff --git a/tests/test_template_keywords.py b/tests/test_template_keywords.py --- 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):