Re: [tools-discuss] Error while creating a hg repository

2007-10-01 Thread Bill Sommerfeld
On Mon, 2007-10-01 at 17:09 +0530, S h i v wrote: > $ hg commit > HG: user: . > HG: changed test.txt > transaction abort! > rollback completed so, that's the message you get when you don't actually edit any text into the commit message. yes, that message could be improved. ___

Re: [tools-discuss] Error while creating a hg repository

2007-10-01 Thread Giorgos Keramidas
On 2007-10-01 18:40, S h i v <[EMAIL PROTECTED]> wrote: > On 10/1/07, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > On 2007-10-01 17:09, S h i v <[EMAIL PROTECTED]> wrote: > > > > > > $ hg commit > > > > > > > Something odd about the filesystem and the file timestamp is at work. > > > [snip] > >

Re: [tools-discuss] Error while creating a hg repository

2007-10-01 Thread S h i v
On 10/1/07, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2007-10-01 17:09, S h i v <[EMAIL PROTECTED]> wrote: > > > > $ hg commit > > > > Something odd about the filesystem and the file timestamp is at work. > [snip] >6 hg commit -m 'add test.txt' test.txt Ah, input helped ! Apparent

Re: [tools-discuss] Error while creating a hg repository

2007-10-01 Thread Giorgos Keramidas
On 2007-10-01 17:09, S h i v <[EMAIL PROTECTED]> wrote: > I might be missing something silly. But it isn't working. Can someone > please help. > > I am trying to create a repository and hg commit fails as below. > > (It is on snv_72) > > $ hg init > $ echo "Hello World" > test.txt > $ hg status > ?

[tools-discuss] Error while creating a hg repository

2007-10-01 Thread S h i v
I might be missing something silly. But it isn't working. Can someone please help. I am trying to create a repository and hg commit fails as below. (It is on snv_72) $ hg init $ echo "Hello World" > test.txt $ hg status ? test.txt $ hg add adding test.txt $ hg status A test.txt $ hg commit HG: u