Skip to content
Snippets Groups Projects
  1. May 14, 2015
  2. May 08, 2015
  3. May 13, 2015
    • Katsunori FUJIWARA's avatar
      import-checker: loop to get list of locally defined modules at first · 3bbbadf6
      Katsunori FUJIWARA authored
      This is a preparation for subsequent patches, which expect that all
      locally defined (= mercurial specific) modules are already known
      before examinations.
      
      Looping twice for specified modules is a little redundant, but
      reasonable cost for improvement in subsequent patches.
      3bbbadf6
    • Katsunori FUJIWARA's avatar
      import-checker: add xargs like mode · 723e3644
      Katsunori FUJIWARA authored
      Before this patch, "import-check.py" is invoked via "xargs" in
      "test-module-imports.t", but it doesn't ensure that
      "import-checker.py" is certainly invoked with all mercurial specific
      files at once.
      
      "xargs" may invoke specified command multiple times with part of
      arguments given from stdin: according to "xargs(1)" man page, this
      dividing arguments is system-dependent.
      
      This patch adds "xargs" like mode to "import-checker.py".
      
      This can ensure that "import-checker.py" is certainly invoked with all
      mercurial specific files at once in "test-module-imports.t". This is
      assumed by subsequent patches.
      723e3644
    • Adrian Buehlmann's avatar
  4. Apr 14, 2015
  5. Apr 13, 2015
  6. Apr 14, 2015
  7. Apr 13, 2015
  8. Apr 21, 2015
  9. Apr 12, 2015
  10. Apr 14, 2015
  11. Apr 11, 2015
  12. Apr 12, 2015
  13. Apr 11, 2015
    • Augie Fackler's avatar
      python3: update killdaemons and run-tests print and exception syntax · 0adc22a0
      Augie Fackler authored
      test-run-tests.t still passes fine on Python 2.6. run-tests.py --local
      no longer fails with syntax errors, and now fails looking for xrange.
      
      Most changes done with
      
      2to3 -w -f numliterals -f except -f print tests/run-tests.py tests/killdaemons.py
      
      after which one import was fixed in run-tests and a __future__ import
      was added.
      0adc22a0
Loading