Does SourceTree has option equvivalent to hg serve in commnad line? I have SourceTree which relays on HG Mercuriel and I would like to serve mine repository so others can push their changes to mine repository.
If you have your heart set on using the GUI to run the command, you can create a custom action in Options.
Keep in mind that custom actions can launch any command (not just git or hg), so you'll need to have hg on your PATH or know the bath to the binary.
Custom actions show up in the context menu of commits and files.
You can run the hg serve command from SourceTree's terminal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. But in that case I don't need SourceTree at all. I can do everythiing from CLI. I just wanted to use benefits of GUI and that I can start embeded webserver on appropriate port using GUI. For example: HG Tortoase has such feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.