Created
July 18, 2021 10:34
-
-
Save raek/3d3921be4c0bf89562fad013dd7d6491 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raek@mizar:~/src/cffi$ source .venv/bin/activate | |
(.venv) raek@mizar:~/src/cffi$ hg --verbose push --new-branch -r doc-improvements | |
pushing to ssh://[email protected]/pypy/cffi | |
Enter passphrase for key '/home/raek/.ssh/id_rsa': | |
searching for changes | |
5 changesets found | |
uncompressed size of bundle content: | |
2277 (changelog) | |
1441 (manifests) | |
405 doc/source/cdef.rst | |
144 doc/source/index.rst | |
322 doc/source/installation.rst | |
3658 doc/source/overview.rst | |
269 doc/source/ref.rst | |
158 doc/source/using.rst | |
remote: adding changesets | |
remote: adding manifests | |
remote: adding file changes | |
remote: You are not authorised to publish changesets: b126173958ae 431d667b6228 f0b9be8e66c6 f42d1df14b0b and 1 others | |
For more information about topics auto-publishing rules in Heptapod, see: https://heptapod.net/pages/faq.html#bare-draft | |
abort: push failed on remote | |
(.venv) raek@mizar:~/src/cffi$ which hg | |
/home/raek/src/cffi/.venv/bin/hg | |
(.venv) raek@mizar:~/src/cffi$ hg --version | |
Mercurial Distributed SCM (version 5.8.1) | |
(see https://mercurial-scm.org for more information) | |
Copyright (C) 2005-2021 Olivia Mackall and others | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
(.venv) raek@mizar:~/src/cffi$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment