# HG changeset patch # User Arne Babenhauserheide # Date 1243074326 -7200 # Node ID 8bb9f58696026b6e8f9ffeef80b25a4b07750258 # Parent d408dafcac568e40307d48e7f95f8417027e00d7 Bitbucket asks for name + password, not only the password. diff -r d408dafcac56 -r 8bb9f5869602 hgscm/templates/workflow_guide.html --- a/hgscm/templates/workflow_guide.html Fri May 22 09:36:05 2009 +0200 +++ b/hgscm/templates/workflow_guide.html Sat May 23 12:25:26 2009 +0200 @@ -446,7 +446,7 @@

(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/)

-

Mercurial will ask for your BitBucket password, then push your code.

+

Mercurial will ask for your BitBucket name and password, then push your code.

VoilĂ , your code is online.