Mercurial > evolve
diff hgext/evolve.py @ 925:89b50258ad33 stable
uncommit: change 'kill' to 'prune' in error message
'kill' was renamed to 'prune' Long time ago.
author | Faheem Mitha <faheem@faheem.info> |
---|---|
date | Sat, 03 May 2014 03:46:21 +0530 |
parents | a94ce5400e1b |
children | 154510dc4318 |
line wrap: on
line diff
--- a/hgext/evolve.py Tue Apr 29 16:31:21 2014 -0700 +++ b/hgext/evolve.py Sat May 03 03:46:21 2014 +0530 @@ -1641,7 +1641,7 @@ updatebookmarks(newid) if not repo[newid].files(): ui.warn(_("new changeset is empty\n")) - ui.status(_('(use "hg kill ." to remove it)\n')) + ui.status(_('(use "hg prune ." to remove it)\n')) finally: wlock.release() finally: