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

后端 未结 1 1605
不思量自难忘°
不思量自难忘° 2020-12-22 00:29

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 w

1条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 01:07

    You have to do hg commit first.

    hg stat shows the changes made to the current working repository (since the last commit) and hg out shows the commits made to your repository that will be pushed out on hg push.

    And the message "Username not specified in .hg/hgrc" means that your username is not specified in the .hg/hgrc file. Keyring is an extension I'm not familiar with; presumably it will take your username and do something with a key.

    0 讨论(0)
提交回复
热议问题