hgbook
view en/99book.bib @ 307:fb5c0d56d7f1
Fix test 'tour'.
Executing 'tour' test now creates some files in /tmp to store the
revision numbers as they are created on the fly and appear in the output
files. When SVG files are to be converted to PNG or EPS files within the
Makefile, a tool 'fixsvg' will be invoked to substitute some placeholder
markup by the real version number which fits to the test output, before
the final conversion takes place.
Executing 'tour' test now creates some files in /tmp to store the
revision numbers as they are created on the fly and appear in the output
files. When SVG files are to be converted to PNG or EPS files within the
Makefile, a tool 'fixsvg' will be invoked to substitute some placeholder
markup by the real version number which fits to the test output, before
the final conversion takes place.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 22:15:35 2008 +0200 (2008-08-20) |
parents | 7301e64c362e |
children |
line source
1 @Unpublished{gruenbacher:2005,
2 author = {Andreas Gruenbacher},
3 title = {How To Survive With Many Patches (Introduction to \texttt{quilt})},
4 year = {2005},
5 month = {June},
6 note = {\url{http://www.suse.de/~agruen/quilt.pdf}},
7 }
9 @InProceedings{web:europython,
10 author = {Bryan O'Sullivan},
11 title = {Achieving High Performance in Mercurial},
12 booktitle = {EuroPython Conference},
13 year = {2006},
14 month = {July},
15 note = {\url{XXX}},
16 }
18 @Misc{web:diffstat,
19 author = {Thomas Dickey},
20 title = {\texttt{diffstat}--make a histogram of \texttt{diff} output},
21 note = {\url{http://dickey.his.com/diffstat/diffstat.html}},
22 }
24 @Misc{web:quilt,
25 author = {Andreas Gruenbacher, Martin Quinson, Jean Delvare},
26 title = {Patchwork Quilt},
27 note = {\url{http://savannah.nongnu.org/projects/quilt}},
28 }
30 @Misc{web:patchutils,
31 author = {Tim Waugh},
32 title = {\texttt{patchutils}--programs that operate on patch files},
33 note = {\url{http://cyberelk.net/tim/patchutils/}},
34 }
36 @Misc{web:mpatch,
37 author = {Chris Mason},
38 title = {\texttt{mpatch}--help solve patch rejects},
39 note = {\url{http://oss.oracle.com/~mason/mpatch/}},
40 }
42 @Misc{web:wiggle,
43 author = {Neil Brown},
44 title = {\texttt{wiggle}--apply conflicting patches},
45 note = {\url{http://cgi.cse.unsw.edu.au/~neilb/source/wiggle/}},
46 }
48 @Misc{web:mysql-python,
49 author = {Andy Dustman},
50 title = {MySQL for Python},
51 note = {\url{http://sourceforge.net/projects/mysql-python}},
52 }
54 @Misc{web:changelog,
55 author = {Richard Stallman, GNU Project volunteers},
56 title = {GNU Coding Standards---Change Logs},
57 note = {\url{http://www.gnu.org/prep/standards/html_node/Change-Logs.html}},
58 }
60 @Misc{web:macpython,
61 author = {Bob Ippolito, Ronald Oussoren},
62 title = {Universal MacPython},
63 note = {\url{http://bob.pythonmac.org/archives/2006/04/10/python-and-universal-binaries-on-mac-os-x/}},
64 }
66 @Misc{web:putty,
67 author = {Simon Tatham},
68 title = {PuTTY---open source ssh client for Windows},
69 note = {\url{http://www.chiark.greenend.org.uk/~sgtatham/putty/}},
70 }
72 @Misc{web:configparser,
73 author = {Python.org},
74 title = {\texttt{ConfigParser}---Configuration file parser},
75 note = {\url{http://docs.python.org/lib/module-ConfigParser.html}},
76 }