Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e46abb4

Browse files
committed
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).
1 parent 95b696a commit e46abb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/hg/hgtouch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ def touch(ui, repo, basedir):
125125

126126
cmdtable = {
127127
"touch": (touch,
128-
[('b', 'basedir', '', 'base dir of the tree to apply touching', 'BASEDIR')],
128+
[('b', 'basedir', '', 'base dir of the tree to apply touching')],
129129
"hg touch [-b BASEDIR]")
130130
}

0 commit comments

Comments
 (0)