]> source.dussan.org Git - jgit.git/commit
Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult 49/3949/3
authorRobin Stocker <robin@nibor.org>
Tue, 9 Aug 2011 21:31:50 +0000 (23:31 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 9 Aug 2011 21:31:50 +0000 (23:31 +0200)
commit8db5b6a013d9cb076b2cb7122f111bbac317f3f2
tree5b9d67e6598f645b075fc29b396ae356cd9574b5
parent86ecf141b6e94f18702224e60e8992cafe4d02bc
Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult

This is useful when the result needs to be displayed and it's only of
interest if the operation was successful or not (in egit, it could be
used in MultiPullResultDialog).

Change-Id: Icfc9a9c76763f8a777087a1262c8d6ad251a9068
Signed-off-by: Robin Stocker <robin@nibor.org>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/MergeResult.java
org.eclipse.jgit/src/org/eclipse/jgit/api/PullResult.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseResult.java