Hooks pour darcs.

darcs-hash:20071209163827-af139-4930465f328e974b39c143f937c191281214115a.gz
This commit is contained in:
Jeremie Dimino 2007-12-09 17:38:27 +01:00
parent 120316c881
commit 5b445c1a89
3 changed files with 16 additions and 0 deletions

6
bin/all/darcs-record-prehook Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
author_file="_darcs/prefs/author"
if [ -f $author_file ]; then
echo "Suppression de $author_file."
rm -f $author_file
fi