diff options
Diffstat (limited to 'src/sub_commands/send.rs')
| -rw-r--r-- | src/sub_commands/send.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/send.rs b/src/sub_commands/send.rs index 6b9dd58..9733cfe 100644 --- a/src/sub_commands/send.rs +++ b/src/sub_commands/send.rs | |||
| @@ -1042,7 +1042,7 @@ pub async fn generate_patch_event( | |||
| 1042 | /** | 1042 | /** |
| 1043 | * returns `(from_branch,to_branch,ahead,behind)` | 1043 | * returns `(from_branch,to_branch,ahead,behind)` |
| 1044 | */ | 1044 | */ |
| 1045 | fn identify_ahead_behind( | 1045 | pub fn identify_ahead_behind( |
| 1046 | git_repo: &Repo, | 1046 | git_repo: &Repo, |
| 1047 | from_branch: &Option<String>, | 1047 | from_branch: &Option<String>, |
| 1048 | to_branch: &Option<String>, | 1048 | to_branch: &Option<String>, |