Hello Edmund Wong Some feedback on your proposals:
It is necessary to make a hg init comm-central between steps 1 and 2 and hg init mozilla between steps 5 and 6 If not the terminal displays the smooth operation, with the long time necessary for these operations, but nothing is copied into the directory! But then I still have a problem connecting to the server python client.py checkout refers me Executing command: ['hg', 'pull', '-R', './.'] pulling from https://hg.mozilla.org/comm-central/ searching for changes adding changesets adding manifests adding file changes added 1 changesets with 5 changes to 5 files (run 'hg update' to get a working copy) Executing command: ['hg', 'update', '-r', 'default', '-R', './.'] 5 files updated, 0 files merged, 0 files removed, 0 files unresolved Updated to revision 9475804f6fbd019fc2f821db7ca3f33123da677d. Executing command: ['hg', 'pull', '-R', './mozilla', 'https://hg.mozilla.org/mozilla-central/'] pulling from https://hg.mozilla.org/mozilla-central/ searching for changes adding changesets adding manifests adding file changes transaction abort! rollback completed abandonĀ : connection ended unexpectedly The exception was: subprocess.CalledProcessError: Command '['hg', 'pull', '-R', './mozilla', 'https://hg.mozilla.org/mozilla-central/']' returned non-zero exit status 255 And when I try to first make a hg pull it returns me pulling from https://hg.mozilla.org/mozilla-central/ searching for changes adding changesets adding manifests adding file changes transaction abort! rollback completed abandonĀ : connection ended unexpectedly :-) _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds