I use Mercurial in Netbeans, everything works fine until I received this message:
Output: [abort: helper.php: file not tracked!]
I remember that I renamed this file once from outside Netbeans (renaming the file directory), it was Helper.php (with H instead of h).
I returned it to Helper.php from Netbeans and from the file directory, another message:
Output: [abort: helper.php: file not tracked!]
How can I add this file again to track it with the rest of the files?
source
share