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 246806

Summary: Distinguish between "Renamed" from "Moved"
Product: versioncontrol Reporter: ulfzibis <ulfzibis>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 246372    
Bug Blocks:    

Description ulfzibis 2014-09-01 18:13:07 UTC
[ JDK VERSION : 1.7.0_67 ]

STEPS:
   * A file is renamed, but it's location in the filesystem remains same.

ACTUAL:
   It is stated as "Moved"

EXPECTED:
   State it as "Renamed"

In bug 246372 you have established consistency upon "Copied", "Moved" and
"Renamed" wich is great. From the patch I also notice, that you have completely
dropped the term "Renamed".
For better human understanding I like to suggest to state logically moved files
as "Renamed" if the filsystem location is not changed.
Comment 1 Ondrej Vrabec 2014-09-02 14:45:21 UTC
fixed. BTW, you should reconsider and switch to Git (instead of Mercurial)... just my recommendation.

fix: http://hg.netbeans.org/core-main/rev/1339b525d198
Comment 2 ulfzibis 2014-09-02 20:43:20 UTC
You additionally now distinguish between "Deleted" and "Removed".
I like it, thanks!
Comment 3 Quality Engineering 2014-09-03 02:27:46 UTC
Integrated into 'main-silver', will be available in build *201409030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1339b525d198
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #246806 - Distinguish between "Renamed" from "Moved"