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
Post a Comment