merge with 3.3

This commit is contained in:
Georg Brandl 2014-03-09 10:22:46 +01:00
commit 650781411e
1 changed files with 1 additions and 1 deletions

View File

@ -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]")
}