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 - Distinguish between "Renamed" from "Moved"
Summary: Distinguish between "Renamed" from "Moved"
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on: 246372
Blocks:
  Show dependency tree
 
Reported: 2014-09-01 18:13 UTC by ulfzibis
Modified: 2014-09-03 02:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"