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
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.