sync in view branch updates the view branch
* sync: When run in a view branch, refresh the view branch to reflect any changes that have been made to the parent branch or metadata. This is basically working, but probably needs some more work to deal with all the edge cases of things sync does. Sponsored-by: Lawrence Brogan on Patreon
This commit is contained in:
parent
a11d6e0baf
commit
5f9bf51438
6 changed files with 115 additions and 14 deletions
|
@ -35,7 +35,7 @@ start [] = giveup "Specify metadata to include in view"
|
|||
start ps = ifM safeToEnterView
|
||||
( do
|
||||
view <- mkView ps
|
||||
go view =<< currentView
|
||||
go view =<< currentView
|
||||
, giveup "Not safe to enter view."
|
||||
)
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue