mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
hgtouch: remove meta-variable from option spec
This fifth tuple element is unsupported in an old hg version still used on one buildbot, and it is not really necessary (only used in touch --help).
This commit is contained in:
@@ -125,6 +125,6 @@ def touch(ui, repo, basedir):
|
||||
|
||||
cmdtable = {
|
||||
"touch": (touch,
|
||||
[('b', 'basedir', '', 'base dir of the tree to apply touching', 'BASEDIR')],
|
||||
[('b', 'basedir', '', 'base dir of the tree to apply touching')],
|
||||
"hg touch [-b BASEDIR]")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user