Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 958e4da + e46abb4 commit 6507814Copy full SHA for 6507814
1 file changed
Tools/hg/hgtouch.py
@@ -125,6 +125,6 @@ def touch(ui, repo, basedir):
125
126
cmdtable = {
127
"touch": (touch,
128
- [('b', 'basedir', '', 'base dir of the tree to apply touching', 'BASEDIR')],
+ [('b', 'basedir', '', 'base dir of the tree to apply touching')],
129
"hg touch [-b BASEDIR]")
130
}
0 commit comments