[petsc-dev] I hate Mecurial

Sean Farley sean at mcs.anl.gov
Sat Oct 8 12:36:33 CDT 2011


>
> What the fuck? Why cannot it not provide some useful information on what I
> need to do??????  This absolutely sucks!!!!


"abort: outstanding uncommitted changes"

First, you need to update mercurial to 1.9.3. Then try and see if that works
better. Alternatively, you can try the shelve or attic extensions:

$ hg pull
$ hg merge
abort: outstanding uncommitted changes
$ hg shelve
$ hg st
$ hg merge
$ hg ci
$ hg unshelve

or something like that. Depending if you install shelve or attic will change
the commands slightly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20111008/c0bbf70b/attachment.html>


More information about the petsc-dev mailing list