Force Mercurial to always use --subrepos -


is possible configure mercurial check subrepos?

i'd enabled time without having specify on command each time.

you can use alias this. add entries .hg/hgrc like:

[alias] status = status --subrepos add = add --subrepos ... 

and on other subrepo-aware commands want. looking @ text hg subrepos, add, archive, commit (i'm using v1.8.1 , commits subrepos default, seem recall earlier versions didn't), diff, incoming, outgoing, pull, push, status , update.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -