Merged!
I changed the name of the script though to “nasal_api_doc.py”. I was a bit confused at first when I saw “nasal_api”, since I expected something else ;–). Hope the change is ok with you.
One way to merge in these changes is to pull them into a local
branch for review, verifying the changes and then merge to back
to master.
# Check out a new branch for integration
git checkout -b merge-requests/1562
# Fetch the merge request into this branch
git pull \
git://gitorious.org/fg/flightgear.git \
refs/merge-requests/1562
# Show the commits, assess they are okay
git log --pretty=oneline --abbrev-commit next..merge-requests/1562
# To apply the changes to your branch:
git checkout next
git merge merge-requests/1562
git push origin next
Add a new comment:
Login or create an account to post a comment