All Dirs

Execute the same Mercurial command in all repositories down the directory tree.

Contents

  1. Status
  2. Overview

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


CategoryExtensionsByOthers

AllDirsExtension (last edited 2015-10-25 05:54:25 by MarcinKasperski)