D5908: Implement syntax support for function argument unpacking.
Milian Wolff
noreply at phabricator.kde.org
Wed May 24 13:08:55 UTC 2017
mwolff added a comment.
sorry Heinz, but I think the base for this patch is still wrong. Depending on what you did, here are some ideas on what you could try to resolve this situation:
# update remote
git fetch
# create a new branch tracking master
git checkout -b wip/function-argument-unpacking -t origin/master
# cherry-pick the patch(es) that implement the feature
git cherry-pick ... # use git log <name of old branch> to find hashes
# once done, use arc to resubmit
hope that helps
REPOSITORY
R52 KDevelop: PHP Support
REVISION DETAIL
https://phabricator.kde.org/D5908
To: pprkut
Cc: mwolff, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170524/4b0321aa/attachment.html>
More information about the KDevelop-devel
mailing list