branch: externals/vc-got
commit 49945a03f424a31602b353a9a26d5a0bf19b9a9f
Author: Omar Polo <[email protected]>
Commit: Omar Polo <[email protected]>
mark ignore and ignore-completion-table as NOT NEEDED
---
vc-got.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-got.el b/vc-got.el
index ae83a7e..2ac2878 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -95,8 +95,8 @@
;; MISCELLANEOUS NOT IMPLEMENTED
;; - make-version-backups-p NOT NEEDED, `got' works fine locally
;; - root DONE
-;; - ignore NOT IMPLEMENTED
-;; - ignore-completion-table NOT IMPLEMENTED
+;; - ignore NOT NEEDED, the default action is good
+;; - ignore-completion-table NOT NEEDED, the default action is good
;; - find-ignore-file DONE
;; - previous-revision DONE
;; - next-revision DONE