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