dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

output up to date status on a push if nothing has changed for a ref; update gitifyhg tips on a push; refactored ref string parsing #60

Closed alexsydell closed 11 years ago

alexsydell commented 11 years ago

Hopefully the commit message is self-explanatory. Tests all pass, including new test.

dusty-phillips commented 11 years ago

Hi Alex,

Thanks for this, I definitely want to include this functionality. Would you have time to reorganize the pull request into a series of commits? It would make integrating easier:

  1. Rebase onto the tip of master instead of including a merge commit.
  2. Break the ref string parsing into it's own commit, or possibly two commits.

Thanks,

Dusty

alexsydell commented 11 years ago

I have a pretty busy week coming up, so this would probably have to wait until the week after. Happy to do it in a little while, though, unless you or someone else gets to it first.

dusty-phillips commented 11 years ago

no worries, I can do it when I get to it. I like to give people the opportunity so they can have their names on the commits.