[Webkit-unassigned] [Bug 33309] New: bugzilla-tool complains about working directory having local commits if remote branch is ahead of HEAD

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 23:20:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33309

           Summary: bugzilla-tool complains about working directory having
                    local commits if remote branch is ahead of HEAD
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: evan at chromium.org


bugzilla-tool complains about working directory having local commits if remote
branch is ahead of HEAD

> git svn fetch
> bugzilla-tool build
ERROR: Working directory has local commits, pass --force-clean to continue.

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/scm.py#L390
is the culprit i'm sure.

        return run_command(['git', 'log', '--pretty=oneline',
'HEAD...trunk']).splitlines()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list