Sun, 01 Nov 2015 15:46:06 +0900 |
Yuya Nishihara |
import-checker: include lineno in warning message
|
Sat, 08 Aug 2015 18:25:41 -0700 |
Gregory Szorc |
ui: use absolute_import
|
Sat, 08 Aug 2015 18:23:53 -0700 |
Gregory Szorc |
templater: use absolute_import
|
Sat, 08 Aug 2015 18:36:58 -0700 |
Gregory Szorc |
revset: use absolute_import
|
Sat, 08 Aug 2015 18:34:37 -0700 |
Gregory Szorc |
fileset: use absolute_import
|
Sat, 08 Aug 2015 14:42:48 -0700 |
Gregory Szorc |
dispatch: use absolute_import
|
Sat, 08 Aug 2015 14:30:39 -0700 |
Gregory Szorc |
commands: break import cycle
|
Sat, 08 Aug 2015 00:47:19 -0700 |
Gregory Szorc |
cmdutil: break import cycle
|
Fri, 03 Jul 2015 06:56:03 +0900 |
FUJIWARA Katsunori |
import-checker.py: exit with code 0 if no error is detected
|
Sun, 28 Jun 2015 12:46:34 -0700 |
Gregory Szorc |
import-checker: establish modern import convention
|
Sun, 07 Jun 2015 17:26:34 -0700 |
Pierre-Yves David |
progress: move the singleton logic to the ui module
|
Mon, 25 May 2015 11:06:49 -0700 |
Gregory Szorc |
test-module-imports: drop check for Python >= 2.6
|
Mon, 18 May 2015 02:53:08 +0900 |
FUJIWARA Katsunori |
tests: check import cycles in hgext/**.py, too
|
Mon, 18 May 2015 02:52:55 +0900 |
FUJIWARA Katsunori |
import-checker: make imported_modules yield absolute dotted_name_of_path
|
Thu, 14 May 2015 01:49:10 +0900 |
FUJIWARA Katsunori |
import-checker: add xargs like mode
|
Thu, 09 Apr 2015 23:47:07 -0400 |
Matt Harbison |
crecord: fix mixed imports warning
|
Tue, 14 Apr 2015 12:54:16 -0400 |
Gregory Szorc |
revset: don't import discovery at module level
|
Fri, 27 Mar 2015 18:50:39 -0500 |
Matt Mackall |
import-checker: fix rotatecycle
|
Fri, 20 Mar 2015 23:32:00 -0400 |
Matt Harbison |
crecord: conditionalize the imports that are not available on Windows
|
Fri, 16 Jan 2015 16:25:30 -0800 |
Matt Mackall |
test-module-imports: use test-repo requirement
|
Wed, 15 Oct 2014 15:35:59 -0400 |
Augie Fackler |
tests: use $PYTHON instead of hardcoding python
|
Tue, 11 Feb 2014 21:04:12 -0800 |
Durham Goode |
template: add revset() template function
|
Tue, 04 Feb 2014 17:13:45 -0500 |
Augie Fackler |
repoview: use repo.revs() instead of a private revset method
|
Tue, 04 Feb 2014 14:54:42 -0500 |
Augie Fackler |
match: use ctx.getfileset() instead of fileset.getfileset()
|
Tue, 28 Jan 2014 00:33:52 +0100 |
Simon Heimberg |
tests: test-module-imports.t works on windows (with backslash path sep)
|
Mon, 03 Feb 2014 18:36:00 -0500 |
Augie Fackler |
itersubrepos: move to scmutil to break a direct import cycle
|
Wed, 05 Feb 2014 01:43:51 +0100 |
Mads Kiilerich |
import-checker: show stdlib and relative imports separately
|
Sun, 22 Dec 2013 21:27:00 -0800 |
Chris Jerdonek |
import-checker: backout 40f79b9a2cc8 (issue4129)
|
Sat, 14 Dec 2013 11:58:26 -0500 |
Augie Fackler |
test-module-imports: try and detect virtualenv breakage (issue4129)
|
Sun, 17 Nov 2013 18:13:55 -0500 |
Augie Fackler |
test-module-imports: skip on Python < 2.6, since ast is new in 2.6
|
Sun, 17 Nov 2013 13:38:35 -0500 |
Augie Fackler |
test-module-imports.t: new test to use the import cycle detector
|