Show More
@@ -36,10 +36,30 A few obvious properties that are not cu | |||||
36 | - Symlinks and binary files are ignored |
|
36 | - Symlinks and binary files are ignored | |
37 | ''' |
|
37 | ''' | |
38 |
|
38 | |||
39 | import bisect, collections, itertools, json, os, random, time, sys |
|
39 | from __future__ import absolute_import | |
40 | from mercurial import cmdutil, context, patch, scmutil, util, hg, error |
|
40 | import bisect | |
|
41 | import collections | |||
|
42 | import itertools | |||
|
43 | import json | |||
|
44 | import os | |||
|
45 | import random | |||
|
46 | import sys | |||
|
47 | import time | |||
|
48 | from mercurial import ( | |||
|
49 | cmdutil, | |||
|
50 | context, | |||
|
51 | error, | |||
|
52 | hg, | |||
|
53 | patch, | |||
|
54 | scmutil, | |||
|
55 | util, | |||
|
56 | ) | |||
41 | from mercurial.i18n import _ |
|
57 | from mercurial.i18n import _ | |
42 |
from mercurial.node import |
|
58 | from mercurial.node import ( | |
|
59 | nullid, | |||
|
60 | nullrev, | |||
|
61 | short, | |||
|
62 | ) | |||
43 |
|
63 | |||
44 | # Note for extension authors: ONLY specify testedwith = 'internal' for |
|
64 | # Note for extension authors: ONLY specify testedwith = 'internal' for | |
45 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
|
65 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
@@ -7,7 +7,6 | |||||
7 | contrib/import-checker.py requires print_function |
|
7 | contrib/import-checker.py requires print_function | |
8 | contrib/revsetbenchmarks.py not using absolute_import |
|
8 | contrib/revsetbenchmarks.py not using absolute_import | |
9 | contrib/revsetbenchmarks.py requires print_function |
|
9 | contrib/revsetbenchmarks.py requires print_function | |
10 | contrib/synthrepo.py not using absolute_import |
|
|||
11 | doc/check-seclevel.py not using absolute_import |
|
10 | doc/check-seclevel.py not using absolute_import | |
12 | doc/gendoc.py not using absolute_import |
|
11 | doc/gendoc.py not using absolute_import | |
13 | doc/hgmanpage.py not using absolute_import |
|
12 | doc/hgmanpage.py not using absolute_import |
General Comments 0
You need to be logged in to leave comments.
Login now