~mars/tarmac/throwaway-merge-source

« back to all changes in this revision

Viewing changes to tarmac/plugins/ciavc.py

  • Committer: Paul Hummer
  • Date: 2009-07-11 04:18:18 UTC
  • mfrom: (131 tarmac)
  • mto: This revision was merged to the branch mainline in revision 132.
  • Revision ID: paul@eventuallyanyway.com-20090711041818-jirjz6ert780jcx9
Merge from trunk, resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Paul Hummer - See LICENSE
 
1
# Copyright 2009 Paul Hummer
 
2
# This file is part of Tarmac.
 
3
#
 
4
# Tarmac is free software: you can redistribute it and/or modify
 
5
# it under the terms of the GNU General Public License version 3 as
 
6
# published by
 
7
# the Free Software Foundation.
 
8
#
 
9
# Tarmac is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
# GNU General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with Tarmac.  If not, see <http://www.gnu.org/licenses/>.
 
16
 
2
17
'''Tarmac plugin for enforcing a commit message format.
3
18
 
4
19
This code is derived from Jelmer Vernooij's CIA script for Bazaar that is found