Mercurial > hg
changeset 25852:870e361e049c
shelve: make maxbackup doc check-config friendly
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 18 Jul 2015 14:17:46 -0500 |
parents | bf3d10f0c34a |
children | 81802d1355ac |
files | hgext/shelve.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/shelve.py Sat Jul 18 14:17:17 2015 -0500 +++ b/hgext/shelve.py Sat Jul 18 14:17:46 2015 -0500 @@ -563,7 +563,7 @@ After a successful unshelve, the shelved changes are stored in a backup directory. Only the N most recent backups are kept. N - defaults to 10 but can be overridden using the shelve.maxbackups + defaults to 10 but can be overridden using the ``shelve.maxbackups`` configuration option. .. container:: verbose