# HG changeset patch
# User Johan Samyn <[email protected]>
# Date 1264880969 -3600
# Node ID 637b31e8f635f14601c235b41b773033a5984cf9
# Parent 73e7848ef98733bdda8ca1515fca8793a752b44d
tasks.py: remove short task option (-t) for patchbomb
diff --git a/hgext/tasks.py b/hgext/tasks.py
--- a/hgext/tasks.py
+++ b/hgext/tasks.py
@@ -190,7 +190,7 @@
Use 'hg export [TASK]' to export all changesets associated with the given
task.
- Use 'hg email -t [TASK]' to create a patchbomb containing all changesets
+ Use 'hg email --task [TASK]' to create a patchbomb containing all
changesets
associated with the given task.
Use 'hg transplant -t [TASK]' to transplant all associated changsets in a
@@ -722,7 +722,7 @@
if patchbomb:
entry = extensions.wrapcommand(patchbomb.cmdtable, 'email',
tasksemail)
- entry[1].append(('t', 'task', '',
+ entry[1].append(('', 'task', '',
_('email all changesets in task TASK')))
except:
pass
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop