# HG changeset patch # User Marcin Kasperski # Date 1446965341 -3600 # Node ID be90faafa7547d9e4b1344cdaa01bf832ea37b01 # Parent edb53477cc3fba4f229a55b9d96d79465d1fa4e2 And added some formatting. diff -r edb53477cc3f -r be90faafa754 README.txt --- a/README.txt Sun Nov 08 07:47:16 2015 +0100 +++ b/README.txt Sun Nov 08 07:49:01 2015 +0100 @@ -4,17 +4,18 @@ This simple extension lets you execute commands on multiple paths. -For now, this is only the `push` command: +For now, this is only the `push` command:: $ hg pushall -This will push to all paths specified in the `[paths]` config section. +This will push to all paths specified in the ``[paths]`` config section. -You can also provide the name of a different section: +You can also provide the name of a different section:: $ hg pushall -g publish -This will push to all paths specified in the `[publish]` config section, which should look like this: +This will push to all paths specified in the ``[publish]`` config +section, which should look like this:: [publish] bitbucket = ssh://hg@bitbucket.org/ludovicchabant/piecrust @@ -22,7 +23,7 @@ other = ssh://my@own/server local = /some/other/place -You can also provide standard `push` options: +You can also provide standard ``push`` options:: $ hg pushall -b branch