~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/ignores.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-11-10 22:28:27 UTC
  • mfrom: (2116.2.1 commit_strict_message)
  • Revision ID: pqm@pqm.ubuntu.com-20061110222827-633bf3bf822000a4
(John Arbash Meinel) Allow commit --strict to work again, by ignoring bzr-commit-* files

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    '*~',
93
93
    '.#*',
94
94
    '[#]*#',
 
95
    './bzr-commit-*',
95
96
]
96
97
 
97
98