>> Why my incoming tab is showing same change lists as repository tab? >> How does IDEA decide what change list goes to 'Repository' and what >> goes to 'Incoming'. >> >> Looking at svn4idea I assumed isChangeLocallyAvailable is doing the >> difference, but it doesn't appear to have any influence?
Make sure that the revision numbers you return from ChangeProvider.getChanges() are correctly comparable with revisions in changes you return from CommittedChangesProvider.
Dmitry,
I'm using VcsRevisionNumber.Int everywhere
still not able to get correct changes in 'Incoming"
Please confirm isChangeLocallyAvailable is separating changes between "Repository" and "Incoming" tabs
If this will help you can see the source here
http://code.google.com/p/hg4idea/source/browse/trunk/src/org/zmlx/hg4idea/HgCommittedChangesProvider.java
Thanks
Dmitry Jemerov wrote:
>> Why my incoming tab is showing same change lists as repository tab?
>> How does IDEA decide what change list goes to 'Repository' and what
>> goes to 'Incoming'.
>>
>> Looking at svn4idea I assumed isChangeLocallyAvailable is doing the
>> difference, but it doesn't appear to have any influence?