hgext/pager.py
changeset 31033 861b070d92da
parent 31032 1cec1d863008
child 31061 900996da577a
--- a/hgext/pager.py	Mon Feb 06 22:59:25 2017 -0500
+++ b/hgext/pager.py	Mon Feb 06 23:57:21 2017 -0500
@@ -110,4 +110,6 @@
         extensions.wrapfunction(dispatch, '_runcommand', pagecmd)
     extensions.afterloaded('color', afterloaded)
 
-attended = ['qdiff']
+attended = [
+    'the-default-attend-list-is-now-empty-but-that-breaks-the-extension',
+]