comparison en/daily.tex @ 178:1b55292716a4

correct single typo in chpt 5 text
author Steve Guidon <steve.guidon@gmail.com>
date Thu, 29 Mar 2007 19:55:18 +0100
parents 91a936be78b8
children 6413f88338df
comparison
equal deleted inserted replaced
177:c54f4c106fd5 178:1b55292716a4
39 it added, whereas it didn't do so when we added the file named 39 it added, whereas it didn't do so when we added the file named
40 \filename{a} in the earlier example. 40 \filename{a} in the earlier example.
41 41
42 What's going on is that in the former case, we explicitly named the 42 What's going on is that in the former case, we explicitly named the
43 file to add on the command line, so the assumption that Mercurial 43 file to add on the command line, so the assumption that Mercurial
44 makes in such cases is that we know what you were doing, and it 44 makes in such cases is that you know what you were doing, and it
45 doesn't print any output. 45 doesn't print any output.
46 46
47 However, when we \emph{imply} the names of files by giving the name of 47 However, when we \emph{imply} the names of files by giving the name of
48 a directory, Mercurial takes the extra step of printing the name of 48 a directory, Mercurial takes the extra step of printing the name of
49 each file that it does something with. This makes it more clear what 49 each file that it does something with. This makes it more clear what