Mercurial > evolve
comparison docs/tutorials/tutorial.t @ 259:9886034199af
tutorial: zsh fix
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 05 Jun 2012 22:24:24 +0200 |
parents | bbd1adb262fd |
children | fb83210bce32 |
comparison
equal
deleted
inserted
replaced
258:8337bb3bb958 | 259:9886034199af |
---|---|
492 o 7e82d3f3c2cb (public): Monthy Python Shopping list | 492 o 7e82d3f3c2cb (public): Monthy Python Shopping list |
493 | 493 |
494 | 494 |
495 Let's make the local repo "non publishing" | 495 Let's make the local repo "non publishing" |
496 | 496 |
497 $ echo "[phases]\npublish=false" >> ../local/.hg/hgrc | 497 $ echo '[phases]' >> ../local/.hg/hgrc |
498 $ echo "[phases]\npublish=false" >> .hg/hgrc | 498 $ echo 'publish=false' >> ../local/.hg/hgrc |
499 $ echo '[phases]' >> .hg/hgrc | |
500 $ echo 'publish=false' >> .hg/hgrc | |
499 $ hg showconfig phases | 501 $ hg showconfig phases |
500 phases.publish=false | 502 phases.publish=false |
501 $ hg -R ../local/ showconfig phases | 503 $ hg -R ../local/ showconfig phases |
502 phases.publish=false | 504 phases.publish=false |
503 | 505 |