cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 126031 - Add Rollback Changes - Backout support to Search History
: Add Rollback Changes - Backout support to Search History
Status: RESOLVED FIXED
: versioncontrol
Mercurial
: 6.1
: All All
: P2 (vote)
: TBD
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-01-25 21:51 by
Modified: 2008-02-25 14:57 (History)
Issue Type: ENHANCEMENT
:


Attachments


Note

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


Description From 2008-01-25 21:51:52
Add Rollback Changes support to Search History, to allow users to selectively
back out a change in the middle of the
changeset history.

Mercurial has a hg backout command, which looks to do what we want. If we use
the --merge option it will also do an
automatic merge for us after the backout.

Refer to:
hg help backout

Distributed Revision Control with Mercurial: 9.3.3: 94-96
http://hgbook.red-bean.com/hgbookch9.html#x13-1790009.3
------- Comment #1 From 2008-02-25 14:57:58 -------
Added rollback support to Show History and Show Out. Right clicking on the the
Changeset bar in the results list gives
you the Backout... menu for this Changeset. In mercurial this is called Backout
and this is what we have labeled it in
the plugin.

changeset:   69662:42fcf520d48e
tag:         tip
user:        jrice@netbeans.org
date:        Mon Feb 25 14:53:03 2008 +0000
summary:     #126031: Adding Rollback Changes to Show History - this is
implemented in mercurial as Backout and is
active on changeset only.

Mercurial Commit
----------------
#126031: Adding Rollback Changes to Show History - this is implemented in
mercurial as Backout and is active on
changeset only.
Committing 8 files to repository for Mercurial:
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/rollback/BackoutPanel.java
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/rollback/Bundle.properties
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/log/SummaryView.java
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/rollback/BackoutAction.java
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/log/RevisionNode.java
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/log/Bundle.properties
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/rollback/BackoutPanel.form
       
/export/home/jr140578/work/main_work/mercurial/src/org/netbeans/modules/mercurial/ui/rollback/Backout.java
INFO: End of Commit