Susan Scheufele wrote: > Hello All, > > I don't know what to do about this, except to go around the problem by making > a new > workspace/repository: > > zday% hg recommit > abort: workspace has uncommitted changes > zday% hg commit > nothing changed > > Any other suggestions on how to get this one delta compressed would be > appreciated! > > Thanks, > -Susan
What does "hg status" report? You may have uncommitted changes in your repository, with nothing to commit, if you have (either intentionally or not) deleted a file but not used "hg rm." --Mark