cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 102523 - Mercurial plugin does not support change propagation to a copy
: Mercurial plugin does not support change propagation to a copy
Status: STARTED
: versioncontrol
Mercurial
: 6.1
: Sun All
: P3 (vote)
: Next
Assigned To:
:
:
:
:
: 102490
:
  Show dependency treegraph
 
Reported: 2007-04-25 17:30 by
Modified: 2009-10-05 08:07 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-04-25 17:30:58
When a file is copied in netbeans the mercurial plugin does not call hg copy
-A.

This means that changes toa  file are not propagated to copies of the file.
------- Comment #1 From 2007-04-28 06:54:03 -------
This is a known issue. In order for us to do the right thing we need the
platform to give us access to the Copy event in the Interceptor code. At
present
it doesn't, so we don't get a chance to do anything with it.
We'll file an RFE against the platform to add Copy to the Versioning
Interceptor
support.

We are able to catch the rename int eh Interceptor and do the right Hg thing
here so you will get copy changes propagated on a rename, which is a start :)
------- Comment #2 From 2007-05-01 14:00:09 -------
We cannot fix this until dependent RFE is addressed
------- Comment #3 From 2007-05-02 11:31:23 -------
Will investigate possible solutions for 1.1. Could just not do the hg add on
any
locally new files until the user does a Commit. The issue with this is that the
IDE view of the Hg repository is now out of sync with the real repository as
seen when a user interacts with it from the command line.
------- Comment #4 From 2007-05-02 11:32:40 -------
Target fix for rev 1.1
------- Comment #5 From 2008-03-31 11:45:13 -------
The dependent RFE has not been addressed.
------- Comment #6 From 2008-05-29 13:44:12 -------
A related issue is that fetching the copy information to display in Search
History is not currently possible in Mercurial.

We use the appropriate template command with file_copies, but no copy info is
returned.

This issue is being tracked:
http://www.selenic.com/mercurial/bts/issue931