Deal with package_branches.
authorAnders Kaseorg <andersk@mit.edu>
Sun, 20 Sep 2009 05:09:53 +0000 (01:09 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 20 Sep 2009 05:09:53 +0000 (01:09 -0400)
svn path=/trunk/scripts/git-migration/; revision=2471

rules.mako

index 4f91e20..291d70c 100644 (file)
@@ -93,6 +93,11 @@ match /trunk/packages/${package}/
 %   endif
 end match
 
+match /package_branches/${package}/([^/~]+)/
+  repository ${get_repo(package)}
+  branch ${get_tag_prefix(package)}\1
+end match
+
 match /package_tags/${package}/([^/~]+)/
   repository ${get_repo(package)}
   branch refs/tags/${get_tag_prefix(package)}\1