cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 122145 - Diff should know the content of the refactored file.
: Diff should know the content of the refactored file.
Status: VERIFIED FIXED
: versioncontrol
Mercurial
: 6.1
: All All
: P3 (vote)
: 6.1
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-11-16 13:20 by
Modified: 2008-01-03 09:35 (History)
Issue Type: DEFECT
:


Attachments
proposed patch (9.83 KB, patch)
2007-11-19 10:26, Padraig Obriain
Details | Diff


Note

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


Description From 2007-11-16 13:20:33
Product Version: NetBeans IDE 6.0 RC1 (Build 200711160000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
Userdir: D:\ide\60daily\user

Step:
1. Open project under hg control.
2. With the use of refactoring rename the file and commit changes.
3. Select some file of it and invoke "Mercurial | Show Annotations" action.
4. Over the annotation column invoke popup menu and choose "Diff x to (x-1)"
action.

The (x-1) version shows - <Content Not Available>
------- Comment #1 From 2007-11-16 15:02:55 -------
I need to specify --follow to hg annotate command.
------- Comment #2 From 2007-11-19 10:26:25 -------
Created an attachment (id=53189) [details]
proposed patch
------- Comment #3 From 2007-11-19 12:05:36 -------
IDE:-------------------------------------------------
IDE: [11/19/07 12:04 PM] Committing started
Checking in ui/annotate/AnnotationBar.java;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/annotate/AnnotationBar.java,v
 <--  AnnotationBar.java
new revision: 1.7; previous revision: 1.6
done
Checking in ui/annotate/AnnotateAction.java;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/annotate/AnnotateAction.java,v
 <--  AnnotateAction.java
new revision: 1.6; previous revision: 1.5
done
Checking in ui/annotate/AnnotateLine.java;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/ui/annotate/AnnotateLine.java,v
 <--  AnnotateLine.java
new revision: 1.6; previous revision: 1.5
done
Checking in util/HgCommand.java;
/shared/data/ccvs/repository/versioncontrol/mercurial/src/org/netbeans/modules/mercurial/util/HgCommand.java,v
 <-- 
HgCommand.java
new revision: 1.54; previous revision: 1.53
done
IDE: [11/19/07 12:04 PM] Committing finished
------- Comment #4 From 2007-12-10 06:28:44 -------
Verified.