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

Skip to content

Commit 6507814

Browse files
committed
merge with 3.3
2 parents 958e4da + e46abb4 commit 6507814

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)