lp://staging/~phanatic/bzr-gtk/bug377476
- Get this branch:
- bzr branch lp://staging/~phanatic/bzr-gtk/bug377476
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 636. By Szilveszter Farkas
-
Treating Spawn.ChildExited DBUS exception as Seahorse not available, too.
- 634. By Vincent Ladeuil
-
Fix bug #373157 by properly setting the default values.
* tests/test_
annotate_ config. py:
(TestConfig.test_create_ initial_ config) : Urgh, remove pdb breakpoint. * annotate/config.py:
(gannotate_configspec) : Deleted, can't be used for default values
and not used for validation: useless.
(gannotate_config_ filename) : Turned into a function so that tests
get proper isolated result (evaluating the path at load time
forbids the test framework overriding).
(GAnnotateConfig.__init_ _): Add default values *only* if the
'window' section doesn't exist. Assigning them unconditionally
defeats the config file purpose... Also delete the 'spans' section
since nobody use it.
(GAnnotateConfig.apply) : Coerce config values when we use them.
(Gannotateconfig._save_ custom_ spans): Deleted (dead code). - 633. By Vincent Ladeuil
-
Reproduce bug #373157 root cause.
* tests/test_
annotate_ config. py:
Reproduce bug #373157.* tests/__init__.py:
(load_tests): Add test_annotate_config. - 632. By Vincent Ladeuil
-
Upgrade to the new loading tests API.
* tests/__init__.py:
(load_tests): Upgrade to the new loading tests API.* __init__.py:
(load_tests): Upgrade to the new loading tests API. - 630. By Jelmer Vernooij
-
Use _get_nick(
local=True) rather than .nick to get at a branches' nick, since
the previous might check the nickname of the master branch, which will be slow.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6RichRoot (bzr 1.9)
- Stacked on:
- lp://staging/bzr-gtk/gtk2