diff -r 32f348d741e5 -r 1d1779734c99 hgext/sparse.py --- a/hgext/sparse.py Sat Jul 15 13:07:57 2017 -0700 +++ b/hgext/sparse.py Sat Jul 15 13:21:23 2017 -0700 @@ -35,8 +35,7 @@ The special lines ``[include]`` and ``[exclude]`` denote the section for includes and excludes that follow, respectively. It is illegal to -have ``[include]`` after ``[exclude]``. If no sections are defined, -entries are assumed to be in the ``[include]`` section. +have ``[include]`` after ``[exclude]``. Non-special lines resemble file patterns to be added to either includes or excludes. The syntax of these lines is documented by :hg:`help patterns`.