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 226415 - Mercurial rebase doesn't work well with push hooks
Summary: Mercurial rebase doesn't work well with push hooks
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on: 188685
Blocks:
  Show dependency tree
 
Reported: 2013-02-20 16:30 UTC by Ondrej Vrabec
Modified: 2013-02-23 04:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-02-20 16:30:49 UTC
when using rebase closing issues does not work because mercurial rebase changes changeset ids of rebased commits. Push hooks should be notified of a rebase action and then remap to the new ids
Comment 1 Ondrej Vrabec 2013-02-20 16:36:33 UTC
fix: http://hg.netbeans.org/core-main/rev/31751998047f
Comment 2 Quality Engineering 2013-02-23 04:11:38 UTC
Integrated into 'main-golden', will be available in build *201302222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/31751998047f
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #226415 - Mercurial rebase doesn't work well with push hooks
notify push hooks after rebase finishes and remap scheduled actions to the new ids