This is my problem:
(oneclickcosvirt)[marcintustin@web316 oneclickcos]$ hg merge
abort: outstanding uncommitted changes
(use 'hg status' to list changes)
(oneclickcosvirt)[marcintustin@web316 oneclickcos]$ hg ci -umarcintustin
nothing changed (4 missing files, see 'hg status')
Hg won’t merge because of outstanding changes, but there are no outstanding changes. What to do?
In addition to @gavinb’s answer, it is also possible to pass the
--forceoption:That will also perform the usual merge operation.