Show More
@@ -6,7 +6,7 b'' | |||
|
6 | 6 | # GNU General Public License version 2 or any later version. |
|
7 | 7 | |
|
8 | 8 | import re |
|
9 |
import parser, util, error, |
|
|
9 | import parser, util, error, hbisect, phases | |
|
10 | 10 | import node |
|
11 | 11 | import heapq |
|
12 | 12 | import match as matchmod |
@@ -1372,7 +1372,9 b' def outgoing(repo, subset, x):' | |||
|
1372 | 1372 | Changesets not found in the specified destination repository, or the |
|
1373 | 1373 | default push location. |
|
1374 | 1374 | """ |
|
1375 | import hg # avoid start-up nasties | |
|
1375 | # Avoid cycles. | |
|
1376 | import discovery | |
|
1377 | import hg | |
|
1376 | 1378 | # i18n: "outgoing" is a keyword |
|
1377 | 1379 | l = getargs(x, 0, 1, _("outgoing takes one or no arguments")) |
|
1378 | 1380 | # i18n: "outgoing" is a keyword |
@@ -32,7 +32,7 b' these may expose other cycles.' | |||
|
32 | 32 | relative: error, merge, util |
|
33 | 33 | mercurial/revset.py mixed imports |
|
34 | 34 | stdlib: parser |
|
35 |
relative: |
|
|
35 | relative: error, hbisect, phases, util | |
|
36 | 36 | mercurial/templater.py mixed imports |
|
37 | 37 | stdlib: parser |
|
38 | 38 | relative: config, error, templatefilters, templatekw, util |
General Comments 0
You need to be logged in to leave comments.
Login now