sapling/mercurial/help
Brodie Rao 2104af5ee2 revset: support raw string literals
This adds support for r'...' and r"..." as string literals. Strings
with the "r" prefix will not have their escape characters interpreted.

This is especially useful for grep(), where, with regular string
literals, \number is interpreted as an octal escape code, and \b is
interpreted as the backspace character (\x08).
2010-09-24 15:36:53 -05:00
..
config.txt Explain trust near hgrc in config help 2010-05-21 12:51:55 +03:00
dates.txt setup: install translation files as package data 2009-12-01 16:06:10 +01:00
diffs.txt help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
environment.txt help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
extensions.txt help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00
glossary.txt glossary: fixed typo 2010-08-17 17:33:42 +02:00
hgweb.txt help: add some help for hgweb.config files 2010-04-26 11:03:40 -05:00
multirevs.txt setup: install translation files as package data 2009-12-01 16:06:10 +01:00
patterns.txt setup: install translation files as package data 2009-12-01 16:06:10 +01:00
revisions.txt setup: install translation files as package data 2009-12-01 16:06:10 +01:00
revsets.txt revset: support raw string literals 2010-09-24 15:36:53 -05:00
templates.txt templater: add hex filter. 2010-09-22 00:14:57 +02:00
urls.txt help: refer to user configuration file more consistently 2010-08-27 22:36:35 -04:00