comment and improve docs
This commit is contained in:
parent
d85d8b08d1
commit
5d1ad2b4b2
2 changed files with 13 additions and 2 deletions
|
@ -225,11 +225,11 @@ elsewhere to allow removing it).
|
|||
|
||||
* `anything`
|
||||
|
||||
Matches any version of any file.
|
||||
Always matches.
|
||||
|
||||
* `nothing`
|
||||
|
||||
Matches nothing. (Same as "not anything")
|
||||
Never matches. (Same as "not anything")
|
||||
|
||||
* `not expression`
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 4"""
|
||||
date="2016-04-04T20:01:42Z"
|
||||
content="""
|
||||
@Don, when a preferred content expression matches
|
||||
based on the name of a file, it will only match objects used by
|
||||
files currently in the tree, and not objects used by old versions.
|
||||
|
||||
So, what you want is probably as simple as "include=*"
|
||||
"""]]
|
Loading…
Reference in a new issue