Ugh. This is a lot harder than it ought to be. I am finding that a lot of activities with Mercurial is just easier to do through the command line instead of TortoiseHg.
If you want to push to your bitbucket repo, type this command in your directory:
> hg push https://username@bitbucket.org/username/someproject
However, the smarter way is to go into the .hg directory and modify the hgrc file like so:
[paths]
default-push = https://username@bitbucket.org/username/someproject
Now just type 'hg push' at the command prompt.
If you do not see the hgrc file, then you will have to make one!
Tuesday, June 3, 2014
Monday, June 2, 2014
Copying Text To And From the Command Prompt in Microsoft
When programming in a Microsoft development environment, I actually find the Command Prompt to be fairly useful. However, I keep forgetting how to copy and paste text to it. This page shows you how:
https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/windows_dos_copy.mspx?mfr=true
https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/windows_dos_copy.mspx?mfr=true
Subscribe to:
Posts (Atom)