/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 182.2.2 18 years ago Jelmer Vernooij Prepare for 0.15.2 795 bytes Diff Download File
colormap.py 260 17 years ago Aaron Bentley Fix hue selection to use author in gannotate 3 KB Diff Download File
config.py 634 16 years ago Vincent Ladeuil Fix bug #373157 by properly setting the default va 3.3 KB Diff Download File
gannotate.py 630 16 years ago Jelmer Vernooij Use _get_nick(local=True) rather than .nick to get 19.4 KB Diff Download File
spanselector.py 49 19 years ago Jelmer Vernooij Merge in Dan Loda's gannotate plugin and put it in 6.8 KB Diff Download File