Mercurial > hg
changeset 2761:0aa458261901
fix hg backup option recommendation for auto-merge
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 02 Aug 2006 03:17:06 +0200 |
parents | e6bef16b6cec |
children | 2df98f616645 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Aug 01 15:51:13 2006 -0700 +++ b/mercurial/commands.py Wed Aug 02 03:17:06 2006 +0200 @@ -942,7 +942,8 @@ else: ui.status(_('the backout changeset is a new head - ' 'do not forget to merge\n')) - ui.status(_('(use "backout -m" if you want to auto-merge)\n')) + ui.status(_('(use "backout --merge" ' + 'if you want to auto-merge)\n')) def bundle(ui, repo, fname, dest=None, **opts): """create a changegroup file