Show More
@@ -6,7 +6,7 b'' | |||||
6 | # GNU General Public License version 2 or any later version. |
|
6 | # GNU General Public License version 2 or any later version. | |
7 |
|
7 | |||
8 | import re |
|
8 | import re | |
9 |
import util, |
|
9 | import util, pathutil | |
10 | from i18n import _ |
|
10 | from i18n import _ | |
11 |
|
11 | |||
12 | def _rematcher(pat): |
|
12 | def _rematcher(pat): | |
@@ -26,7 +26,7 b' def _expandsets(pats, ctx):' | |||||
26 | if kind == 'set': |
|
26 | if kind == 'set': | |
27 | if not ctx: |
|
27 | if not ctx: | |
28 | raise util.Abort("fileset expression with no context") |
|
28 | raise util.Abort("fileset expression with no context") | |
29 |
s = |
|
29 | s = ctx.getfileset(expr) | |
30 | fset.update(s) |
|
30 | fset.update(s) | |
31 | continue |
|
31 | continue | |
32 | other.append((kind, expr)) |
|
32 | other.append((kind, expr)) |
@@ -39,6 +39,4 b' these may expose other cycles.' | |||||
39 | stdlib: formatter |
|
39 | stdlib: formatter | |
40 | relative: config, error, scmutil, util |
|
40 | relative: config, error, scmutil, util | |
41 | Import cycle: mercurial.repoview -> mercurial.revset -> mercurial.repoview |
|
41 | Import cycle: mercurial.repoview -> mercurial.revset -> mercurial.repoview | |
42 | Import cycle: mercurial.fileset -> mercurial.merge -> mercurial.subrepo -> mercurial.match -> mercurial.fileset |
|
|||
43 | Import cycle: mercurial.cmdutil -> mercurial.context -> mercurial.subrepo -> mercurial.cmdutil -> mercurial.cmdutil |
|
42 | Import cycle: mercurial.cmdutil -> mercurial.context -> mercurial.subrepo -> mercurial.cmdutil -> mercurial.cmdutil | |
44 | Import cycle: mercurial.filemerge -> mercurial.match -> mercurial.fileset -> mercurial.merge -> mercurial.filemerge |
|
General Comments 0
You need to be logged in to leave comments.
Login now