tests/test-empty
author Matt Mackall <mpm@selenic.com>
Mon, 13 Nov 2006 13:26:57 -0600
changeset 3641 7b064d8bac5e
parent 1338 2b77ea66fe70
permissions -rwxr-xr-x
template: fold template() into __call__, minor optimizations - use non-grouping operator to avoid some extra processing - avoid copying and updating defaults - unnest main template body - avoid returning extra empty string if format
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1338
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     1
#!/bin/sh
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     2
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     3
hg init
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     4
hg log
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     5
hg grep wah
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     6
hg manifest
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
     7
hg verify