comparison hgext/evolve.py @ 945:561b3cdb4453 stable

evolve: fix spelling error
author Greg Ward <greg@gerg.ca>
date Sun, 25 May 2014 17:37:13 -0400
parents f13facb01ac5
children dedd5359340f
comparison
equal deleted inserted replaced
936:66dab6b2c6e4 945:561b3cdb4453
1170 phases.retractboundary(repo, bumped.phase(), [newid]) 1170 phases.retractboundary(repo, bumped.phase(), [newid])
1171 createmarkers(repo, [(tmpctx, (repo[newid],))], 1171 createmarkers(repo, [(tmpctx, (repo[newid],))],
1172 flag=obsolete.bumpedfix) 1172 flag=obsolete.bumpedfix)
1173 bmupdate(newid) 1173 bmupdate(newid)
1174 tr.close() 1174 tr.close()
1175 repo.ui.status(_('commited as %s\n') % node.short(newid)) 1175 repo.ui.status(_('committed as %s\n') % node.short(newid))
1176 finally: 1176 finally:
1177 tr.release() 1177 tr.release()
1178 finally: 1178 finally:
1179 lock.release() 1179 lock.release()
1180 # reroute the working copy parent to the new changeset 1180 # reroute the working copy parent to the new changeset