changeset 27254 | 6ca28c47228a |
parent 27247 | be7ef03d7fb6 |
child 27255 | 5606f7d0d063 |
--- a/mercurial/commands.py Sat Dec 05 20:24:39 2015 -0800 +++ b/mercurial/commands.py Sun Dec 06 17:16:37 2015 +0900 @@ -1590,15 +1590,15 @@ Examples: - - commit all files ending in .py: + - commit all files ending in .py:: hg commit --include "set:**.py" - - commit all non-binary files: + - commit all non-binary files:: hg commit --exclude "set:binary()" - - amend the current commit and set the date to now: + - amend the current commit and set the date to now:: hg commit --amend --date now """