http://defect.opensolaris.org/bz/show_bug.cgi?id=19238

           Summary: Mercurial history generator needs to be branch aware
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: indexer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Similarly to Bug #14953 for CVS, Mercurial needs to trim the changesets to
given branch, when the repository it is working with is a branch.

This should be easy to do:
  - check if TOP_LEVEL/.hg/branch file is present
  - read the contents of the file (to say branchFile string)
  - add -b followed by branchFile to 'cmd' in getHistoryLogExecutor() method

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to