hg status issue on windows with tip?

Stephen Darnell sdarnell at esmertec.com
Wed Aug 10 06:14:07 CDT 2005


I've just been catching up with the latest changes, and
I'm getting a problem:

  # Install the latest version
  hg clone http://selenic.com/hg dummy
  cd dummy
  python setup.py install

  # Then get a fresh copy
  cd ..
  hg clone http://selenic.com/hg latest
  hg status
R contrib/buildrpm
R contrib/convert-repo
R contrib/git-viz/git-cat-file
R contrib/git-viz/git-diff-tree
R contrib/git-viz/git-rev-list
R contrib/git-viz/git-rev-tree
R contrib/git-viz/hg-viz
R contrib/hgit
R contrib/hgk
R contrib/mercurial.spec
R doc/FAQ.txt
R doc/Makefile
R doc/README
etc. lots including .py files in mercurial subdir
? contrib\buildrpm
? contrib\convert-repo
? contrib\git-viz\git-cat-file
etc.

Yet I have files called contrib/buildrpm

c:\mercurial\latest>hg update -C

c:\mercurial\latest>hg status
R contrib/buildrpm
R contrib/convert-repo
R contrib/git-viz/git-cat-file
etc.

c:\mercurial\latest>hg version
Mercurial Distributed SCM (version 6390c377a9e6)

c:\mercurial\latest>hg tags
tip
859:6390c377a9e617e01061d33f3729948d72b6f54f
0.6b
684:4ccf3de52989b14c3d84e1097f59e39a992e00bd
...

What's the best way to examine the dirstate?

Does the same problem occur on Unix?

Regards,
  Stephen





More information about the Mercurial mailing list