# HG changeset patch # User Brendan Cully # Date 1154555339 25200 # Node ID 5f8259e4d2926fe748d163ed10de2be3ee642ae5 # Parent 2ace3bf43089667f62c55e6e5d87518e40c9d88d Clean up qnew help text. diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1291,10 +1291,7 @@ def new(ui, repo, patch, **opts): -m or -l set the patch header as well as the commit message. If neither is specified, the patch header is empty and the - commit message is 'New patch: PATCH' - - If -f is specified, the patch will be initialized with any - uncommitted changes. Otherwise, if there outsta""" + commit message is 'New patch: PATCH'""" q = repo.mq message=commands.logmessage(**opts) q.new(repo, patch, msg=message, force=opts['force'])