SConstruct (7816:b5003ac75977) | SConstruct (7827:49b7d40ee88a) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2011 Advanced Micro Devices, Inc. 4# Copyright (c) 2009 The Hewlett-Packard Development Company 5# Copyright (c) 2004-2005 The Regents of The University of Michigan 6# All rights reserved. 7# 8# Redistribution and use in source and binary forms, with or without --- 163 unchanged lines hidden (view full) --- 172All you'd need to do is add the following lines to your repository .hg/hgrc 173or your personal .hgrc 174---------------- 175 176[extensions] 177style = %s/util/style.py 178 179[hooks] | 1# -*- mode:python -*- 2 3# Copyright (c) 2011 Advanced Micro Devices, Inc. 4# Copyright (c) 2009 The Hewlett-Packard Development Company 5# Copyright (c) 2004-2005 The Regents of The University of Michigan 6# All rights reserved. 7# 8# Redistribution and use in source and binary forms, with or without --- 163 unchanged lines hidden (view full) --- 172All you'd need to do is add the following lines to your repository .hg/hgrc 173or your personal .hgrc 174---------------- 175 176[extensions] 177style = %s/util/style.py 178 179[hooks] |
180pretxncommit.style = python:style.check_whitespace 181pre-qrefresh.style = python:style.check_whitespace | 180pretxncommit.style = python:style.check_style 181pre-qrefresh.style = python:style.check_style |
182""" % (main.root) 183 184mercurial_bin_not_found = """ 185Mercurial binary cannot be found, unfortunately this means that we 186cannot easily determine the version of M5 that you are running and 187this makes error messages more difficult to collect. Please consider 188installing mercurial if you choose to post an error message 189""" --- 823 unchanged lines hidden --- | 182""" % (main.root) 183 184mercurial_bin_not_found = """ 185Mercurial binary cannot be found, unfortunately this means that we 186cannot easily determine the version of M5 that you are running and 187this makes error messages more difficult to collect. Please consider 188installing mercurial if you choose to post an error message 189""" --- 823 unchanged lines hidden --- |