summaryrefslogtreecommitdiffstats
path: root/examples/config
blob: b7a20109be0d96b01ebcfbbbb2e047bcb598898e (plain) (blame)
1
2
3
4
5
6
7
8
9
;; -*- mode: scheme; -*-
;; 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" "?")
        '("/path/to/git/repo/frb")))