On Mon, Nov 12, 2012 at 9:32 PM, Jeff King <peff@xxxxxxxx> wrote: > 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. I don't know, but these tests would not check for any of those issues. When such tests are added I would prefer the author to use to be explicitly defined, but lets see. -- Felipe Contreras -- 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