/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 __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-02 15:29:17 UTC
  • Revision ID: jelmer@samba.org-20111102152917-7u4ac3okr363fped
Move commit message saving to separate file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
                              "bzrlib.plugins.gtk.commands")
131
131
 
132
132
def save_commit_messages(*args):
133
 
    from bzrlib.plugins.gtk import commit
134
 
    commit.save_commit_messages(*args)
 
133
    from bzrlib.plugins.gtk import commitmsgs
 
134
    commitmsgs.save_commit_messages(*args)
135
135
 
136
136
branch.Branch.hooks.install_named_hook('post_uncommit',
137
137
                                       save_commit_messages,