Searched hist:7807 (Results 1 - 2 of 2) sorted by relevance

/gem5/util/
H A Dstyle.pydiff 7807:15553b536bd6 Thu Dec 30 00:53:00 EST 2010 Nathan Binkert <nate@binkert.org> style: make style hook work with pre-qrefresh and update to use new code
clean up the code a little bit while we're at it.

I recommend that everyone adds the pre-qrefresh hook below since it
will make qref run the style hook and not just commit/qpush

[extensions]
style = <m5 path>/util/style.py

[hooks]
pretxncommit.style = python:style.check_whitespace
pre-qrefresh.style = python:style.check_whitespace
/gem5/
H A DSConstructdiff 7807:15553b536bd6 Thu Dec 30 00:53:00 EST 2010 Nathan Binkert <nate@binkert.org> style: make style hook work with pre-qrefresh and update to use new code
clean up the code a little bit while we're at it.

I recommend that everyone adds the pre-qrefresh hook below since it
will make qref run the style hook and not just commit/qpush

[extensions]
style = <m5 path>/util/style.py

[hooks]
pretxncommit.style = python:style.check_whitespace
pre-qrefresh.style = python:style.check_whitespace

Completed in 66 milliseconds