Index: trunk/scripts/git-migration/rules.mako
===================================================================
--- trunk/scripts/git-migration/rules.mako	(revision 1943)
+++ trunk/scripts/git-migration/rules.mako	(revision 1944)
@@ -117,5 +117,5 @@
 % for package in packages:
 
-% if package == 'sipb-xen-database':
+%   if package == 'sipb-xen-database':
 match /trunk/packages/${package}/${package}-0/
   repository ${get_repo(package)}
@@ -123,7 +123,7 @@
   max revision 8
 end match
-% endif
-
-% if package in doubled_packages:
+%   endif
+
+%   if package in doubled_packages:
 match /trunk/packages/${package}/${package}/
   repository ${get_repo(package)}
@@ -135,9 +135,9 @@
   repository ${get_repo(package)}
   branch tags/${get_tag_prefix(package)}\1
-% if package == 'sipb-xen-dev':
+%     if package == 'sipb-xen-dev':
   max revision 318
-% else:
+%     else:
   max revision ${doubled_packages[package][0] - 1}
-% endif
+%     endif
 end match
 
@@ -151,15 +151,15 @@
   max revision ${doubled_packages[package][1]}
 end match
-% endif
+%   endif
 
 match /trunk/packages/${package}/
   repository ${get_repo(package)}
   branch ${get_branch(package)}
-% if package in doubled_packages:
+%   if package in doubled_packages:
   min revision ${doubled_packages[package][1] + 1}
-% endif
-% if package in punt:
+%   endif
+%   if package in punt:
   max revision ${punt[package] - 1}
-% endif
+%   endif
 end match
 
@@ -167,7 +167,7 @@
   repository ${get_repo(package)}
   branch tags/${get_tag_prefix(package)}\1
-% if package in doubled_packages:
+%   if package in doubled_packages:
   min revision ${doubled_packages[package][1]}
-% endif
+%   endif
 end match
 
@@ -175,7 +175,7 @@
   repository ${get_repo(package)}
   branch tags/${get_tag_prefix(package)}\1_\2
-% if package in doubled_packages:
+%   if package in doubled_packages:
   min revision ${doubled_packages[package][1]}
-% endif
+%   endif
 end match
 
