summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/config b/examples/config
new file mode 100644
index 0000000..f4aec4f
--- /dev/null
+++ b/examples/config
@@ -0,0 +1,8 @@
+;; -*- mode: scheme; -*-
+;; public domain. no rights reserved.
+
+(define (difme-repos)
+ (list '("/path/to/git/repo/foo" "M" "D" "?")
+ '("/path/to/git/repo/bar" "M")
+ '("/path/to/git/repo/baz" "M" "?")
+ '("/path/to/git/repo/frb")))