[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No commit in vc?
From: |
Chong Yidong |
Subject: |
Re: No commit in vc? |
Date: |
Thu, 04 Feb 2010 23:12:56 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) |
Juri Linkov <address@hidden> writes:
>>> (when pending-merge
>>> (concat
>>> (propertize "Warning : " 'face 'font-lock-warning-face
>>> 'help-echo shelve-help-echo)
>>> (propertize "Pending merges, commit recommended before any other
>>> action"
>
> This warning is permanent and displayed even when there are no pending
> merges regardless whether the branch is lightweight or bound heavyweight.
> It seems .bzr/checkout/merge-hashes contains some old information from
> previous merges.
I am seeing this useless "warning" popping up every single time I use
VC-dir, on the bound heavyweight branch on which I work.
Unless there is a way to detect if a branch is bound and disable this
warning, I think the change should be reverted.