view build/update_subrepos.cmd @ 322:e7fe049b7f8b

Use UTF8 encoding.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Oct 2015 08:32:35 -0700
parents 2f5ac9cd3a5e
children
line wrap: on
line source

@echo off

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