Lines Matching refs:DEFAULT
38 Channel.DEFAULT = Channel.STABLE
62 # their default caches will override each other. This is bad!
104 # if there's no subdirectory, choose the default channel
109 channel = Channel.DEFAULT
110 if(Channel.DEFAULT == Channel.TRUNK):
127 # if the subdirectory doesn't correspond to a channel, use the default
129 channel = Channel.DEFAULT
130 if(Channel.DEFAULT == Channel.TRUNK):
230 self.response.out.write("<br/>Testing DEFAULT<br/>")
231 temp = Channel.DEFAULT
232 Channel.DEFAULT = Channel.DEV
242 self.response.out.write("<br/>Testing DEFAULT (trunk)<br/>")
243 Channel.DEFAULT = Channel.TRUNK
252 Channel.DEFAULT = temp