/b-gtk/fix-viz

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

  • Committer: Vincent Ladeuil
  • Date: 2009-05-28 15:14:14 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20090528151414-q5rlh8kaicx2hgqo
Implement commit message saving without modifying bzrlib.

* tests/test_commit.py:
(TestSavedCommitMessages.setUp): Install the post_uncommit hook
for all relevant tests.
(TestUncommitHook.setUp): Use explicit rev-ids to ease debugging.

* commit.py: 
Fix imports. Integrate SavedCommitMessagesManager so that we don't
need to modify bzrlib anymore.
(CommitDialog.__init__, CommitDialog._fill_in_files,
CommitDialog._construct_global_message, CommitDialog._do_cancel,
CommitDialog._do_commit): Stop testing can_save_commit_messages,
SavedCommitMessagesManager is always available now.
(SavedCommitMessagesManager): Borrowed from Anne Mohsen's patch.
(save_commit_messages): Implement the post_uncommit hook.

* __init__.py:
Install a lazy hook.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 619 16 years ago Jelmer Vernooij Add notifications tab in preferences dialog. 2.6 KB Diff Download File
identity.py 615 16 years ago rodney.dawes at canonical * preferences/__init__.py: Remove the dialog sep 3.5 KB Diff Download File
notifications.py 621 16 years ago Jelmer Vernooij Merge trunk, add cia/email fields. 2.5 KB Diff Download File
plugins.py 615 16 years ago rodney.dawes at canonical * preferences/__init__.py: Remove the dialog sep 4.3 KB Diff Download File
TODO 621 16 years ago Jelmer Vernooij Merge trunk, add cia/email fields. 55 bytes Diff Download File