Home | History | Annotate | Download | only in contrib

Lines Matching refs:hg

16 # By default all command-line options are passed to `svn update` or `hg/git
301 elif [ -d .hg ]; then
302 GCC_HG=${GCC_HG-${HG-hg}}
303 vcs_type="hg"
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
356 hg)
357 chat "Updating HG tree"
361 echo "Attempting to update a dirty hg tree!" >&2
368 if [ -d .hg/patches ] && [ `$GCC_HG qapplied | wc -l` -gt 0 ]; then
371 echo "Attempting to update hg tree with mq patches applied!" >&2
382 echo "hg pull of full tree failed." >&2
391 echo "hg update of full tree failed." >&2
396 # hg convert. Before hg 1.4.3, there's no template keyword
397 # corresponding to the extra: tag, so need to use hg log --debug