aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/arch.py')
-rw-r--r--libbe/arch.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/libbe/arch.py b/libbe/arch.py
index 7edba37..b7c8a0b 100644
--- a/libbe/arch.py
+++ b/libbe/arch.py
@@ -172,5 +172,14 @@ def detect(path):
old_path = path
path = os.path.join('..', path)
+def precommit(directory):
+ pass
+
+def commit(directory, summary, body=None):
+ pass
+
+def postcommit(directory):
+ pass
+
name = "Arch"