branch: externals/vc-got
commit ae2ad5727a15bfcc13d0822854d602b5a9f9c212
Author: Omar Polo <[email protected]>
Commit: Omar Polo <[email protected]>

    don't need mark-resolved and find-admin-dir
---
 vc-got.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index 8a1f960..8e3eb75 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -68,8 +68,10 @@
 ;; - modify-change-comment              NOT IMPLEMENTED
 ;;      can be implemented via histedit, if I understood correctly
 ;;      what it is supposed to do.
-;; - mark-resolved                      NOT IMPLEMENTED
-;; - find-admin-dir                     NOT IMPLEMENTED
+;; - mark-resolved                      NOT NEEDED
+;;      got notice by itself when a file doesn't have any pending
+;;      conflicts to be resolved.
+;; - find-admin-dir                     NOT NEEDED
 ;;
 ;; HISTORY FUNCTIONS
 ;; * print-log                          DONE

Reply via email to