From eecaefdf18f99d8a1ef217ae5a535d54138eaf8d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 30 Sep 2018 18:34:47 +0200 Subject: update-repos: update hg, too --- update-repos | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update-repos b/update-repos index f301234..3c63847 100755 --- a/update-repos +++ b/update-repos @@ -7,3 +7,9 @@ find "${base_dir}/work/repositories/git" \ -maxdepth 1 \ -type d \ -exec git -C {} remote update \; + +find "${base_dir}/work/repositories/hg" \ + -mindepth 1 \ + -maxdepth 1 \ + -type d \ + -exec hg --cwd {} pull \; -- cgit v1.2.3