There really should be, since that's where the mercurial metadata is.
Its name starts with a "." so it will be hidden by a lot of tools. You
can use "ls -a" to see all the files, even the hidden ones.
Gabe
Quoting ?? ? <[email protected]>:
Dear All
I realized that my problem might be from scons. I installed scons in
my ubuntu, and now when I tried to run scons in m5 folder, it always
give me the following error
scons: Reading SConscript files ...
You're missing the M5 style hook.
Please install the hook so we can ensure that all code fits a common style.
All you'd need to do is add the following lines to your repository .hg/hgrc
or your personal .hgrc
----------------
[extensions]
style = ./util/style.py
[hooks]
pretxncommit.style = python:style.check_style
pre-qrefresh.style = python:style.check_style
But there is no .hg folder in my m5 folder and also there is no
.hg/hgrc file there.
anyone knows how to handle this problem, I greatly appreciate it:)
Best Regards
Victor
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users