# HG changeset patch # User Marcin Kasperski # Date 1446965236 -3600 # Node ID edb53477cc3fba4f229a55b9d96d79465d1fa4e2 # Parent f8703c9e2fb951ebb193b268faf7f0457abf8334 Rename README to README.txt. This will help BitBucket rendering this nicely. diff -r f8703c9e2fb9 -r edb53477cc3f README --- a/README Tue Feb 19 17:44:04 2013 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ - -allpaths extension -================== - -This simple extension lets you execute commands on multiple paths. - -For now, this is only the `push` command: - - $ hg pushall - -This will push to all paths specified in the `[paths]` config 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: - - [publish] - bitbucket = ssh://hg@bitbucket.org/ludovicchabant/piecrust - github = git+ssh://git@github.com:ludovicchabant/PieCrust.git - other = ssh://my@own/server - local = /some/other/place - -You can also provide standard `push` options: - - $ hg pushall -b branch - diff -r f8703c9e2fb9 -r edb53477cc3f README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Sun Nov 08 07:47:16 2015 +0100 @@ -0,0 +1,28 @@ + +allpaths extension +================== + +This simple extension lets you execute commands on multiple paths. + +For now, this is only the `push` command: + + $ hg pushall + +This will push to all paths specified in the `[paths]` config 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: + + [publish] + bitbucket = ssh://hg@bitbucket.org/ludovicchabant/piecrust + github = git+ssh://git@github.com:ludovicchabant/PieCrust.git + other = ssh://my@own/server + local = /some/other/place + +You can also provide standard `push` options: + + $ hg pushall -b branch +