This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125621 - refactor copy failed for mercurial
Summary: refactor copy failed for mercurial
Status: RESOLVED DUPLICATE of bug 125673
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 13:43 UTC by windli
Modified: 2008-01-21 16:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description windli 2008-01-20 13:43:26 UTC
Steps to reproduce:
1. Copy a java file
2. Select Paste/Refactor Copy and give it a new name
The refactor failed. It sames there is a little wrong in the order of adding the file to mercurial and doing the refactor.
Here is the output:
Command: [hg, rename, --repository, /path, --cwd, /path, xxxx/src/xxx/Main_2.java, soapClient/src/soapclient/hhhu.java]
Output: [xxxx/src/xxx/Main_2.java: not copying - file is not managed, abort: no files to copy]
Comment 1 Padraig Obriain 2008-01-21 16:08:34 UTC

*** This issue has been marked as a duplicate of 125673 ***