Closed ionelmc closed 10 years ago
I think I've addressed all your comments.
About the merge, my plan is to re-integrate all the small changes from master and then do a "merge --strategy=ours" (discard everything from master). It's way easier that way.
After that I'm going to rebase the remaining PRs on top this.
I can squash everything but then we lose all your comments. Ideally you'd look here https://github.com/ionelmc/python-manhole/pull/37/files (it's an equivalent of a squash).
Ok, https://github.com/ionelmc/python-manhole/pull/37/files does help.
Anway, what I do when I want to keep versions, is to create a new branch for each version, for example, see https://github.com/nirs/sanlock - branchs python-events, python-events-1, ...
That makes sense if you want to maintain multiple versions at once. You really want version branches?
Reviewing the the pull request diffs is fine for me.
Lets see if the commit comments appear here