#pragma section-numbers 2 = All Dirs = Execute the same Mercurial command in all repositories down the directory tree. <> == 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'' == 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 [[https://bitbucket.org/Mekk/mercurial-all_dirs|the extension page]] ---- CategoryExtensionsByOthers