Mercurial > hg-website
diff 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 |
line wrap: on
line diff
--- 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 @@ <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> -<p>Mercurial will ask for your BitBucket password, then <hg>push</hg> your code.</p> +<p>Mercurial will ask for your BitBucket name and password, then <hg>push</hg> your code.</p> <p>VoilĂ , your code is online.</p>