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.
___
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]
> >
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
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
> ?
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