Archive for the 'qa' Category

Browser remembers your password, but you don’t? Take it back!

Nov 5th, 2017

We’ve all seen something like this: But you have no idea what the password is. How to get the human-readable version of *******? Method 1: use the browser’s developer tools Provided you have a reasonably recent browser, just open the Developer tools by right-clicking the input field with the password and then select “Inspect Element”. […]

 

hg revert a single file from the repo

Oct 9th, 2017

Revert hg revert -r .^ filename What’s in a commit? hg tip -vp Forget these untracked files hg purge