[petsc-dev] hg problem

Jed Brown jedbrown at mcs.anl.gov
Wed Aug 24 19:45:29 CDT 2011


On Wed, Aug 24, 2011 at 19:16, Mark F. Adams <mark.adams at columbia.edu>wrote:

> I'm stuck.  I seem to have some file that I know nothing about:
>
> examples/tutorials> hg status -m
> M src/dm/impls/iga/iga.c
>
> that seems to be holding me up from doing just about anything with hg.
>  I've tried reverting it with not luck.
>

hg diff   -- to see if there is anything you want to keep
hg revert src/dm/impls/iga/iga.c   -- to discard those changes
hg update -C   -- to discard any changes in the current working tree and
update to the given revision (tip, by default)

If you have a problem with these, paste the full output.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110824/e3508fc9/attachment.html>


More information about the petsc-dev mailing list