tests/test-issue436
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 05 Oct 2007 15:01:06 -0700
changeset 5396 5105b119edd2
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Add osutil module, containing a listdir function. This is similar to os.listdir, only it returns a sorted list of tuples.

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true