summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-10 19:22:38 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-10 19:22:38 +0000
commitfc5f1a670eaf2918c48c7ac276414f3ff7f161bb (patch)
tree4e615f1283c7b6636fc82ccee0f80995baa6f823 /examples
parente9f32c17ff1c48f0bf4a1545d19fe001a29054d8 (diff)
update examples/config.
* example/config (difme-repos): add docstring.
Diffstat (limited to 'examples')
-rw-r--r--examples/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config b/examples/config
index f4aec4f..b7a2010 100644
--- a/examples/config
+++ b/examples/config
@@ -2,6 +2,7 @@
;; public domain. no rights reserved.
(define (difme-repos)
+ "path to repos must be absolute."
(list '("/path/to/git/repo/foo" "M" "D" "?")
'("/path/to/git/repo/bar" "M")
'("/path/to/git/repo/baz" "M" "?")