Is the mercurial default glob matching syntax configurable?

Posted by ataylor on Stack Overflow See other posts from Stack Overflow or by ataylor
Published on 2010-04-05T21:35:00Z Indexed on 2010/04/05 23:03 UTC
Read the original article Hit count: 389

Filed under:
|
|

To run a command on a single file, I recently realized I can do this:

hg log relglob:UniqueFilename

instead of:

hg log some/really/deep/directory/hierarchy/UniqueFilename

I'd like to take this one step further and make relglob the default matching syntax. Is this possible?

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about hgrc