# HG changeset patch # User Bryan O'Sullivan # Date 1121858694 28800 # Node ID d4e161d60f610f33fbe39d89f566add125002857 # Parent 1966c553f652b9be2d6d7b78ba9990069b592c4e Update docs for annotate and diff. diff -r 1966c553f652 -r d4e161d60f61 doc/hg.1.txt --- a/doc/hg.1.txt Wed Jul 20 03:23:12 2005 -0800 +++ b/doc/hg.1.txt Wed Jul 20 03:24:54 2005 -0800 @@ -73,6 +73,8 @@ place. options: + -I, --include include directories matching the given patterns + -X, --exclude exclude directories matching the given patterns -r, --revision annotate the specified revision -u, --user list the author -c, --changeset list the changeset @@ -133,6 +135,10 @@ revisions are specified, the working directory files are compared to its parent. + options: + -I, --include include directories matching the given patterns + -X, --exclude exclude directories matching the given patterns + export [-o filespec] [revision] ...:: Print the changeset header and diffs for one or more revisions.