hgext/sparse.py
changeset 33551 1d1779734c99
parent 33496 258298f4712b
child 33685 e1c56486d1aa
--- 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`.