http://bugs.grommit.com/show_bug.cgi?id=287
Summary: webrev fails to handle explicit file lists for Mercurial
Product: SCM Migration
Version: unspecified
Platform: All
OS/Version: Solaris 11/Nevada
Status: NEW
Severity: normal
Priority: P3
Component: webrev
AssignedTo: scm-migration-dev at opensolaris.org
ReportedBy: stevel at sun.com
Filed as bugster CR 6574099.
When running webrev, at the "while read LINE" loop @ line 2113, webrev.sh
attempts to parse the file list. Inside the while loop, it calls
getcomments(), which in turn calls comments_from_mercurial() if we are inside a
Mercurial repository. comments_from_mercurial() then calls comments_from_wx(),
which attempts to then parse $wxfile which is undefined, thus causing the AWK
script to parse <STDIN>, which means it erroneously parses the FLIST (from the
'while read LINE') loop causing webrev to only process the first file in the
file list.
--
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.