# HG changeset patch # User Marcin Kasperski # Date 1447579167 -3600 # Node ID a50e0e7a519559101b7a7e8b40f3b16a6889a55b # Parent 1254d548fd0a97452cb287e95e8e957d366fc06f HISTORY diff -r 1254d548fd0a -r a50e0e7a5195 HISTORY.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HISTORY.txt Sun Nov 15 10:19:27 2015 +0100 @@ -0,0 +1,22 @@ + +0.6.0 +~~~~~~~~~~~~~ + +First release by Marcin Kasperski + +Added hg pullall, hg incomingall, hg outgoingall + +Internals reworked so all push options work (also --insecure, --ssh) + +Added setup.py, PyPi release. + +* +~~~~~~~~~~~~~ + +Initial release by Ludovic Chabant. + + hg pushall + +command, and + + hg pushall -g ‹group› diff -r 1254d548fd0a -r a50e0e7a5195 README.txt --- a/README.txt Sun Nov 15 10:16:37 2015 +0100 +++ b/README.txt Sun Nov 15 10:19:27 2015 +0100 @@ -103,6 +103,11 @@ To upgrade, pull and update. +History +======================================================= + +See `HISTORY.txt`_ + Development, bug reports, enhancement suggestions =======================================================