~ursinha/lp-qa-tools/bzr-tarmacland

« back to all changes in this revision

Viewing changes to pqm_submit.py

  • Committer: John Arbash Meinel
  • Date: 2007-11-06 02:48:35 UTC
  • Revision ID: john@arbash-meinel.com-20071106024835-vdzn55wsylj6wdnh
Update copyright and version information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005, 2006 by Canonical Ltd
 
1
# Copyright (C) 2005, 2006, 2007 by Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
29
29
 
30
30
 
31
31
class BadCommitMessage(errors.BzrError):
32
 
    
 
32
 
33
33
    _fmt = "The commit message %(msg)r cannot be used by pqm."
34
34
 
35
35
    def __init__(self, message):