Show More
@@ -516,7 +516,7 b' format. We suggest you use the ``eol`` e' | |||||
516 | ``defaults`` |
|
516 | ``defaults`` | |
517 | ------------ |
|
517 | ------------ | |
518 |
|
518 | |||
519 | (defaults are deprecated. Don't use them. Use aliases instead) |
|
519 | (defaults are deprecated. Don't use them. Use aliases instead.) | |
520 |
|
520 | |||
521 | Use the ``[defaults]`` section to define command defaults, i.e. the |
|
521 | Use the ``[defaults]`` section to define command defaults, i.e. the | |
522 | default options/arguments to pass to the specified commands. |
|
522 | default options/arguments to pass to the specified commands. | |
@@ -1251,16 +1251,16 b' have a definite end point.' | |||||
1251 |
|
1251 | |||
1252 | ``width`` |
|
1252 | ``width`` | |
1253 | If set, the maximum width of the progress information (that is, min(width, |
|
1253 | If set, the maximum width of the progress information (that is, min(width, | |
1254 | term width) will be used) |
|
1254 | term width) will be used). | |
1255 |
|
1255 | |||
1256 | ``clear-complete`` |
|
1256 | ``clear-complete`` | |
1257 | clear the progress bar after it's done (default to True) |
|
1257 | clear the progress bar after it's done (default to True) | |
1258 |
|
1258 | |||
1259 | ``disable`` |
|
1259 | ``disable`` | |
1260 | If true, don't show a progress bar |
|
1260 | If true, don't show a progress bar. | |
1261 |
|
1261 | |||
1262 | ``assume-tty`` |
|
1262 | ``assume-tty`` | |
1263 | If true, ALWAYS show a progress bar, unless disable is given |
|
1263 | If true, ALWAYS show a progress bar, unless disable is given. | |
1264 |
|
1264 | |||
1265 | ``revsetalias`` |
|
1265 | ``revsetalias`` | |
1266 | --------------- |
|
1266 | --------------- | |
@@ -1703,7 +1703,7 b' The full set of options is:' | |||||
1703 |
|
1703 | |||
1704 | ``encoding`` |
|
1704 | ``encoding`` | |
1705 | Character encoding name. Default is the current locale charset. |
|
1705 | Character encoding name. Default is the current locale charset. | |
1706 | Example: "UTF-8" |
|
1706 | Example: "UTF-8". | |
1707 |
|
1707 | |||
1708 | ``errorlog`` |
|
1708 | ``errorlog`` | |
1709 | Where to output the error log. Default is stderr. |
|
1709 | Where to output the error log. Default is stderr. |
General Comments 0
You need to be logged in to leave comments.
Login now