]> Pileus Git - ~andy/fetchmail/blob - vcs-tools/fetchmail.rules
Update German translation.
[~andy/fetchmail] / vcs-tools / fetchmail.rules
1 #
2 # Declare the repositories we know about:
3 #
4
5 create repository fetchmail
6 end repository
7
8 #
9 # Declare the rules
10 # Note: rules must end in a slash
11 #
12
13 match /branches/([^/]+)/
14   repository fetchmail
15   branch \1
16 end match
17
18 match /tags/([^/]+)/
19   repository fetchmail
20   branch _tag_\1
21 end match
22
23 match /trunk/
24   repository fetchmail
25   branch master
26 end match
27
28 match /vendor/([^/]+)/
29   repository fetchmail
30   branch vendor_\1
31 end match
32
33 # fix a goofup
34 match /branches/branch_6-2
35 end match