contrib/chg/README
changeset 28454 8062869860b8
parent 28060 726f8d6cc324
child 29345 62b890496de5
--- a/contrib/chg/README	Wed Mar 09 01:20:57 2016 +0000
+++ b/contrib/chg/README	Thu Mar 10 00:12:33 2016 +0000
@@ -13,7 +13,6 @@
  $ chg help                 # show help of Mercurial
  $ alias hg=chg             # replace hg command
  $ chg --kill-chg-daemon    # terminate background server
- $ chg --reload-chg-daemon  # reload configuration files
 
 Environment variables:
 
@@ -21,8 +20,7 @@
 changed after spawning the server. The following variables are specially
 handled:
 
- * configuration files are reloaded if HGPLAIN or HGPLAINEXCEPT changed, but
-   some behaviors won't change correctly.
+ * configuration files are reloaded automatically by default.
  * CHGHG or HG specifies the path to the hg executable spawned as the
    background command server.