equal
deleted
inserted
replaced
108 Typically a person's name and email address, e.g. "Fred Widget |
108 Typically a person's name and email address, e.g. "Fred Widget |
109 <fred@example.com>". Default is $EMAIL or username@hostname. |
109 <fred@example.com>". Default is $EMAIL or username@hostname. |
110 verbose;; |
110 verbose;; |
111 Increase the amount of output printed. True or False. Default is False. |
111 Increase the amount of output printed. True or False. Default is False. |
112 |
112 |
|
113 web:: |
|
114 Web interface configuration. |
|
115 name;; |
|
116 Repository name to use in the web interface. Default is current |
|
117 working directory. |
|
118 address;; |
|
119 Interface address to bind to. Default is all. |
|
120 port;; |
|
121 Port to listen on. Default is 8000. |
|
122 ipv6;; |
|
123 Whether to use IPv6. Default is false. |
|
124 accesslog;; |
|
125 Where to output the access log. Default is stdout. |
|
126 errorlog;; |
|
127 Where to output the error log. Default is stderr. |
|
128 templates;; |
|
129 Where to find the HTML templates. Default is install path. |
|
130 |
113 AUTHOR |
131 AUTHOR |
114 ------ |
132 ------ |
115 Bryan O'Sullivan <bos@serpentine.com>. |
133 Bryan O'Sullivan <bos@serpentine.com>. |
116 |
134 |
117 Mercurial was written by Matt Mackall <mpm@selenic.com>. |
135 Mercurial was written by Matt Mackall <mpm@selenic.com>. |