Mercurial > hg-allpaths
comparison README.txt @ 5:0c3ddf5c1a3f
One more README syntax tweak
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 08 Nov 2015 08:26:34 +0100 |
parents | 7591d4101b93 |
children | 62880e909417 |
comparison
equal
deleted
inserted
replaced
4:7591d4101b93 | 5:0c3ddf5c1a3f |
---|---|
3 allpaths extension | 3 allpaths extension |
4 ================== | 4 ================== |
5 | 5 |
6 This simple extension lets you execute commands on multiple paths. | 6 This simple extension lets you execute commands on multiple paths. |
7 | 7 |
8 For now, this is only the `push` command:: | 8 For now, this is only the ``push`` command:: |
9 | 9 |
10 $ hg pushall | 10 $ hg pushall |
11 | 11 |
12 This will push to all paths specified in the ``[paths]`` config section. | 12 This will push to all paths specified in the ``[paths]`` config section. |
13 | 13 |