##// END OF EJS Templates
Clean up qnew help text.
Brendan Cully -
r2770:5f8259e4 default
parent child Browse files
Show More
@@ -1291,10 +1291,7 b' def new(ui, repo, patch, **opts):'
1291
1291
1292 -m or -l set the patch header as well as the commit message.
1292 -m or -l set the patch header as well as the commit message.
1293 If neither is specified, the patch header is empty and the
1293 If neither is specified, the patch header is empty and the
1294 commit message is 'New patch: PATCH'
1294 commit message is 'New patch: PATCH'"""
1295
1296 If -f is specified, the patch will be initialized with any
1297 uncommitted changes. Otherwise, if there outsta"""
1298 q = repo.mq
1295 q = repo.mq
1299 message=commands.logmessage(**opts)
1296 message=commands.logmessage(**opts)
1300 q.new(repo, patch, msg=message, force=opts['force'])
1297 q.new(repo, patch, msg=message, force=opts['force'])
General Comments 0
You need to be logged in to leave comments. Login now