<div class="gmail_quote">On Wed, Aug 24, 2011 at 19:16, Mark F. Adams <span dir="ltr"><<a href="mailto:mark.adams@columbia.edu">mark.adams@columbia.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":310">I'm stuck.  I seem to have some file that I know nothing about:<br>
<br>
examples/tutorials> hg status -m<br>
M src/dm/impls/iga/iga.c<br>
<br>
that seems to be holding me up from doing just about anything with hg.  I've tried reverting it with not luck.</div></blockquote></div><br><div>hg diff   -- to see if there is anything you want to keep</div><div>hg revert src/dm/impls/iga/iga.c   -- to discard those changes</div>
<div>hg update -C   -- to discard any changes in the current working tree and update to the given revision (tip, by default)</div><div><br></div><div>If you have a problem with these, paste the full output.</div>