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

Set HGPLAIN env variable at start of gitifyhg, closes #26 #42

Closed fingolfin closed 11 years ago

fingolfin commented 11 years ago

The first commit adds a new xfail test to demonstrate issue #26 explicitly.

The second commit adds a fix for the issue by setting the HGPLAIN env var at the start of gitifyhg. At the same time, it changes the test harness to not set it as part of the test fixture, as this was covering up potential test failures. And it should be obsolete now, too, due to us setting it in gitifyhg directly.