Hg not picking changes if it happened within the second the commit

Vladimir Marek Vladimir.Marek at Sun.COM
Fri Nov 23 17:04:30 UTC 2007


Hi,

> > =================================== test.sh ====================================
> > rm -rf x
> > hg init x
> > cd x
> > echo aaaaaaaaaa > file
> > ls -E
> > hg ci -A -m x
> > echo bbbbbbbbbb > file
> > ls -E
> > hg status
> > ================================================================================
> > 
> > The response is most of the time:
> > total 1
> > -rw-r--r--   1 vm156888 staff         11 2007-11-23 13:24:57.301975970 +0100 file
> > adding file
> > total 1
> > -rw-r--r--   1 vm156888 staff         11 2007-11-23 13:24:57.408829228 +0100 file
> > 
> > Bot ls -E showed that the modification time is in 57th second.

[...]

> Are you using 0.9.5?  I think there was a recent change that stored ms
> in the dirstate, when available.

I'm using bleeding edge hg (default branch). Currently
5543:a3df02cd4a35.

I can open new bug, but I was not sure if this is not design limitation.

Thanks
-- 
	Vlad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20071123/ed555f2f/attachment-0001.asc>


More information about the Mercurial mailing list