Closed donald-e-boyce closed 11 years ago
Looks good to me.
Don, in case you are interested, you can do the following on this branch:
$ git commit --amend
Then change the commit message to something like:
adds package data to setup.py. fixes #9. fixes #10.
That way, when the branch gets merged to praxes/hexrd, the issues will automatically be closed.
I think this branch is ready to merge, with or without that change.
Actually, that operation may be problematic since you have already pushed the commit here. I think --amend will alter the history, and github will complain if you try to push it.
I'll remember that in the future, though. So I put in "fixes #n." and it will close that?
Don
On Thu, Feb 7, 2013 at 4:54 PM, Darren Dale notifications@github.comwrote:
Actually, that operation may be problematic since you have already pushed the commit here. I think --amend will alter the history, and github will if you try to push it.
— Reply to this email directly or view it on GitHubhttps://github.com/praxes/hexrd/pull/15#issuecomment-13262212.
Yes. I can't find it documented at https://help.github.com/ , but it is mentioned at https://github.com/blog/831-issues-2-0-the-next-generation .
I left the all_materials.cfg file in the data directory as a database, but that is not necessary to the distribution. Maybe we should drop that too.