diff -r ce2d81aafbae -r a0939666b836 hgext/pager.py --- a/hgext/pager.py Thu May 19 00:20:38 2016 +0900 +++ b/hgext/pager.py Sat May 14 14:03:12 2016 +0900 @@ -66,6 +66,7 @@ import subprocess import sys +from mercurial.i18n import _ from mercurial import ( cmdutil, commands, @@ -73,7 +74,6 @@ extensions, util, ) -from mercurial.i18n import _ # Note for extension authors: ONLY specify testedwith = 'internal' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should