Show More
@@ -1,41 +1,41 b'' | |||||
1 | .\" Hey, EMACS: -*- nroff -*- |
|
1 | .\" Hey, EMACS: -*- nroff -*- | |
2 | .\" First parameter, NAME, should be all caps |
|
2 | .\" First parameter, NAME, should be all caps | |
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
|
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection | |
4 | .\" other parameters are allowed: see man(7), man(1) |
|
4 | .\" other parameters are allowed: see man(7), man(1) | |
5 | .TH CHG 1 "March 3, 2013" |
|
5 | .TH CHG 1 "March 3, 2013" | |
6 | .\" Please adjust this date whenever revising the manpage. |
|
6 | .\" Please adjust this date whenever revising the manpage. | |
7 | .\" |
|
7 | .\" | |
8 | .\" Some roff macros, for reference: |
|
8 | .\" Some roff macros, for reference: | |
9 | .\" .nh disable hyphenation |
|
9 | .\" .nh disable hyphenation | |
10 | .\" .hy enable hyphenation |
|
10 | .\" .hy enable hyphenation | |
11 | .\" .ad l left justify |
|
11 | .\" .ad l left justify | |
12 | .\" .ad b justify to both left and right margins |
|
12 | .\" .ad b justify to both left and right margins | |
13 | .\" .nf disable filling |
|
13 | .\" .nf disable filling | |
14 | .\" .fi enable filling |
|
14 | .\" .fi enable filling | |
15 | .\" .br insert line break |
|
15 | .\" .br insert line break | |
16 | .\" .sp <n> insert n+1 empty lines |
|
16 | .\" .sp <n> insert n+1 empty lines | |
17 | .\" for manpage-specific macros, see man(7) |
|
17 | .\" for manpage-specific macros, see man(7) | |
18 | .SH NAME |
|
18 | .SH NAME | |
19 | chg \- a fast client for Mercurial command server |
|
19 | chg \- a fast client for Mercurial command server | |
20 | .SH SYNOPSIS |
|
20 | .SH SYNOPSIS | |
21 | .B chg |
|
21 | .B chg | |
22 | .IR command " [" options "] [" arguments "]..." |
|
22 | .IR command " [" options "] [" arguments "]..." | |
23 | .br |
|
23 | .br | |
24 | .SH DESCRIPTION |
|
24 | .SH DESCRIPTION | |
25 | The |
|
25 | The | |
26 | .B chg |
|
26 | .B chg | |
27 | command is the wrapper for |
|
27 | command is the wrapper for | |
28 | .B hg |
|
28 | .B hg | |
29 | command. |
|
29 | command. | |
30 | It uses the Mercurial command server to reduce start-up overhead. |
|
30 | It uses the Mercurial command server to reduce start-up overhead. | |
31 | .SH OPTIONS |
|
31 | .SH OPTIONS | |
32 | This program accepts the same command line syntax as the |
|
32 | This program accepts the same command line syntax as the | |
33 | .B hg |
|
33 | .B hg | |
34 | command. Additionally it accepts the following options. |
|
34 | command. Additionally it accepts the following options. | |
35 | .TP |
|
35 | .TP | |
36 | .B \-\-kill\-chg\-daemon |
|
36 | .B \-\-kill\-chg\-daemon | |
37 | Terminate the background command servers. |
|
37 | Terminate the background command servers. | |
38 | .SH SEE ALSO |
|
38 | .SH SEE ALSO | |
39 |
.BR hg (1) |
|
39 | .BR hg (1) | |
40 | .SH AUTHOR |
|
40 | .SH AUTHOR | |
41 | Written by Yuya Nishihara <yuya@tcha.org>. |
|
41 | Written by Yuya Nishihara <yuya@tcha.org>. |
General Comments 0
You need to be logged in to leave comments.
Login now