comparison doc/hgrc.5.txt @ 962:5730e90c025b

Doc updates for push, pull, hooks, local tags, and ssh options
author mpm@selenic.com
date Fri, 19 Aug 2005 21:47:46 -0800
parents 52d8d81e72ad
children 3f37720e7dc7
comparison
equal deleted inserted replaced
961:3e11d5038649 962:5730e90c025b
68 Run before starting a commit. Exit status 0 allows the commit to 68 Run before starting a commit. Exit status 0 allows the commit to
69 proceed. Non-zero status will cause the commit to fail. 69 proceed. Non-zero status will cause the commit to fail.
70 commit;; 70 commit;;
71 Run after a changeset has been created. Passed the ID of the newly 71 Run after a changeset has been created. Passed the ID of the newly
72 created changeset. 72 created changeset.
73 changegroup;;
74 Run after a changegroup has been added via push or pull.
73 75
74 http_proxy:: 76 http_proxy::
75 Used to access web-based Mercurial repositories through a HTTP 77 Used to access web-based Mercurial repositories through a HTTP
76 proxy. 78 proxy.
77 host;; 79 host;;
88 paths:: 90 paths::
89 Assigns symbolic names to repositories. The left side is the 91 Assigns symbolic names to repositories. The left side is the
90 symbolic name, and the right gives the directory or URL that is the 92 symbolic name, and the right gives the directory or URL that is the
91 location of the repository. 93 location of the repository.
92 94
93 tags::
94 Tags that are local to a repository and not distributed or version
95 controlled. The left side is the tag name, and the right is the
96 ID of the changeset to identify.
97
98 ui:: 95 ui::
99 User interface controls. 96 User interface controls.
100 debug;; 97 debug;;
101 Print debugging information. True or False. Default is False. 98 Print debugging information. True or False. Default is False.
102 editor;; 99 editor;;
112 The committer of a changeset created when running "commit". 109 The committer of a changeset created when running "commit".
113 Typically a person's name and email address, e.g. "Fred Widget 110 Typically a person's name and email address, e.g. "Fred Widget
114 <fred@example.com>". Default is $EMAIL or username@hostname. 111 <fred@example.com>". Default is $EMAIL or username@hostname.
115 verbose;; 112 verbose;;
116 Increase the amount of output printed. True or False. Default is False. 113 Increase the amount of output printed. True or False. Default is False.
114 ssh;;
115 command to use for SSH connections. Default is 'ssh'.
116 remotecmd;;
117 command to use for remote push operations. Default is 'hg'.
118
117 119
118 web:: 120 web::
119 Web interface configuration. 121 Web interface configuration.
120 name;; 122 name;;
121 Repository name to use in the web interface. Default is current 123 Repository name to use in the web interface. Default is current