[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No commit in vc?
From: |
Óscar Fuentes |
Subject: |
Re: No commit in vc? |
Date: |
Thu, 28 Jan 2010 12:26:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
Jan Djärv <address@hidden> writes:
> Maybe I'm missing something obvious, but I can't find any way of doing
> commit from vc in Emacs (for bzr).
>
> I did what "Doing Quick Fixes" says in BzrForEmacsDevs. I then did
> C-x v d ..., and then v, <type comment> C-c C-c.
>
> Bzr then complains it can't do single file commits for merges
> (whatever that means).
Let me guess:
bzr merge
<hack hack>
bzr commit foo.c
<cannot do single file commits for merges>
On this scenario, the `merge' modifies some files and sets a `pending
merge tips' status flag (visible with `bzr st') At this point, you must
commit the whole merge, not just a subset of the modified files:
bzr merge
<resolve conflicts, if any>
bzr commit
<hack hack>
bzr commit foo.c
- No commit in vc?, Jan Djärv, 2010/01/28
- Re: No commit in vc?, Eli Zaretskii, 2010/01/28
- Re: No commit in vc?,
Óscar Fuentes <=
- Re: No commit in vc?, Jan Djärv, 2010/01/28
- Re: No commit in vc?, Jason Rumney, 2010/01/28
- Re: No commit in vc?, Óscar Fuentes, 2010/01/28
- Re: No commit in vc?, Óscar Fuentes, 2010/01/28
- Re: No commit in vc?, Jan Djärv, 2010/01/28
- Re: No commit in vc?, Óscar Fuentes, 2010/01/28
- Re: No commit in vc?, Jan Djärv, 2010/01/28
- Re: No commit in vc?, Óscar Fuentes, 2010/01/28
- Re: No commit in vc?, Jan Djärv, 2010/01/28
- Re: No commit in vc?, Eli Zaretskii, 2010/01/28