Mercurial > utils
view hg/hgsyncew.1 @ 573:d8030b06fd51
Update docs with new naming schema.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Thu, 08 May 2014 22:48:32 +0300 |
parents | cba41fd95053 |
children | b2b01d76a861 |
line wrap: on
line source
.\" -*- fill-column: 78 -*- .\" Process this file with .\" $ groff -man -Tascii hgsyncew.1 .\" or see by .\" $ man ./hgsyncew.1 .\" .TH HGSYNCEW 1 2009-05-29 "hgsync utilities 0.2" "User Manuals" .SH NAME hgsyncew \- synchronize a working set of Mercurial repositories .SH SYNOPSIS .B hgsyncew [ --help ] [ --push ] .SH DESCRIPTION Typical use of .B hgsyncew is synchronization of a set of repositories with master repositories. To use .BR hgsyncew you must set .IR MASTER_DIR option in .BR hgsyncrc(5) . Only pull request was allowed to use remote protocol for .IR MASTER_DIR . .SH OPTIONS .IP --help Print help. .IP --push Push changes back to main repositories. .SH EXAMPLES .nf .B $ cd $dir .B $ echo */ proj1/ proj2/ .B $ hgsyncew .fi Get changes from .IR $MASTER_DIR/proj1 and .IR $MASTER_DIR/proj2 to .IR proj1 and .IR proj2 . If there are no local changes and there are only one head project automatically updated to .IR tip . .SH FILES Searching for config take place in such order: .PD 0 .B ./hgsyncrc .br .B ~/.hgsyncrc .br .B /etc/hgsyncrc .PD \" .SH ENVIRONMENT \" .SH DIAGNOSTICS \" .SH HISTORY .SH COPYRIGHT hgsyncew utility is placed in the public domain. .SH "SEE ALSO" .BR hgsyncee(1), .BR hgsyncrc(5), .SH AUTHOR Oleksandr Gavenko <gavenkoa@gmail.com>. .SH BUGS Send all bugs to <gavenkoa@gmail.com>.