Mercurial > hg-website
changeset 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 | d408dafcac56 |
children | ab2a5f299c2a |
files | hgscm/templates/workflow_guide.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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>