SConstruct (7769:d4216d81c99e) SConstruct (7807:15553b536bd6)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
4# Copyright (c) 2004-2005 The Regents of The University of Michigan
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions are

--- 151 unchanged lines hidden (view full) ---

160or your personal .hgrc
161----------------
162
163[extensions]
164style = %s/util/style.py
165
166[hooks]
167pretxncommit.style = python:style.check_whitespace
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
4# Copyright (c) 2004-2005 The Regents of The University of Michigan
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions are

--- 151 unchanged lines hidden (view full) ---

160or your personal .hgrc
161----------------
162
163[extensions]
164style = %s/util/style.py
165
166[hooks]
167pretxncommit.style = python:style.check_whitespace
168pre-qrefresh.style = python:style.check_whitespace
168""" % (main.root)
169
170mercurial_bin_not_found = """
171Mercurial binary cannot be found, unfortunately this means that we
172cannot easily determine the version of M5 that you are running and
173this makes error messages more difficult to collect. Please consider
174installing mercurial if you choose to post an error message
175"""

--- 758 unchanged lines hidden ---
169""" % (main.root)
170
171mercurial_bin_not_found = """
172Mercurial binary cannot be found, unfortunately this means that we
173cannot easily determine the version of M5 that you are running and
174this makes error messages more difficult to collect. Please consider
175installing mercurial if you choose to post an error message
176"""

--- 758 unchanged lines hidden ---