Re: [PATCH 1/4] remote-hg: add missing config for basic tests

2012-11-12 Thread Jeff King
On Tue, Nov 13, 2012 at 04:46:36AM +0100, Felipe Contreras wrote: > >> +setup () { > >> + ( > >> + echo "[ui]" > >> + echo "username = A U Thor " > >> + ) >> "$HOME"/.hgrc > >> +} > > > > This makes sense, but I wonder if we should use something different from > > the git author id

Re: [PATCH 1/4] remote-hg: add missing config for basic tests

2012-11-12 Thread Felipe Contreras
On Mon, Nov 12, 2012 at 9:32 PM, Jeff King wrote: > On Mon, Nov 12, 2012 at 06:41:05PM +0100, Felipe Contreras wrote: > >> From: Ramkumar Ramachandra >> >> 'hg commit' fails otherwise in some versiosn of mercurial because of > > s/versiosn/versions/ > >> +setup () { >> + ( >> + echo "[ui]

Re: [PATCH 1/4] remote-hg: add missing config for basic tests

2012-11-12 Thread Jeff King
On Mon, Nov 12, 2012 at 06:41:05PM +0100, Felipe Contreras wrote: > From: Ramkumar Ramachandra > > 'hg commit' fails otherwise in some versiosn of mercurial because of s/versiosn/versions/ > +setup () { > + ( > + echo "[ui]" > + echo "username = A U Thor " > + ) >> "$HOME"/.hgr