# HG changeset patch # User Augie Fackler # Date 1373996341 14400 # Node ID c4f8ba83bce47025469c8889c645a5f94c7d9322 # Parent 4fa9c5ee08d2c75b26ba5998c28a4ba318eef0dd hgrc: disable publishing mode locally diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -56,3 +56,6 @@ allow_archive = bz2 zip [color] status.ignored = magenta bold qseries.unapplied = magenta bold + +[phases] +publish=false