# HG changeset patch # User Bryan O'Sullivan # Date 1152827911 25200 # Node ID f5ce861d6fcc32c322c7b82bcdc6983af440121f # Parent 535e87792eb1756ecbe0e0f27cd3038fbdb1e393 Fix description of quilt. diff -r 535e87792eb1 -r f5ce861d6fcc en/mq.tex --- a/en/mq.tex Wed Jul 12 00:14:52 2006 -0700 +++ b/en/mq.tex Thu Jul 13 14:58:31 2006 -0700 @@ -78,10 +78,10 @@ large following among open source software developers. Quilt manages a \emph{stack of patches} on top of a directory tree. -To begin, you tell quilt to manage a directory tree; it stores away -the names and contents of all files in the tree. To fix a bug, you -create a new patch (using a single command), edit the files you need -to fix, then ``refresh'' the patch. +To begin, you tell quilt to manage a directory tree, and tell it which +files you want to manage; it stores away the names and contents of +those files. To fix a bug, you create a new patch (using a single +command), edit the files you need to fix, then ``refresh'' the patch. The refresh step causes quilt to scan the directory tree; it updates the patch with all of the changes you have made. You can create