helper: Use the correct head when merging a patch
Fixes a bug where the wrong head would be used as part of the merge action.
Use the head of the revision instead of the head of the canonical branch.
2 files changed
+49
-7
91914d93
→
cab56c11
modified radicle-cli/examples/rad-merge-via-push.md
@@ -1,16 +1,22 @@
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -76,6 +82,21 @@ $ rad patch --merged
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -89,7 +110,7 @@ $ rad patch show 356f73863a8920455ff6e77cd9c805d68910551b
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,3 +140,24 @@ z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-remote-helper/src/push.rs
@@ -733,9 +733,9 @@ fn patch_merge_all<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|