The gcommit per file commit window not usable

Asked by mrainb0w

When I do bzr gcommit, a window is shown in which I can enter the per file commit messages. But this per file commit window is too small. And I am unable to make it big (and usable). My environment is given below:

$ bzr version
Bazaar (bzr) 2.4.1
  Python interpreter: /usr/bin/python 2.7.2
  Python standard library: /usr/lib/python2.7
  Platform: Linux-3.0.0-13-generic-x86_64-with-Ubuntu-11.10-oneiric
  bzrlib: /usr/lib/python2.7/dist-packages/bzrlib
  Bazaar configuration: /home/anna/.bazaar
  Bazaar log file: /home/anna/.bzr.log

Copyright 2005-2011 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

$

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar GTK+ Frontends Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Goyo (goyodiaz) said :
#1

Weeird. Isn't there a maximize button in the window title bar?

Revision history for this message
Jelmer Vernooij (jelmer) said :
#2

can you perhaps attach a screenshot?

Revision history for this message
mrainb0w (annamalai-gurusami) said :
#3

I have attached screenshot in the bug page
https://bugs.launchpad.net/bzr-gtk/+bug/904041

Revision history for this message
mrainb0w (annamalai-gurusami) said :
#4

In the screenshot, look at the text window just below "Commit message for storage/heap/hp_delete.c" and above "Global Commit Message". There is the problem.

Revision history for this message
Goyo (goyodiaz) said :
#5

Now I can see the problem. That commit messages for file are not even available in my bzr-gtk version (Bazaar GTK 0.101.0dev0) so I don't think I can help.

Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#6

Am 28/12/11 15:35, schrieb Goyo:
> Question #181621 on Bazaar GTK+ Frontends changed:
> https://answers.launchpad.net/bzr-gtk/+question/181621
>
> Goyo posted a new comment:
> Now I can see the problem. That commit messages for file are not even
> available in my bzr-gtk version (Bazaar GTK 0.101.0dev0) so I don't
> think I can help.
per-file commit messages are available in bzr-gtk 0.101.0 but you need
top explicitly enable them.

This particular issue is a bug. I suspect it was introduced when bzr-gtk
was ported to gtk3.

Cheers,

Jelmer

Revision history for this message
mrainb0w (annamalai-gurusami) said :
#7

Goyo, to enable it please put "per_file_commits = on" in the [DEFAULT] section of the ~/.bazaar/bazaar.conf file. Jelmer, my whole team would be glad if this problem is fixed or a workaround provided. Thanks for the support. I'll follow this in the bug page.

Revision history for this message
mrainb0w (annamalai-gurusami) said :
#8

Thanks Jelmer Vernooij, that solved my question.