Closed Bug 829708 Opened 11 years ago Closed 11 years ago

splinter isn't properly handling some combination of renames + copy + edit

Categories

(bugzilla.mozilla.org :: Splinter, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 652334

People

(Reporter: mccr8, Unassigned)

Details

See this:
https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=822470&attachment=693771

CallbackFunction.h appears twice in the list of files, but when you click on the first one, it switches over to the second one. If you click on the second one, it doesn't work.

CallbackFunction.h is being edited, then later there's a change for it being copied to CallbackObject.h, then there are some edits to CallbackObject.h.
For what it's worth, in terms of hg mechanics this diff was produced by:

  hg cp CallbackFunction.h CallbackObject.h
  edit CallbackFunction.h
  edit CallbackObject.h

The way hg represents that in diff form is not in that order, though.
Bug 866151 has another example of this.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.