Emacs VCS interface commits only one file

Posted by myfreeweb on Stack Overflow See other posts from Stack Overflow or by myfreeweb
Published on 2010-01-12T11:38:54Z Indexed on 2010/03/29 3:03 UTC
Read the original article Hit count: 347

Filed under:
|
|
|
|

When I commit changes with Emacs' built-in VCS interface (I use it with Bazaar) it commits only one file - that's open in current buffer. So when I press C-c v v, enter message and C-c C-c, it does something like

bzr commit -m "my message" file/open/in.buffer

instead of

bzr commit -m "my message"

How to commit all changes with Emacs?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about bazaar