mercurial-keyring

Mercurial Hg No changes found - can't Hg push out

眉间皱痕 提交于 2019-12-18 09:27:24
问题 Can someone pls advise why I'm getting NO CHANGES found at the end. Also, I'm getting an annoying message, " Username not specified in .hg/hgrc. Keyring will not be used. " Version tool: Hg latest version Server: Linux Workspace: ~/2012WS LinuxServer123:~/2012WS # hg clone http://LinuxServer123/hg/GigaTest/ Username not specified in .hg/hgrc. Keyring will not be used. http authorization required realm: Mercurial Repositories user: u123456 password: destination directory: GigaTest requesting

keyring module is not included while packaging with py2exe

旧城冷巷雨未停 提交于 2019-12-10 03:31:45
问题 I am making an app using python 2.7 on windows and keyring-3.2.1 . In my python code on eclipse, I used import keyring keyring.set_password("service","jsonkey",json_res) json_res= keyring.get_password("service","jsonkey") is working fine as I am storing json response in keyring. But, when I converted python code into exe by using py2exe, it shows import error keyring while making dist. Please suggest how to include keyring in py2exe. Traceback (most recent call last): File "APP.py", line 8,

hg push error and username not specified in .hg/hgrc. Keyring will not be used

▼魔方 西西 提交于 2019-12-01 08:33:17
问题 I did the following: hg clone ...somelink.to.repo.in.hg... Giga cd Giga ls (...it shows me giga.txt file exist in Giga directory) vi giga.txt (...made some changes..) hg commit -m "byte" hg out (got the following error) ** unknown exception encountered, details follow ** report bug details to http://mercurial.selenic.com/bts/ ** or mercurial@selenic.com ** Mercurial Distributed SCM (version 1.5) ** Extensions loaded: acl, bugzilla, children, churn, color, convert, extdiff, fetch, gpg,

Mercurial Hg No changes found - can't Hg push out

假装没事ソ 提交于 2019-11-29 16:41:20
Can someone pls advise why I'm getting NO CHANGES found at the end. Also, I'm getting an annoying message, " Username not specified in .hg/hgrc. Keyring will not be used. " Version tool: Hg latest version Server: Linux Workspace: ~/2012WS LinuxServer123:~/2012WS # hg clone http://LinuxServer123/hg/GigaTest/ Username not specified in .hg/hgrc. Keyring will not be used. http authorization required realm: Mercurial Repositories user: u123456 password: destination directory: GigaTest requesting all changes adding changesets adding manifests adding file changes added 14 changesets with 585 changes