Bug 38274 - webkit-patch should suggest updating to trunk
Summary: webkit-patch should suggest updating to trunk
Status: RESOLVED DUPLICATE of bug 38852
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 11:09 PDT by Evan Martin
Modified: 2010-05-17 16:11 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Martin 2010-04-28 11:09:49 PDT
$ git checkout HEAD~6   # or some other thing that gets you in this state

$ hack hack hack

$ webkit-patch upload MYBUGNUM
Are you sure you want to continue? [Y/n]: 
There are 6 local commits and working copy changes. Do one of the following:
1) Use --squash or --no-squash
2) git config webkit-patch.squash true/false

There are 6 local commits and working copy changes. Do one of the following:
1) Use --squash or --no-squash
2) git config webkit-patch.squash true/false

====

So (a) the error message is confusing (I don't have 6 local commits), and
(b) it could perhaps suggest rebasing onto origin or whatever.
Comment 1 Ojan Vafai 2010-05-17 16:11:56 PDT
Slightly different symptoms, but same root cause as 38852.

*** This bug has been marked as a duplicate of bug 38852 ***