Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHg Push

What's the TortoiseHg equivalent of:

hg push http://bitbucket.org/MY_USER/MY_REPO

I haven't been able to figure out how to do this in the manual, and I ask this after extensive Google searching.

What I want to do is upload my files to my Bitbucket repository, and be able to "update" them in the future.


EDIT: TortoiseHg 2.0 users, look here.

like image 575
Mateen Ulhaq Avatar asked Mar 31 '11 01:03

Mateen Ulhaq


1 Answers

TortoiseHg 1.x

I'm assuming you are talking about the GUI. If so, it's "Synchronize" then that will bring up a window where you can Push. Check out my screenshot. There is a drop down list but to get something to display in that dropdown you have to click on Configure then add your server. You can also just paste it where the arrow is pointing.

TortoiseHg 1.0 Synchronize - http://bitbucket.org/username/repo_name

TortoiseHg 2.x

See here.

TortoiseHg 2.0 Sync - https:// bitbucket.org : /username/repo_name

like image 100
Pete Avatar answered Nov 01 '22 12:11

Pete