view build/update_subrepos.sh @ 482:4bd564a3c9a2

Ignore python egg stuff in ctags.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 15 Feb 2020 22:23:16 -0800
parents 2f5ac9cd3a5e
children
line wrap: on
line source

#!/bin/sh

hg onsub -t hg "hg pull -u"
hg onsub -t git "git pull origin master"