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

GitExporter: ensure tags are processed #92

Open PaulPrice opened 11 years ago

PaulPrice commented 11 years ago

The GitExporter would (sometimes?) not push new tags when specified by itself on the command-line (e.g., "git push origin newTag"). This ensures that new tags get processed (and therefore written).

dusty-phillips commented 11 years ago

Thanks, I love contributions!! :-)

Is it possible to write a test to show what this has fixed, or is the "sometimes" nodeterministic? I can't remember for sure, there might already be a failing test for this condition that just needs to be changed to success.