~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/rules.py

  • Committer: Ian Clatworthy
  • Date: 2008-05-16 07:23:42 UTC
  • mto: (3515.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3516.
  • Revision ID: ian.clatworthy@canonical.com-20080516072342-mask6fiqzepounjt
minor tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
def rules_filename():
94
94
    """Return the default rules filename."""
95
 
    return osutils.pathjoin(config.config_dir(), 'rules')
 
95
    return osutils.pathjoin(config.config_dir(), 'bazaar.rules')
96
96
 
97
97
 
98
98
# The object providing default rules