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

Sanitize author, closes #22 #38

Closed jedbrown closed 11 years ago

jedbrown commented 11 years ago

This resolves all xfails related to author sanitization (issue #22), adds a test for

Author <obfuscated (at) email dot address>

and sanitizes

totally >>> bad <<< quote can be used in hg <><><

to

totally <bad  quote can be used in hg>
jedbrown commented 11 years ago

This is an alternative to pull requests #35 and #37.