From fecf268680f6ab491bafb107c3f03402b66f3647 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 30 Dec 2008 18:52:40 -0500 Subject: Added revision stamping --- includes/footer.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/footer.php b/includes/footer.php index b49559b..dadb6f5 100755 --- a/includes/footer.php +++ b/includes/footer.php @@ -244,6 +244,8 @@ if (!isset($noRightbar)) } } +$template->add('REVISION', exec('hg tip --template {rev}')); + $template->display(); ?> -- cgit 1.4.1