I am a mercurial noob, and am scratching my head trying to figure this out.
I have added a file to the repository in the past. The repo knows about it:
hg log Purchase.php
changeset: 40:0bb0a5041ae9
parent: 36:b1627cf0f7a3
user: josh
date: Wed Jun 30 21:41:07 2010 +0530
summary: purchase logic
now, if I do a hg pull, Purchase.php is not included. status does not know about it. How do I get this file out?
> hg status Purchase.php
Purchase.php: No such file or directory