equal
deleted
inserted
replaced
2349 _(b'forcibly copy over an existing managed file'), |
2349 _(b'forcibly copy over an existing managed file'), |
2350 ), |
2350 ), |
2351 ] |
2351 ] |
2352 + walkopts |
2352 + walkopts |
2353 + dryrunopts, |
2353 + dryrunopts, |
2354 _(b'[OPTION]... SOURCE... DEST'), |
2354 _(b'[OPTION]... (SOURCE... DEST | --forget DEST...)'), |
2355 helpcategory=command.CATEGORY_FILE_CONTENTS, |
2355 helpcategory=command.CATEGORY_FILE_CONTENTS, |
2356 ) |
2356 ) |
2357 def copy(ui, repo, *pats, **opts): |
2357 def copy(ui, repo, *pats, **opts): |
2358 """mark files as copied for the next commit |
2358 """mark files as copied for the next commit |
2359 |
2359 |