view tests/test-empty @ 11890:9dac951d0185 stable

templatefilters: use \uxxxx style escape for JSON string It's embeddable in plain javascript, and also conforms to JSON standard.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 11 Aug 2010 01:06:21 +0900
parents 7e5f3480c45b
children
line wrap: on
line source

#!/bin/sh

hg init a
cd a
hg log
hg grep wah
hg manifest
hg verify
ls .hg
ls .hg/store

cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store