mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add Merge in the contextual menus for commits and refs
This commit is contained in:
@@ -39,6 +39,15 @@
|
||||
}
|
||||
|
||||
|
||||
#pragma mark Merge
|
||||
|
||||
- (void) merge:(PBRefMenuItem *)sender
|
||||
{
|
||||
id <PBGitRefish> refish = [sender refish];
|
||||
[historyController.repository mergeWithRefish:refish];
|
||||
}
|
||||
|
||||
|
||||
#pragma mark Checkout
|
||||
|
||||
- (void) checkout:(PBRefMenuItem *)sender
|
||||
|
||||
Reference in New Issue
Block a user