Differences between revisions 13 and 14
Revision 13 as of 2008-06-04 23:26:05
Size: 299
Editor: abuehl
Comment: back to official URL
Revision 14 as of 2009-05-19 19:31:05
Size: 302
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
A '''push''' propagates changes from a local [:Repository:repository] to a remote one. A '''push''' propagates changes from a local [[Repository|repository]] to a remote one.
Line 9: Line 9:
See also: [:Pull], [:CommunicatingChanges] See also: [[Pull]], [[CommunicatingChanges]]

Push

hg push [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]

A push propagates changes from a local repository to a remote one.

Help text: http://www.selenic.com/mercurial/hg.1.html#push

See also: Pull, CommunicatingChanges


CategoryCommand