@@ -73,3 +73,37 @@ RewriteRule ^css4-text/(.*)$ css-text-4/$1 [R=301,L]
7373#RewriteRule ^css3-tables-algorithms/(.*)$ css-tables-algorithm/$1 [R=301,L]
7474#RewriteRule ^css3-tables/(.*)$ css-table/$1 [R=301,L]
7575
76+
77+ # Unversioned URLs
78+ # ================
79+ # Treat the unversioned url as master,
80+ # and the numbered urls as tagged branches.
81+ # Except for exceptional circumstances,
82+ # always work in unversioned folders.
83+ # `hg copy` the folder into a versioned name when you publish CR,
84+ # and update the rule below to n+1,
85+ # so you can start work on the next level in an unversioned folder.
86+ #
87+ # No need to add a url here *until* you hit CR and start a new level.
88+ # If you start a new level before CR,
89+ # `hg copy` into an n+1 versioned folder,
90+ # then unversion it with `hg rename` when level n hits CR.
91+
92+ RewriteRule ^css-align-3/(.*)$ css-align/$1
93+ RewriteRule ^css-animations-1/(.*)$ css-animations/$1
94+ RewriteRule ^css-backgrounds-3/(.*)$ css-backgrounds/$1
95+ RewriteRule ^css-box-3/(.*)$ css-box/$1
96+ RewriteRule ^css-break-3/(.*)$ css-break/$1
97+ RewriteRule ^css-cascade-3/(.*)$ css-cascade/$1
98+ RewriteRule ^css-color-4/(.*)$ css-color/$1
99+ RewriteRule ^css-conditional-3/(.*)$ css-conditional/$1
100+ RewriteRule ^css-content-3/(.*)$ css-content/$1
101+ RewriteRule ^css-counter-styles-3/(.*)$ css-counter-styles/$1
102+ RewriteRule ^css-device-adapt-1/(.*)$ css-device-adapt/$1
103+ RewriteRule ^css-display-3/(.*)$ css-display/$1
104+ RewriteRule ^css-exclusions-3/(.*)$ css-exclusions/$1
105+ RewriteRule ^css-flexbox-1/(.*)$ css-flexbox/$1
106+ RewriteRule ^css-font-load-events-3/(.*)$ css-font-load-events/$1
107+ RewriteRule ^css-fonts-3/(.*)$ css-fonts/$1
108+ RewriteRule ^css-gcpm-3/(.*)$ css-gcpm/$1
109+ RewriteRule ^css-grid-1/(.*)$ css-grid/$1
0 commit comments