On 01/15/09 18:16, Mark J. Nelson wrote: > Vijitha Dugganapalli wrote: >> I tried hg status, hg status usr/src/lib/lvm, its showing whole bunch >> of files, So I requested my colleague to run the same command on my >> workspace, it just showed the 5 changed files. >> I tried hg active, hg status on other workspaces where I have built >> nightly, I am having the same problem, so is problem related to my >> hgsetup? >> I removed .hgrc file and ran hgsetup but still, I am getting the same >> thing. > > What version of Mercurial are you running? Mercurial Distributed SCM (version 1.0.2) > > I cannot duplicate the problem in the repository that you specified, > and I cannot look in your home directory to check your .hgrc. I think, this problem is specific to my hg setup, My colleagues couldnt duplicate this problem either. The output of hg active and hg status are in active.txt, status.txt at /net/anthrax.central/builds/sd210035/pkt_comp_240
My .hgrc file is [sd210035 at anthrax:/builds/sd210035/pkt_comp_240] cat ~/.hgrc [extensions] hgext.cdm=/opt/onbld/lib/python/onbld/hgext/cdm.py [email] from=Srivijitha.Dugganapalli at Sun.COM [paths] onnv-gate=ssh://onnv.sfbay.sun.com//export/onnv-gate onnv-clone=ssh://onnv.sfbay.sun.com//export/onnv-clone onnv-closed=ssh://onnv.sfbay.sun.com//export/onnv-gate/usr/closed onnv-closed-clone=ssh://onnv.sfbay.sun.com//export/onnv-clone/usr/closed [merge-tools] filemerge.gui=True filemerge.args=-a $base $local $other $output filemerge.priority=1 meld.gui=True meld.priority=0 gpyfm.gui=True gpyfm.priority=0 [ui] username=srivijitha dugganapalli <Srivijitha.Dugganapalli at Sun.COM> style=/opt/onbld/etc/hgstyle [sd210035 at anthrax:/builds/sd210035/pkt_comp_240] Vijitha > > --Mark > > > >> Vijitha >> On 01/15/09 15:04, Richard Lowe wrote: >>> "Mark J. Nelson" <Mark.J.Nelson at Sun.COM> writes: >>> >>> >>>> Vijitha Dugganapalli wrote: >>>> >>>>> Still its not resolved. >>>>> >>>> You said that your ~/.hgrc files were identical. But something >>>> seems to be defeating the "ignore" mechanism that Mercurial uses. >>>> Do you set any ignore files or patterns anywhere? If you do "hg >>>> status usr/src/lib/lvm," (or choose any path, the point is you >>>> should narrow it down and make sure there are non-scm objects >>>> there), do you see the problem? >>>> >>> >>> If these are showing up in output from hg list or hg-active, they're >>> more than "not ignored", they're seen as versioned. >>> >>> What does 'hg status' think about them? >>> >>> -- Rich >>> >> >