浏览代码

Remove comment

master
10sr 5 年前
父节点
当前提交
f1695e3305
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      emacs.el

+ 1
- 2
emacs.el 查看文件

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-17 15:31:39 JST 10sr>
;; Time-stamp: <2018-10-17 15:32:23 JST 10sr>

;;; Code:

@@ -2797,7 +2797,6 @@ If current path was not found in the parent revision try to go up path."
(let* ((commitid (git-walktree--git-plumbing "rev-parse"
git-walktree-current-commitish))
(children (git-walktree--get-children commitid)))
(message "%S" children)
(if (< (length children)
1)
(message "There are no known child revision")


正在加载...
取消
保存