jcheck fails with mercurial 4.8 with TypeError: walkchangerevs() takes exactly 4 arguments (5 given)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      Using hg 4.8 or higher causes jcheck to fail

      Repro:
      $ hg clone https://www.mercurial-scm.org/repo/hg mercurial
      $ cd mercurial
      $ hg checkout 4.7.2
      $ make all
      $ cd path/to/jdk
      $ path/to/mercurial/hg jcheck
      # no problem
      $ cd path/to/mercurial
      $ make clean
      $ hg checkout 4.8.2
      $ make all
      $ cd path/to/jdk
      $ path/to/mercurial/hg jcheck
      File "/home/aeubanks/jdk/jcheck/jcheck.py", line 806, in jcheck
          changeiter, matchfn = cmdutil.walkchangerevs(ui, repo, [], get, opts)
      TypeError: walkchangerevs() takes exactly 4 arguments (5 given)

            Assignee:
            Unassigned
            Reporter:
            Arthur Eubanks
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: