Changes between Version 2 and Version 3 of remote/mercurial
- Timestamp:
- Apr 2, 2015 3:07:47 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
remote/mercurial
v2 v3 8 8 hg status #Check if you have the last repository version downloaded 9 9 10 hg pull #Downloads files and udpates the local repository 11 10 12 hg add #Add elements flagged as ? 11 13 … … 14 16 hg diff -c tip #See differences in the last commit 15 17 18 hg push #Push changes to the server 19 16 20 hg help config #Shows help tips 17 18 hg pull #Downloads files and udpates the local repository19 21 20 22 }}}