comparison mercurial/help/templates.txt @ 30731:b8a188a6f191

help: merge the various operator sections of revsets, filesets and templates Having sections for specific operator types assumes the user already knows what type of operators are supported. By having a common heading, the user can simply lookup help for "(revsets|filesets|templates).operators".
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 08 Jan 2017 12:05:10 -0500
parents 107014f4848b
children de86a6872d06
comparison
equal deleted inserted replaced
30730:107014f4848b 30731:b8a188a6f191
50 50
51 In addition to filters, there are some basic built-in functions: 51 In addition to filters, there are some basic built-in functions:
52 52
53 .. functionsmarker 53 .. functionsmarker
54 54
55 Infix 55 Operators
56 ===== 56 =========
57 57
58 We provide a limited set of infix arithmetic operations on integers:: 58 We provide a limited set of infix arithmetic operations on integers::
59 59
60 + for addition 60 + for addition
61 - for subtraction 61 - for subtraction