docs: fix doc indentation error

Summary: This is breaking the build.

Differential Revision: D15260335

fbshipit-source-id: 0d52414ac465d5ebeb4ba31ec9bf4016e193c7ed
This commit is contained in:
Durham Goode 2019-05-08 09:05:49 -07:00 committed by Facebook Github Bot
parent 7cdba1875d
commit 4a3e46181a

View File

@ -102,10 +102,8 @@ def purge(ui, repo, *dirs, **opts):
- Modified and unmodified tracked files
- Ignored files (unless --all is specified)
- New files added to the repository with :hg:`add`, but not yet
committed
- Empty directories that contain no files (unless --dirs is
specified)
- New files added to the repository with :hg:`add`, but not yet committed
- Empty directories that contain no files (unless --dirs is specified)
If directories are given on the command line, only files in these
directories are considered.