projects
/
invirt/scripts/git-migration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5eb3c
)
Deal with package_branches.
author
Anders Kaseorg
<andersk@mit.edu>
Sun, 20 Sep 2009 05:09:53 +0000
(
01:09
-0400)
committer
Anders 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
patch
|
blob
|
history
diff --git
a/rules.mako
b/rules.mako
index
4f91e20
..
291d70c
100644
(file)
--- a/
rules.mako
+++ b/
rules.mako
@@
-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