/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to commit.py

  • Committer: Vincent Ladeuil
  • Date: 2010-02-24 08:56:08 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20100224085608-ybyx6m452lc5iua2
Open 0.99.0 for development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
 
17
import os.path
17
18
import re
18
19
 
19
20
try:
27
28
import pango
28
29
 
29
30
from bzrlib import (
 
31
    branch,
30
32
    errors,
31
33
    osutils,
32
34
    trace,
810
812
            self.global_message = u''
811
813
            self.file_messages = {}
812
814
        else:
813
 
            config = branch.get_config()
 
815
            config = branch.get_config()._get_branch_data_config()
814
816
            self.global_message = config.get_user_option(
815
817
                'gtk_global_commit_message')
816
818
            if self.global_message is None: