Show More
@@ -58,9 +58,21 b' you can use --pager=<value>::' | |||
|
58 | 58 | will also work). |
|
59 | 59 | |
|
60 | 60 | ''' |
|
61 | from __future__ import absolute_import | |
|
61 | 62 | |
|
62 | import atexit, sys, os, signal, subprocess | |
|
63 | from mercurial import commands, dispatch, util, extensions, cmdutil | |
|
63 | import atexit | |
|
64 | import os | |
|
65 | import signal | |
|
66 | import subprocess | |
|
67 | import sys | |
|
68 | ||
|
69 | from mercurial import ( | |
|
70 | cmdutil, | |
|
71 | commands, | |
|
72 | dispatch, | |
|
73 | extensions, | |
|
74 | util, | |
|
75 | ) | |
|
64 | 76 | from mercurial.i18n import _ |
|
65 | 77 | |
|
66 | 78 | # Note for extension authors: ONLY specify testedwith = 'internal' for |
@@ -73,7 +73,6 b'' | |||
|
73 | 73 | hgext/largefiles/wirestore.py not using absolute_import |
|
74 | 74 | hgext/mq.py not using absolute_import |
|
75 | 75 | hgext/notify.py not using absolute_import |
|
76 | hgext/pager.py not using absolute_import | |
|
77 | 76 | hgext/patchbomb.py not using absolute_import |
|
78 | 77 | hgext/purge.py not using absolute_import |
|
79 | 78 | hgext/rebase.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now