Source file src/cmd/hgpatch/doc.go
1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 /* 6 7 Hgpatch applies a patch to the local Mercurial repository. 8 The patch should have been been generated by 9 a version control system like CVS, Git, Mercurial, or Subversion. 10 If successful, hgpatch writes a list of affected files to standard output. 11 12 Hgpatch is meant to be used by the Mercurial codereview extension. 13 14 Usage: 15 hgpatch [patchfile] 16 17 */ 18 package documentation