summaryrefslogtreecommitdiff
path: root/unclean.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-11 15:09:35 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-11 15:09:35 -0400
commitc7efb544a4c49e3c699a22e2b66aab759a974a92 (patch)
treeb234a871a10329d01090bc16e999dc0dba7a55cc /unclean.d
parent6398f205b74c158eecdf2ed6a057f77f64db0340 (diff)
did not mean to add this..
Diffstat (limited to 'unclean.d')
-rwxr-xr-xunclean.d/50test.orig8
1 files changed, 0 insertions, 8 deletions
diff --git a/unclean.d/50test.orig b/unclean.d/50test.orig
deleted file mode 100755
index ef8ea93..0000000
--- a/unclean.d/50test.orig
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$VCS" = git ]; then
- [ -d .git ] && [ -n "`git-ls-files --modified --deleted --others --exclude-standard`" ]
-elif [ "$VCS" = hg ]; then
- [ -d .hg ] && ! hg status 2>&1 | wc -l | grep -q "^0$"
-fi