##// END OF EJS Templates
copy: correct synopsis by making SOURCE a required argument
av6 -
r42758:50eacdee stable
parent child Browse files
Show More
@@ -1857,7 +1857,7 b' def config(ui, repo, *values, **opts):'
1857 [('A', 'after', None, _('record a copy that has already occurred')),
1857 [('A', 'after', None, _('record a copy that has already occurred')),
1858 ('f', 'force', None, _('forcibly copy over an existing managed file')),
1858 ('f', 'force', None, _('forcibly copy over an existing managed file')),
1859 ] + walkopts + dryrunopts,
1859 ] + walkopts + dryrunopts,
1860 _('[OPTION]... [SOURCE]... DEST'),
1860 _('[OPTION]... SOURCE... DEST'),
1861 helpcategory=command.CATEGORY_FILE_CONTENTS)
1861 helpcategory=command.CATEGORY_FILE_CONTENTS)
1862 def copy(ui, repo, *pats, **opts):
1862 def copy(ui, repo, *pats, **opts):
1863 """mark files as copied for the next commit
1863 """mark files as copied for the next commit
General Comments 0
You need to be logged in to leave comments. Login now