On Mon, Nov 12, 2012 at 06:41:05PM +0100, Felipe Contreras wrote: > From: Ramkumar Ramachandra <artagnon@xxxxxxxxx> > > 'hg commit' fails otherwise in some versiosn of mercurial because of s/versiosn/versions/ > +setup () { > + ( > + echo "[ui]" > + echo "username = A U Thor <author@xxxxxxxxxxx>" > + ) >> "$HOME"/.hgrc > +} This makes sense, but I wonder if we should use something different from the git author ident set up by the test scripts, just to double check that we do not have any bugs in confusing the two during the import. Something like "H G Wells <wells@xxxxxxxxxxx>" would work, and satisfies my deep-seated desire for bad puns. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html