hgbook

annotate en/99book.bib @ 134:b727a63518d4

Minor updates to race description.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Jul 21 22:42:19 2006 -0700 (2006-07-21)
parents 81454425eee9
children 70d07ff31ee4
rev   line source
bos@2 1 @Unpublished{gruenbacher:2005,
bos@2 2 author = {Andreas Gruenbacher},
bos@15 3 title = {How To Survive With Many Patches (Introduction to \texttt{quilt})},
bos@2 4 year = {2005},
bos@2 5 month = {June},
bos@2 6 note = {\url{http://www.suse.de/~agruen/quilt.pdf}},
bos@2 7 }
bos@2 8
bos@17 9 @InProceedings{web:europython,
bos@17 10 author = {Bryan O'Sullivan},
bos@17 11 title = {Achieving High Performance in Mercurial},
bos@17 12 booktitle = {EuroPython Conference},
bos@17 13 year = {2006},
bos@17 14 month = {July},
bos@17 15 note = {\url{XXX}},
bos@17 16 }
bos@17 17
bos@16 18 @Misc{web:diffstat,
bos@16 19 author = {Thomas Dickey},
bos@16 20 title = {\texttt{diffstat}--make a histogram of \texttt{diff} output},
bos@16 21 note = {\url{http://dickey.his.com/diffstat/diffstat.html}},
bos@16 22 }
bos@16 23
bos@2 24 @Misc{web:quilt,
bos@2 25 author = {Andreas Gruenbacher, Martin Quinson, Jean Delvare},
bos@2 26 title = {Patchwork Quilt},
bos@2 27 note = {\url{http://savannah.nongnu.org/projects/quilt}},
bos@2 28 }
bos@2 29
bos@16 30 @Misc{web:patchutils,
bos@16 31 author = {Tim Waugh},
bos@16 32 title = {\texttt{patchutils}--programs that operate on patch files},
bos@16 33 note = {\url{http://cyberelk.net/tim/patchutils/}},
bos@16 34 }
bos@16 35
bos@15 36 @Misc{web:rej,
bos@15 37 author = {Chris Mason},
bos@15 38 title = {\texttt{rej}--help solve patch rejects},
bos@15 39 note = {\url{ftp://ftp.suse.com/pub/people/mason/rej/}},
bos@15 40 }
bos@15 41
bos@15 42 @Misc{web:wiggle,
bos@15 43 author = {Neil Brown},
bos@15 44 title = {\texttt{wiggle}--apply conflicting patches},
bos@15 45 note = {\url{http://cgi.cse.unsw.edu.au/~neilb/source/wiggle/}},
bos@15 46 }
bos@15 47