~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/rules.py

  • Committer: Ian Clatworthy
  • Date: 2008-06-26 01:29:05 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-20080626012905-mani248eym8c2kqy
namespace keyword changed to name

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
RULES_TREE_FILENAME = ".bzrrules"
33
33
 
34
34
# Namespace prefix for per file preferences
35
 
FILE_PREFS_PREFIX = 'for '
 
35
FILE_PREFS_PREFIX = 'name '
36
36
FILE_PREFS_PREFIX_LEN = len(FILE_PREFS_PREFIX)
37
37
 
38
38