summaryrefslogtreecommitdiff
path: root/hg/post-apt.d/10hg-test
diff options
context:
space:
mode:
authorMathieu Clabaut <mathieu.clabaut@gmail.com>2007-12-21 15:47:30 -0600
committerJoey Hess <joey@kodama.kitenet.net>2008-01-03 19:53:46 -0500
commit2a2227a3a79e0c246c1d3e4a9af967724196c3b5 (patch)
tree420051945c18b26173b7d8a1edce5ecfca419e27 /hg/post-apt.d/10hg-test
parent73188e18a0967551f5d502793717a981fb27a688 (diff)
post-apt.d : Translation into mercurial idiom
Diffstat (limited to 'hg/post-apt.d/10hg-test')
-rw-r--r--hg/post-apt.d/10hg-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/hg/post-apt.d/10hg-test b/hg/post-apt.d/10hg-test
index e72f195..9149585 100644
--- a/hg/post-apt.d/10hg-test
+++ b/hg/post-apt.d/10hg-test
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
-if [ ! -d .git ]; then
+if [ ! -d .hg ]; then
echo "etckeeper warning: etckeeper is not yet enabled for $(pwd)" >&2
echo "etckeeper warning: run etckeeper init to enable it" >&2
fi