Show git status after edit.
This commit is contained in:
parent
831a0fb723
commit
587e0037f1
1 changed files with 3 additions and 1 deletions
|
@ -370,7 +370,9 @@
|
|||
(gen-html-members MB (-web-dir-)))
|
||||
((edit)
|
||||
(if mr
|
||||
(edit-file (brmember-file-path mr))
|
||||
(let ()
|
||||
(edit-file (brmember-file-path mr))
|
||||
(print-git-status))
|
||||
(print "No member to edit.")))
|
||||
((no-op) (void))
|
||||
((unpaired)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue