unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1647: vc-bzr commit bug on win32
@ 2008-12-20  5:02 马旋(SuperMMX)
  2020-08-17 22:23 ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: 马旋(SuperMMX) @ 2008-12-20  5:02 UTC (permalink / raw)
  To: bug-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Problem:

Emacs : GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-12-09
Bazaar : Bazaar (bzr) 1.10 (Python installation)

1) In vc-dired, there are more than one file modified, mark some of them,
   and do commit, all the files get committed, not only the marked ones.
2) If the commit comment has more than one lines, only the first one
   is passed to Bazaar, and all the files get committed.

It seems that this is related with \n in commit comment (no matter one line
or multi-line).

But there is no problem under Linux.

Anyone met this problem ?

Thanks
- -- 
A. Because it makes the logic of the discussion difficult to follow.
Q. Why shoudn't I top post?
A. No.
Q Should I top post?

A: Because it destroys the flow of the conversation
Q: Why is it bad?
A: No, it's bad.
Q: Should I top post in replies to mailing lists? 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)

iEYEARECAAYFAklMfHQACgkQYjhzyV/TMxsW4gCdF7a8epi/2wyq+Q1ijo/E1CqP
IywAn3K7IV3ucwPnEBHsRhURT4PdWkDJ
=pJMA
-----END PGP SIGNATURE-----







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1647: vc-bzr commit bug on win32
  2008-12-20  5:02 bug#1647: vc-bzr commit bug on win32 马旋(SuperMMX)
@ 2020-08-17 22:23 ` Stefan Kangas
  2020-08-18  1:28   ` 马旋(MA Xuan)
  2020-08-18  4:28   ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Kangas @ 2020-08-17 22:23 UTC (permalink / raw)
  To: 马旋(SuperMMX); +Cc: 1647

马旋(SuperMMX) <supermmx@gmail.com> writes:

> Problem:
>
> Emacs : GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-12-09
> Bazaar : Bazaar (bzr) 1.10 (Python installation)
>
> 1) In vc-dired, there are more than one file modified, mark some of them,
>    and do commit, all the files get committed, not only the marked ones.
> 2) If the commit comment has more than one lines, only the first one
>    is passed to Bazaar, and all the files get committed.
>
> It seems that this is related with \n in commit comment (no matter one line
> or multi-line).
>
> But there is no problem under Linux.
>
> Anyone met this problem ?

(This was reported over 11 years ago, but unfortunately never got a
reply at the time.)

Are you still seeing this on a modern version of Emacs, such as the
recently released Emacs 27.1?

Thanks.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1647: vc-bzr commit bug on win32
  2020-08-17 22:23 ` Stefan Kangas
@ 2020-08-18  1:28   ` 马旋(MA Xuan)
  2020-08-18  4:28   ` Eli Zaretskii
  1 sibling, 0 replies; 5+ messages in thread
From: 马旋(MA Xuan) @ 2020-08-18  1:28 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 1647

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

On Tue, Aug 18, 2020 at 8:23 AM Stefan Kangas <stefan@marxist.se> wrote:

> 马旋(SuperMMX) <supermmx@gmail.com> writes:
>
> > Problem:
> >
> > Emacs : GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-12-09
> > Bazaar : Bazaar (bzr) 1.10 (Python installation)
> >
> > 1) In vc-dired, there are more than one file modified, mark some of them,
> >    and do commit, all the files get committed, not only the marked ones.
> > 2) If the commit comment has more than one lines, only the first one
> >    is passed to Bazaar, and all the files get committed.
> >
> > It seems that this is related with \n in commit comment (no matter one
> line
> > or multi-line).
> >
> > But there is no problem under Linux.
> >
> > Anyone met this problem ?
>
> (This was reported over 11 years ago, but unfortunately never got a
> reply at the time.)
>
> Are you still seeing this on a modern version of Emacs, such as the
> recently released Emacs 27.1?
>
> Thanks.
>
> Best regards,
> Stefan Kangas
>

I don't use Bazaar anymore, magit works well.

[-- Attachment #2: Type: text/html, Size: 1733 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1647: vc-bzr commit bug on win32
  2020-08-17 22:23 ` Stefan Kangas
  2020-08-18  1:28   ` 马旋(MA Xuan)
@ 2020-08-18  4:28   ` Eli Zaretskii
  2020-08-18  9:47     ` Stefan Kangas
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2020-08-18  4:28 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 1647, supermmx

> From: Stefan Kangas <stefan@marxist.se>
> Date: Mon, 17 Aug 2020 22:23:19 +0000
> Cc: 1647@debbugs.gnu.org
> 
> > 1) In vc-dired, there are more than one file modified, mark some of them,
> >    and do commit, all the files get committed, not only the marked ones.
> > 2) If the commit comment has more than one lines, only the first one
> >    is passed to Bazaar, and all the files get committed.
> >
> > It seems that this is related with \n in commit comment (no matter one line
> > or multi-line).
> >
> > But there is no problem under Linux.
> >
> > Anyone met this problem ?
> 
> (This was reported over 11 years ago, but unfortunately never got a
> reply at the time.)
> 
> Are you still seeing this on a modern version of Emacs, such as the
> recently released Emacs 27.1?

I just tried it, and didn't see any of these problems.  So either the
problem was fixed since then, or it was due to some local issue to
begin with.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1647: vc-bzr commit bug on win32
  2020-08-18  4:28   ` Eli Zaretskii
@ 2020-08-18  9:47     ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2020-08-18  9:47 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 1647-done, supermmx

Eli Zaretskii <eliz@gnu.org> writes:

> I just tried it, and didn't see any of these problems.  So either the
> problem was fixed since then, or it was due to some local issue to
> begin with.

Thank you for checking.  I'm therefore closing this bug report.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-18  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-20  5:02 bug#1647: vc-bzr commit bug on win32 马旋(SuperMMX)
2020-08-17 22:23 ` Stefan Kangas
2020-08-18  1:28   ` 马旋(MA Xuan)
2020-08-18  4:28   ` Eli Zaretskii
2020-08-18  9:47     ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).