lp://staging/~tony-badwolf/quickly/templatetools
- Get this branch:
- bzr branch lp://staging/~tony-badwolf/quickly/templatetools
Branch merges
Branch information
Recent revisions
- 641. By Tony Byrne <email address hidden> <email address hidden>
-
enhances templatetools.
update_ file_content
original version forces template writer to write convoluted codefor instance ubuntu-
application. package. py contains
# Prepend the start-match line, because update_file_content replaces itI 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:
passincludes 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 codefor instance ubuntu-
application. package. py contains
# Prepend the start-match line, because update_file_content replaces itI 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
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/quickly