lp:~tony-badwolf/quickly/templatetools

Created by Tony Byrne and last modified
Get this branch:
bzr branch lp:~tony-badwolf/quickly/templatetools
Only Tony Byrne can upload to this branch. If you are Tony Byrne please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tony Byrne
Project:
Quickly
Status:
Development

Recent revisions

642. By Tony Byrne <email address hidden> <email address hidden>

merge trunk

641. By Tony Byrne <email address hidden> <email address hidden>

enhances templatetools.update_file_content
original version forces template writer to write convoluted code

for instance ubuntu-application.package.py contains
    # Prepend the start-match line, because update_file_content replaces it

I needed to remove a try/except block from a template
but this function kept the end marker (\n pass\n)
the best I could do with original function was to replace it by
try:
    pass
except:
    pass

includes tests

640. By Tony Byrne <email address hidden> <email address hidden>

some test_templatetools improvement

639. By Tony Byrne <email address hidden> <email address hidden>

enhances templatetools.update_file_content
original version forces template writer to write convoluted code

for instance ubuntu-application.package.py contains
    # Prepend the start-match line, because update_file_content replaces it

I needed to remove a try/except block from a template
but this function kept the end marker (\n pass\n)
the best I could do with original function was to replace it by
try:
    pass
except:
    pass

638. By Michael Terry

fix upgrade errors around Builder.py

637. By Didier Roche-Tolomelli

use gtk2 version of glade

636. By Michael Terry

translation update

635. By Michael Terry

allow upgrading old projects's use of PyGI to PyGObject

634. By Michael Terry

update version to 11.09

633. By Michael Terry

translation and NEWS update

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:quickly
This branch contains Public information 
Everyone can see this information.

Subscribers