Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseHG Sync - How to save URL

I've recently migrated to Mercurial for source control and am using TortoiseHG. Everything is working great, but whenever I go to "Synchronize" to do a push, the remote repository URL is blank and I need to type it in every time. How do I save it so that the remote repository source is saved?

like image 704
reach4thelasers Avatar asked Mar 30 '12 15:03

reach4thelasers


1 Answers

You did not mention which version of TortoiseHg, but there are two "standard" ways to save the URL:

1) Manually add the following lines to your <project_dir>\.hg\hgrc file:

[paths]
  default = http://server/path/to/remote/repo

2) Click the "Save" icon in TortoiseHg's Sync view: TortoiseHg Sync screenshot

like image 180
Tim Henigan Avatar answered Oct 12 '22 02:10

Tim Henigan