/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: Jelmer Vernooij
  • Date: 2010-06-04 12:25:04 UTC
  • mfrom: (689.1.1 return-creds)
  • Revision ID: jelmer@samba.org-20100604122504-xe291u8la5uur0ij
Merge credentials fix from John.

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: