]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/hg
/sys/lib/dist/mkfile: test for .git directory
[plan9front.git] / sys / man / 1 / hg
index 7a621ac0d5cb35d55315e1416e87b045e51bb5f2..55f26a689d3d3ec8c62cbf11aedebeb66b1ed354 100644 (file)
@@ -4,24 +4,26 @@ hg \- Mercurial source code management system
 .SH SYNOPSIS
 .B hg
 [
-.I global option ...
+.I globaloptions
 ]
 .I command
 [
-.I command/global option ...
+.I commandoptions
 ] [
-.I argument ...
+.I arguments
 ]
 .SH DESCRIPTION
 The
-.IR hg (1)
+.I hg
 command provides a command line interface to the Mercurial system.
 .sp
 .SH "COMMAND ELEMENTS"
 .PP
 files ...
 .RS 4
-indicates one or more filename or relative path filenames; see "FILE NAME PATTERNS" for information on pattern matching
+indicates one or more filename or relative path filenames; see
+.I "FILE PATTERNS"
+for information on pattern matching
 .RE
 .PP
 path
@@ -1364,7 +1366,7 @@ from the current one.
 .RS 4
 .nf
 By default, push will refuse to run if it detects the result would
-increase the number of remote heads. This generally indicates the
+increase the number of remote heads. This generally indicates
 the client has forgotten to pull and merge before pushing.
 .fi
 .RE