On Sat, Mar 26, 2011 at 05:50:33PM -0700, J Decker wrote: > is it behaving like regular expression? so .* is any number of any > character? does c.m.pooq.* work?
If that's the rule, I wouldn't expect pattern "*" to work, which is in the tutorial. -- hendrik > > On Sat, Mar 26, 2011 at 5:49 PM, Hendrik Boom <[email protected]> wrote: > > pattern "com.pooq.hendrik.write*" > > > > doesn't work, but > > > > pattern "com.pooq.hendrik.write.*" > > > > does when I'm trying to sync branches > > > > com.pooq.hendrik.write.melinda > > > > and > > > > com.pooq.hendrik.write.nano09 > > > > > > Why? What are the rules for '*' and '.' in patterns? > > > > -- hendrik > > > > > > _______________________________________________ > > Monotone-devel mailing list > > [email protected] > > http://lists.nongnu.org/mailman/listinfo/monotone-devel > > _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
