regression ? hg update --check

Mads Kiilerich mads at kiilerich.com
Wed Aug 22 08:57:51 UTC 2012


On 22/08/12 06:32, ant4hg wrote:
> I notice different behavior between hg1.9.2 and hg2.3.

   $ hg init
   $ touch file1A.txt
   $ hg add file1A.txt
   $ hg commit -m 'test'
   $ rm file1A.txt
   $ hg update -c
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ ls
   file1A.txt

> Is that a regression ?

It is an unannounced behavioural change introduced in 
http://selenic.com/repo/hg/rev/914bc95e227b and released in 2.2. I looks 
like a regression.

I guess someone will pick it up from here and fix it, but filing it in 
the bug tracker would be better.

/Mads




More information about the Mercurial mailing list