HomeSort by: relevance | last modified time | path
    Searched refs:HG (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
gcc_update 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 ]; the
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
gcc_update 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 ]; the
    [all...]

Completed in 50 milliseconds