docs/src/push.md

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
equal deleted inserted replaced
281:ddb5e8f2a43d 282:3070d72f54af
5 5
6 Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server. 6 Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.
7 7
8 If conflict detection is not disabled, all files that are also modified on the server will be skipped. 8 If conflict detection is not disabled, all files that are also modified on the server will be skipped.
9 9
10 **`-c`** Disable conflict detection. This always overrides files on the server 10 **`-c`** Disable conflict detection. This always overwrites files on the server
11 11
12 **`-l`** Lock the repository before accessing it. After `push` completed, the repository is unlocked 12 **`-l`** Lock the repository before accessing it. After `push` completed, the repository is unlocked
13 13
14 **`-d`** Don't lock the repository 14 **`-d`** Don't lock the repository (default)
15

mercurial