view build/update_subrepos.cmd @ 344:2d5974d70482

Move hg-git sync script to its own subrepo.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Feb 2016 17:08:53 -0800
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"