view build/update_subrepos.cmd @ 284:8d04d41d4903

Don't change the cwd when no project root markers have been found.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Feb 2015 11:01:13 -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"