diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-14 01:54:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-14 01:54:25 -0400 |
commit | 4cd2746bbe7250ee5ddf7f2f7df9c7eccaaa83de (patch) | |
tree | bbca7f4979504bcb169a4ed54aab7a3dd330c22a /pre-install.d/50uncommitted-changes | |
parent | 63dbaa8e2a8bef7413142b108d9bf7a8cd950910 (diff) |
remove unused function
(Note that this function was missing bzr support. Tch tch.)
Diffstat (limited to 'pre-install.d/50uncommitted-changes')
-rwxr-xr-x | pre-install.d/50uncommitted-changes | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pre-install.d/50uncommitted-changes b/pre-install.d/50uncommitted-changes index 8c0d4d6..d06883d 100755 --- a/pre-install.d/50uncommitted-changes +++ b/pre-install.d/50uncommitted-changes @@ -1,14 +1,6 @@ #!/bin/sh set -e -status() { - if [ "$VCS" = git ]; then - git status - elif [ "$VCS" = hg ]; then - hg status - fi -} - if [ "$1" = "fail-debconf" ]; then . /usr/share/debconf/confmodule db_subst etckeeper/commit_failed VCS "$VCS" |