# HG changeset patch # User Dale Wijnand # Date 1327447080 -3600 # Node ID 97c27cccb45897f740c4c9a9f221d7b22d888aea # Parent f9395e8dcb7b489ae976042bc93fd4298d689370 Document the quiet filter on the tags keyword. diff -r f9395e8dcb7b -r 97c27cccb458 docs/wiki/documentation/keywords/index.mdown --- a/docs/wiki/documentation/keywords/index.mdown Tue Jan 24 23:56:25 2012 +0100 +++ b/docs/wiki/documentation/keywords/index.mdown Wed Jan 25 00:18:00 2012 +0100 @@ -157,6 +157,9 @@ ##tags## : Display the tags of the current parent, separated by a space. + |quiet + Display the tags of the current parent, excluding the tag "tip". + |SEP : Display the tags of the current parent, separated by `SEP`. diff -r f9395e8dcb7b -r 97c27cccb458 prompt.py --- a/prompt.py Tue Jan 24 23:56:25 2012 +0100 +++ b/prompt.py Wed Jan 25 00:18:00 2012 +0100 @@ -600,6 +600,9 @@ tags Display the tags of the current parent, separated by a space. + |quiet + Display the tags of the current parent, excluding the tag "tip". + |SEP Display the tags of the current parent, separated by `SEP`.