Lines Matching refs:HG
16 # By default all command-line options are passed to `svn update` or `hg/git
318 elif [ -d .hg ]; then
319 GCC_HG=${GCC_HG-${HG-hg}}
320 vcs_type="hg"
325 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
373 hg)
374 chat "Updating HG tree"
378 echo "Attempting to update a dirty hg tree!" >&2
385 if [ -d .hg/patches ] && [ `$GCC_HG qapplied | wc -l` -gt 0 ]; then
388 echo "Attempting to update hg tree with mq patches applied!" >&2
399 echo "hg pull of full tree failed." >&2
408 echo "hg update of full tree failed." >&2
413 # hg convert. Before hg 1.4.3, there's no template keyword
414 # corresponding to the extra: tag, so need to use hg log --debug