unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: "Óscar Fuentes" <ofv@wanadoo.es>
Cc: emacs-devel@gnu.org
Subject: Re: GNU Emacs is on Bazaar now.
Date: Fri, 01 Jan 2010 18:21:46 +0900	[thread overview]
Message-ID: <87hbr6npsl.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <874on7lkfd.fsf@telefonica.net>

Óscar Fuentes writes:

 > Oh my God. Really, really, really, why so much insistence on having
 > 
 > 87344 Fixed bug #4223
 > 87344.1 Fixed bug #4223
 > 
 > instead of just
 > 
 > 87344 Fixed bug #4223

First, because there is absolutely nobody insisting on that.  Take
your strawman elsewhere.

Second, because without changes in Handa-san's workflow, it will
actually look like this anyway:

87345 ChangeLog for 87344
87344 Fixed bug #4223

What Handa-san has done until now, according to his post, would
actually result in (for that case) something like

87344 ChangeLog: Fixed bug #4223
87343 Updated callers in quux.c
87342 Updated callers in baz.c
87341 Updated callers in bar.c
87340 Updated prototype in foo.h
87339 Added argument to snafoo in foo.c

The problem I'm pointing out is that *for Handa-san, exactly the same
personal workflow as in CVS* works fine with bzr, too.  He will not
notice any problems because in a CVS-alike workflow he probably
doesn't use "bzr log", he looks at the ChangeLog.  The ChangeLog will
look as it does in CVS.  But "bzr log -n1" will show the commits as
above, which is not very nice for *other* people who find that bzr's
advanced features improve *their* workflows.  Unfortunately, that's
the most likely outcome if he followed your original advice.

It was only later that you said "oh, of course he should change his
workflow so that he commits coherent changsets".  I'm sure he's
willing to do so if so advised, but that's not what you said in your
first post.  And rms, at least, has been opposed to asking anybody to
change their workflows until they're ready to do so.  Ditto, Eli Z.

It's not clear to me that there is a huge advantage to him if he has
to alter workflows anyway.  Some people might prefer to keep the "C-x
v v"-based workflow, and then "merge to mirror + commit to the remote
repo" as a separate step that they could do once a day, or once a week
for that matter.

In that case, we would see

87344 Merge: Fixed bug #4223
87343.6 ChangeLog: Fixed bug #4223
87343.5 Updated callers in quux.c
87343.4 Updated callers in baz.c
87343.3 Updated callers in bar.c
87343.2 Updated prototype in foo.h
87343.1 Added argument to snafoo in foo.c

which would by default (ie, just "bzr log") appear as

87344 Fixed bug #4223

of course.  This requires maintaining two branches, one for the actual
commits, one for merge and commit + push (unbound) or commit (bound).
But it does work fairly well for users of vc who use the "C-x v v C-x
b ... (repeat)" workflow, and with feature branches.  The only thing
it's really horrible for is the one-line, one-file fix -- and until
Emacs abandons ChangeLogs, those are really rare because the fix will
be accompanied by a log, unless the fix is in the ChangeLog itself.

Some folks wouldn't like that much, I imagine (ie, those who insist on
coherent changeset commits).

Finally, note that none of the above mentions the fact that if
Handa-san decides to do some extended work on a branch, he'll need to
learn the work branch + trunk mirror workflow anyway.




  reply	other threads:[~2010-01-01  9:21 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-27 22:55 GNU Emacs is on Bazaar now Karl Fogel
2009-12-28  6:46 ` Kenichi Handa
2009-12-28  6:55   ` Karl Fogel
2009-12-28  8:07     ` Kenichi Handa
2009-12-28  8:52       ` Andreas Schwab
2009-12-28 11:41         ` Juanma Barranquero
2009-12-28 11:45         ` Kenichi Handa
2009-12-28 12:08           ` Juanma Barranquero
2009-12-28 13:10             ` Kenichi Handa
2009-12-28 12:09           ` Andreas Schwab
2009-12-28 13:22             ` Xavier Maillard
2009-12-28 13:51           ` Stephen J. Turnbull
2009-12-28 14:42             ` Juanma Barranquero
2009-12-28  9:19   ` Andreas Schwab
2009-12-28 11:44     ` Juanma Barranquero
2009-12-28 11:47     ` Kenichi Handa
2009-12-28 12:06       ` Andreas Schwab
2009-12-28 13:08         ` Kenichi Handa
2009-12-28 19:59           ` Andreas Schwab
2009-12-28 21:27             ` Karl Fogel
2009-12-28 22:16               ` Andreas Schwab
2009-12-28 22:24                 ` Karl Fogel
2009-12-29  1:26                   ` Giorgos Keramidas
2009-12-29  2:08                     ` Juanma Barranquero
2009-12-29  2:26                       ` Giorgos Keramidas
2009-12-28 22:30                 ` Óscar Fuentes
2009-12-28 22:41                   ` Karl Fogel
2009-12-28 23:14                     ` Óscar Fuentes
2009-12-29  1:17                       ` Karl Fogel
2009-12-29  2:12                         ` Óscar Fuentes
2009-12-29  1:57                       ` Stephen J. Turnbull
2009-12-29  2:00                         ` Karl Fogel
2009-12-29  2:16                         ` Óscar Fuentes
2009-12-29  4:32                           ` Stephen J. Turnbull
2009-12-29  4:46                             ` Óscar Fuentes
2009-12-29  7:25                               ` Kevin Rodgers
2009-12-29 10:27                               ` Juanma Barranquero
2009-12-29 15:54                                 ` Karl Fogel
2009-12-29 16:01                                   ` Juanma Barranquero
2009-12-29 16:15                                   ` Óscar Fuentes
2009-12-29 18:08                                   ` Eli Zaretskii
2009-12-29 18:09                                     ` Juanma Barranquero
2009-12-29 18:47                                       ` Eli Zaretskii
2009-12-29 18:13                                     ` Chong Yidong
2009-12-29 18:36                                       ` Eli Zaretskii
2009-12-29 18:54                                         ` Karl Fogel
2009-12-29 20:06                                           ` Eli Zaretskii
2009-12-29 20:14                                             ` Karl Fogel
2009-12-31  8:18                                               ` Stephen J. Turnbull
2009-12-31  8:29                                                 ` Óscar Fuentes
2009-12-31  9:26                                                   ` Miles Bader
2009-12-31  8:44                                                 ` Miles Bader
2010-01-01  8:41                                                   ` Stephen J. Turnbull
2009-12-31  5:57                                       ` Stephen J. Turnbull
2009-12-31  6:36                                         ` Óscar Fuentes
2010-01-01  9:21                                           ` Stephen J. Turnbull [this message]
2010-01-01  9:48                                             ` Óscar Fuentes
2009-12-31 11:33                                         ` Chong Yidong
2009-12-29  1:47                   ` Stephen J. Turnbull
2009-12-29  2:38                     ` Óscar Fuentes
2009-12-29  4:38                       ` Stephen J. Turnbull
2009-12-29  4:58                         ` Óscar Fuentes
2009-12-31  5:54                           ` Stephen J. Turnbull
2009-12-31  5:58                             ` Miles Bader
2009-12-31  6:02                             ` Dan Nicolaescu
2010-01-01 11:22                               ` Stephen J. Turnbull
2009-12-31  6:33                             ` Óscar Fuentes
2009-12-31  6:51                               ` Miles Bader
2010-01-01 10:01                               ` Stephen J. Turnbull
2010-01-01 10:19                                 ` Óscar Fuentes
2009-12-29  6:14                       ` Karl Fogel
2009-12-29  7:23                         ` Óscar Fuentes
2009-12-28 19:19 ` Eli Zaretskii
2009-12-28 20:00   ` Andreas Schwab
2009-12-28 20:17     ` Eli Zaretskii
2009-12-29 18:00   ` James Cloos
2009-12-29 19:40     ` Óscar Fuentes
2009-12-29 20:02       ` Eli Zaretskii
2009-12-29 20:55       ` James Cloos
2009-12-29 21:30         ` Óscar Fuentes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbr6npsl.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=emacs-devel@gnu.org \
    --cc=ofv@wanadoo.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).