comparison hgscm/templates/workflow_guide.html @ 174:8bb9f5869602

Bitbucket asks for name + password, not only the password.
author Arne Babenhauserheide <bab@draketo.de>
date Sat, 23 May 2009 12:25:26 +0200
parents 2e205989c44d
children f73d4e6949bf
comparison
equal deleted inserted replaced
173:d408dafcac56 174:8bb9f5869602
444 444
445 </pre> 445 </pre>
446 446
447 <p>(Replace the URL with the URL of your created repository. If your username is "Foo" and your repository is named "bar", the URL will be https://bitbucket.org/Foo/bar/)</p> 447 <p>(Replace the URL with the URL of your created repository. If your username is "Foo" and your repository is named "bar", the URL will be https://bitbucket.org/Foo/bar/)</p>
448 448
449 <p>Mercurial will ask for your BitBucket password, then <hg>push</hg> your code.</p> 449 <p>Mercurial will ask for your BitBucket name and password, then <hg>push</hg> your code.</p>
450 450
451 <p>VoilĂ , your code is online.</p> 451 <p>VoilĂ , your code is online.</p>
452 452
453 <p>Note: You can also <a title="use SSH for pushing to BitBucket" href="http://bitbucket.org/help/UsingSSH">use SSH for pushing to BitBucket</a>.</p> 453 <p>Note: You can also <a title="use SSH for pushing to BitBucket" href="http://bitbucket.org/help/UsingSSH">use SSH for pushing to BitBucket</a>.</p>
454 454