aboutsummaryrefslogtreecommitdiffstats
path: root/vcs-tools/fetchmail.rules
diff options
context:
space:
mode:
Diffstat (limited to 'vcs-tools/fetchmail.rules')
-rw-r--r--vcs-tools/fetchmail.rules35
1 files changed, 35 insertions, 0 deletions
diff --git a/vcs-tools/fetchmail.rules b/vcs-tools/fetchmail.rules
new file mode 100644
index 00000000..d447c5fe
--- /dev/null
+++ b/vcs-tools/fetchmail.rules
@@ -0,0 +1,35 @@
+#
+# Declare the repositories we know about:
+#
+
+create repository fetchmail
+end repository
+
+#
+# Declare the rules
+# Note: rules must end in a slash
+#
+
+match /branches/([^/]+)/
+ repository fetchmail
+ branch \1
+end match
+
+match /tags/([^/]+)/
+ repository fetchmail
+ branch _tag_\1
+end match
+
+match /trunk/
+ repository fetchmail
+ branch master
+end match
+
+match /vendor/([^/]+)/
+ repository fetchmail
+ branch vendor_\1
+end match
+
+# fix a goofup
+match /branches/branch_6-2
+end match