cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 117653 - Incoming/Outgoing view.
: Incoming/Outgoing view.
Status: RESOLVED FIXED
: versioncontrol
Mercurial
: 6.1
: All All
: P2 (vote)
: 6.1
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-10-03 15:39 by
Modified: 2008-02-05 22:09 (History)
Issue Type: ENHANCEMENT
:


Attachments
65123_75a6068f4198 - Show Out support (23.16 KB, text/plain)
2008-01-31 07:57, John Rice
Details


Note

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


Description From 2007-10-03 15:39:07
Product Version: NetBeans IDE Dev (Build 200710030000) Java: 1.6.0_02; Java
HotSpot(TM) Client VM 1.6.0_02-b05 System:
Windows XP version 5.1 running on x86; Cp1252; en_GB (nb) Userdir:
D:\ide\60daily\user

It would be great if users have an opportunity to list changes from the
original repository. Something like "Status"
view that could show incoming/outgoing changes.
------- Comment #1 From 2008-01-30 07:30:38 -------
*** Issue 126220 has been marked as a duplicate of this issue. ***
------- Comment #2 From 2008-01-30 09:23:24 -------
Will reuse the Show History code to implement this functionality, will just
need a switch to customize how the
underlying history data is being generated in each case, History - hg log, Out
- hg out, Incoming hg incoming and
hide/show various elements of the Search History dialog and label
appropriately.
------- Comment #3 From 2008-01-31 07:56:57 -------
changeset:   65123:75a6068f4198
tag:         tip
user:        jrice@netbeans.org
date:        Thu Jan 31 00:51:11 2008 +0000
summary:     #117653: Added support for Show Out - will show all outgoing
changesets in Show History style, allowing
diff and revert
------- Comment #4 From 2008-01-31 07:57:59 -------
Created an attachment (id=55814) [details]
65123_75a6068f4198 - Show Out support
------- Comment #5 From 2008-01-31 08:34:45 -------
Note in Head: rev 65300 cset 75a6068f4198
------- Comment #6 From 2008-02-05 22:09:21 -------
Mercurial Push
--------------
INFO Changesets to push:
changeset:   65973:cbf7ffac44e1
user:        jrice@netbeans.org
date:        Tue Feb 05 21:59:47 2008 +0000
files:       mercurial/src/org/netbeans/modules/mercurial/Bundle.properties
mercurial/src/org/netbeans/modules/mercurial/MercurialAnnotator.java
mercurial/src/org/netbeans/modules/mercurial/ui/log/Bundle.properties
mercurial/src/org/netbeans/modules/mercurial/ui/log/IncomingAction.java
mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchExecutor.java
mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryAction.java
mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.java
mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryTopComponent.java
mercurial/src/org/netbeans/modules/mercurial/ui/log/SummaryView.java
mercurial/src/org/netbeans/modules/mercurial/util/HgCommand.java
description:
#117653: Adding Incoming support - can only show changeset summary, remote diff
is not supported.