Changes

Jump to: navigation, search

Mercurial-nexj

227 bytes added, 12:42, 23 November 2010
Notes
: Then merge with the revision of the branch you want to merge with: <code> hg merge -r 3 </code>
: Don't forget to commit this merge!
:'''Tips'''
:-''To create a branch in the working directory and then pushed it to the main remote repo:''
:: <code> hg branch ws </code>
:: <code > hg ci -m 'created a new branch' </code>
:; <code> hg push --new-branch </code>
* Webserver:
:To start a web server of a specific repository, do: <code> hg serve --port 8000 </code> and open the domain name with port number in a browser, or right click on the folder and use TortoiseHg Web Server option.
1
edit

Navigation menu