hgext/blackbox.py
changeset 34972 375577785f49
parent 34745 0b46440b1b45
child 35667 de598e84c244
--- a/hgext/blackbox.py	Sun Oct 22 23:52:22 2017 +0530
+++ b/hgext/blackbox.py	Sun Oct 22 23:52:47 2017 +0530
@@ -226,7 +226,7 @@
     if not repo.vfs.exists('blackbox.log'):
         return
 
-    limit = opts.get('limit')
+    limit = opts.get(r'limit')
     fp = repo.vfs('blackbox.log', 'r')
     lines = fp.read().split('\n')