Newbie having problem with transaction aborted

Vineet Jain (gmail) vinjvinj at gmail.com
Sun Oct 21 09:51:59 CDT 2007


> Question 2:

> 

> I have a  bunch of system generated files which are exactly have their 

> name

> <32 charters alphanumerical UID>.py. Can anyone help with the regex to 

> match those names which I can put in .hgignore I tried several 

> expressions but my regex knowledge is very limited.

 

Thanks to some feedback I received the solution for this problem is:

 

.*^\w{32,32}\.py$

 

Or if you want it only restricted to a certain directory usersystems:

 

.*usersytems/.*^\w{32,32}\.py$

 

Thanks,

 

Vineet

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20071021/dadcf99d/attachment.htm 


More information about the Mercurial mailing list