Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-721

Mercurial ChangeLog command doesn't respect limit

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • 1.8.1
    • None
    • None

    Description

      The changeLog() method does not respect the limit parameter. This appears to happen because the limit parameter gets lost in the middle of the method chain:
      1. HgScmProvider.changelog() calls AbstractCommand.execute()
      2. AbstractCommand.execute() calls AbstractChangeLogCommand.executeCommand()
      3. AbstractChangeLogCommand.executeCommand() calls one of two overloads of executeChangeLogCommand(), both of which are deprecated. Neither takes a limit parameter, and the limit parameter is lost at this point.

      I encountered this problem on Mercurial, but other providers will also be affected unless their concrete ChangeLogCommand implementations override executeCommand() to call a method that supports the limit parameter. Curiously, HgChangeLogCommand does have such a method, but it is never called.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rcd Richard DiCroce
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: