##// END OF EJS Templates
Partly revert "remove now-obsolete use of skip_doctest outside core"...
Partly revert "remove now-obsolete use of skip_doctest outside core" This partly reverts commit 02234da0d461f5ddee142d51952dc10a86b8074e. test_decorators.py is intended to test skip_doctest, the removing was wrong.

File last commit:

r26660:5b907230
r26938:fda2ebea
Show More
pastebin-expiry-days.rst
7 lines | 269 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / pastebin-expiry-days.rst
Eyenpi
add the what's new entry for pastebin option
r26659 Pastebin magic expiry days option
Blazej Michalik
Fix RST warning in docs ...
r26660 =================================
Eyenpi
add the what's new entry for pastebin option
r26659
The Pastebin magic now has ``-e`` option to determine
the number of days for paste expiration. For example
the paste that created with ``%pastebin -e 20 1`` magic will
be available for next 20 days.