Browse Source

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).
pull/2332/head
Georg Brandl 12 years ago
parent
commit
e46abb42de
  1. 2
      Tools/hg/hgtouch.py

2
Tools/hg/hgtouch.py

@ -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]")
}
Loading…
Cancel
Save