mirror of
https://github.com/python/cpython.git
synced 2025-01-21 07:55:16 +08:00
merge with 3.3
This commit is contained in:
commit
650781411e
@ -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…
Reference in New Issue
Block a user