All Dirs
Execute the same Mercurial command in all repositories down the directory tree.
1. Status
This extension is not distributed with Mercurial.
Author: Marcin Kasperski
Repository: https://bitbucket.org/Mekk/mercurial-all_dirs
Web page: https://bitbucket.org/Mekk/mercurial-all_dirs
2. Overview
cd ~/sources hg alldirs status # Execute status in all Mercurial repositories found below ~/sources hg alldirs log -l 1 hg alldirs push production
The alldirs command finds Mercurial repositories down the current directory tree, and executes given command in every one of them in order.
For detailed description see the extension page