hgbook

diff en/ch05-daily.tex @ 558:8631da51309b

Slow progress on XML conversion
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Feb 09 23:25:40 2009 -0800 (2009-02-09)
parents 5cd47f721686
children
line diff
     1.1 --- a/en/ch05-daily.tex	Thu Jan 29 22:56:27 2009 -0800
     1.2 +++ b/en/ch05-daily.tex	Mon Feb 09 23:25:40 2009 -0800
     1.3 @@ -136,8 +136,7 @@
     1.4  reappear, in unmodified form.
     1.5  \interaction{daily.files.recover-missing}
     1.6  
     1.7 -\subsection{Aside: why tell Mercurial explicitly to 
     1.8 -  remove a file?}
     1.9 +\subsection{Aside: why tell Mercurial explicitly to remove a file?}
    1.10  
    1.11  You might wonder why Mercurial requires you to explicitly tell it that
    1.12  you are deleting a file.  Early during the development of Mercurial,
    1.13 @@ -146,8 +145,7 @@
    1.14  \hgcmd{commit}, and stop tracking the file.  In practice, this made it
    1.15  too easy to accidentally remove a file without noticing.
    1.16  
    1.17 -\subsection{Useful shorthand---adding and removing files
    1.18 -  in one step}
    1.19 +\subsection{Useful shorthand---adding and removing files in one step}
    1.20  
    1.21  Mercurial offers a combination command, \hgcmd{addremove}, that adds
    1.22  untracked files and marks missing files as removed.