comparison en/ch07-filenames.xml @ 724:cfdb601a3c8b

Fix imagedata fileref in xml files, and replace ':' with '.' in id attribute
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu, 12 Mar 2009 15:51:39 +0800
parents 13513d2a128d
children
comparison
equal deleted inserted replaced
723:3c5e1c03cc3e 724:cfdb601a3c8b
1 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> 1 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
2 2
3 <chapter id="chap:names"> 3 <chapter id="chap.names">
4 <?dbhtml filename="file-names-and-pattern-matching.html"?> 4 <?dbhtml filename="file-names-and-pattern-matching.html"?>
5 <title>File names and pattern matching</title> 5 <title>File names and pattern matching</title>
6 6
7 <para>Mercurial provides mechanisms that let you work with file 7 <para>Mercurial provides mechanisms that let you work with file
8 names in a consistent and expressive way.</para> 8 names in a consistent and expressive way.</para>
272 <title>Ignoring unwanted files and directories</title> 272 <title>Ignoring unwanted files and directories</title>
273 273
274 <para>XXX.</para> 274 <para>XXX.</para>
275 275
276 </sect1> 276 </sect1>
277 <sect1 id="sec:names:case"> 277 <sect1 id="sec.names.case">
278 <title>Case sensitivity</title> 278 <title>Case sensitivity</title>
279 279
280 <para>If you're working in a mixed development environment that 280 <para>If you're working in a mixed development environment that
281 contains both Linux (or other Unix) systems and Macs or Windows 281 contains both Linux (or other Unix) systems and Macs or Windows
282 systems, you should keep in the back of your mind the knowledge 282 systems, you should keep in the back of your mind the knowledge