equal
deleted
inserted
replaced
432 > return "pass" |
432 > return "pass" |
433 > getpass.getpass = newgetpass |
433 > getpass.getpass = newgetpass |
434 > EOF |
434 > EOF |
435 $ hg clone --config ui.interactive=true --config extensions.getpass=get_pass.py \ |
435 $ hg clone --config ui.interactive=true --config extensions.getpass=get_pass.py \ |
436 > http://user@localhost:$HGPORT credentialclone |
436 > http://user@localhost:$HGPORT credentialclone |
437 requesting all changes |
|
438 http authorization required for http://localhost:$HGPORT/ |
437 http authorization required for http://localhost:$HGPORT/ |
439 realm: mercurial |
438 realm: mercurial |
440 user: user |
439 user: user |
441 password: adding changesets |
440 password: requesting all changes |
|
441 adding changesets |
442 adding manifests |
442 adding manifests |
443 adding file changes |
443 adding file changes |
444 added 1 changesets with 1 changes to 1 files |
444 added 1 changesets with 1 changes to 1 files |
445 new changesets 567253b0f523 |
445 new changesets 567253b0f523 |
446 updating to branch default |
446 updating to branch default |