diff options
author | David Symonds <dsymonds@golang.org> | 2009-11-11 17:31:28 -0800 |
---|---|---|
committer | David Symonds <dsymonds@golang.org> | 2009-11-11 17:31:28 -0800 |
commit | 8738c4dfb1033617c3382857ba83cb501b974716 (patch) | |
tree | c5c003c2022df521ae180474d8433fd658a41c5d /src/cmd/hgpatch/doc.go | |
parent | cd8bb89d919dc71aacca0ba38a3d15a1e46dc877 (diff) | |
download | golang-8738c4dfb1033617c3382857ba83cb501b974716.tar.gz |
Fix capitalisation of "Git".
R=rsc
http://codereview.appspot.com/154071
Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/cmd/hgpatch/doc.go')
-rw-r--r-- | src/cmd/hgpatch/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/hgpatch/doc.go b/src/cmd/hgpatch/doc.go index a3d069fae..1e0f1da38 100644 --- a/src/cmd/hgpatch/doc.go +++ b/src/cmd/hgpatch/doc.go @@ -6,7 +6,7 @@ Hgpatch applies a patch to the local Mercurial repository. The patch should have been been generated by -a version control system like CVS, GIT, Mercurial, or Subversion. +a version control system like CVS, Git, Mercurial, or Subversion. If successful, hgpatch writes a list of affected files to standard output. Hgpatch is meant to be used by the Mercurial codereview extension. |