From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: merge conlict?
Date: Mon, 25 Jan 2010 14:52:54 +0100 [thread overview]
Message-ID: <87ockifg09.fsf@tux.homenetwork> (raw)
In-Reply-To: 87fx5ufgil.fsf@mithlond.arda
Teemu Likonen <tlikonen@iki.fi> writes:
> On 2010-01-25 13:22 (+0100), Óscar Fuentes wrote:
>
>> I was going to do that. Thanks for saving me the ASCII art. I abhor
>> doing any kind of visual art :-)
>>
>> You can view the branch diagram with `bzr qlog'. You need the qbzr
>> plugin, which is included on most bzr installers and distro
>> repositories.
>
> I made it with "git log --graph --oneline" and copy-pasted to my
> message.
>
>>> Well, technically nothing bad has happened.
>>
>> Unless you take the "technically" part as "no code was lost", I beg to
>> differ. A simple `bzr log' will show that the commits of the last few
>> days are gone from the listing. You need to add the `-n2' parameter to
>> see them as merged history under Mark's commit. Ideally, you shouldn't
>> need to look at the merged history except for "serious" branches. Do a
>> `bzr log -n2' and see how much uninteresting stuff you get. So now
>> part of the important stuff was moved to the same level as the
>> uninteresting stuff.
>
> Ok, yes. Bazaar's log gets really bad if one doesn't maintain strict
> mainline mentality and practices. What looks like the mainline is not
> always so. I don't think it was a good design decision to build user
> interface too heavily around that.
If it can help here is the graph log made on my hg repo:
thierry@/home/thierry/download/emacs-hg $ hg glog -l 12
@ changeset: 106987:e18a3ab3c2a8
| tag: tip
| user: Dan Nicolaescu <dann@ics.uci.edu>
| date: Mon Jan 25 01:04:59 2010 -0800
| summary: (vc-annotate-revision-at-line): Compare file
|
o changeset: 106986:537d6b88b0c9
|\ parent: 106984:c7c26994ef04
| | parent: 106985:75b813119b24
| | user: Jan D. <jan.h.d@swipnet.se>
| | date: Mon Jan 25 08:46:15 2010 +0100
| | summary: * xfns.c (Fx_create_frame): If frame height is too big, try
| |
| o changeset: 106985:75b813119b24
|/| parent: 106957:ba33512ab5de
| | parent: 106984:c7c26994ef04
| | user: Jan D. <jan.h.d@swipnet.se>
| | date: Mon Jan 25 08:45:12 2010 +0100
| | summary: Merge from trunk
| |
o | changeset: 106984:c7c26994ef04
| | user: Dan Nicolaescu <dann@ics.uci.edu>
| | date: Sun Jan 24 22:03:23 2010 -0800
| | summary: (vc-bzr-print-log): Use the more compact --line option
| |
o | changeset: 106983:25c4b65d9f7d
|\ \ parent: 106982:6e531c0687e2
| | | parent: 106980:f5df3c57ab2e
| | | user: Mark A. Hershberger <mhershberger@intrahealth.org>
| | | date: Mon Jan 25 00:03:35 2010 -0500
| | | summary: merge
| | |
| o | changeset: 106982:6e531c0687e2
| | | user: Mark A. Hershberger <mhershberger@intrahealth.org>
| | | date: Mon Jan 25 00:02:10 2010 -0500
| | | summary: working version of vc-bzr-revision-table
| | |
| o | changeset: 106981:dacda1d80bbd
| |\ \ parent: 106958:3fda37a060cc
| | | | parent: 106979:8dfa52d01f3a
| | | | user: Mark A. Hershberger <mhershberger@intrahealth.org>
| | | | date: Sun Jan 24 23:52:26 2010 -0500
| | | | summary: merge conflict
| | | |
o---+ | changeset: 106980:f5df3c57ab2e
| | | user: Eric Hanchrow <eric.hanchrow@gmail.com>
/ / / date: Sun Jan 24 20:46:40 2010 -0800
| | | summary: (vc-git-dir-status-goto-stage): Pass --relative to the
| | |
| o | changeset: 106979:8dfa52d01f3a
| |\ \ parent: 106978:df60abaf45d8
| | | | parent: 106959:2217a5de9d38
| | | | user: Stefan Monnier <monnier@iro.umontreal.ca>
| | | | date: Sun Jan 24 21:52:03 2010 -0500
| | | | summary: Try and fix bug#788, hopefully for real this time.
| | | |
| | o | changeset: 106978:df60abaf45d8
| | | | user: Chong Yidong <cyd@stupidchicken.com>
| | | | date: Sun Jan 24 18:03:13 2010 -0500
| | | | summary: Use png_sig_cmp to allow linking with libpng 1.4.0.
| | | |
| | o | changeset: 106977:172a011a9563
| | | | user: Dan Nicolaescu <dann@ics.uci.edu>
| | | | date: Sun Jan 24 13:23:17 2010 -0800
| | | | summary: Remove support for adding --signoff on commit.
| | | |
| | o | changeset: 106976:b61683448acc
| | | | user: Dan Nicolaescu <dann@ics.uci.edu>
| | | | date: Sun Jan 24 13:08:53 2010 -0800
| | | | summary: (xterm-maybe-set-dark-background-mode): Rename
| | | |
--
Thierry Volpiatto
next prev parent reply other threads:[~2010-01-25 13:52 UTC|newest]
Thread overview: 100+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1NZJ1t-00089o-ST@monty-python.gnu.org>
2010-01-25 7:43 ` merge conlict? Eli Zaretskii
2010-01-25 8:46 ` Glenn Morris
2010-01-25 9:29 ` Eli Zaretskii
2010-01-25 13:54 ` NEVER use `bzr push' for sending changes upstream (was: merge conlict?) Óscar Fuentes
2010-01-25 17:29 ` NEVER use `bzr push' for sending changes upstream Mark A. Hershberger
2010-01-25 18:28 ` Óscar Fuentes
2010-01-25 9:26 ` merge conlict? Andreas Schwab
2010-01-25 10:08 ` Eli Zaretskii
2010-01-25 10:19 ` Andreas Schwab
2010-01-25 10:30 ` Óscar Fuentes
2010-01-25 11:06 ` Andreas Schwab
2010-01-25 11:14 ` Eli Zaretskii
2010-01-25 11:27 ` Óscar Fuentes
2010-01-25 11:55 ` Teemu Likonen
2010-01-25 12:22 ` Óscar Fuentes
2010-01-25 12:34 ` Andreas Schwab
2010-01-25 12:48 ` Óscar Fuentes
2010-01-25 13:00 ` Andreas Schwab
2010-01-25 13:38 ` Óscar Fuentes
2010-01-25 14:26 ` Andreas Schwab
2010-01-25 14:39 ` Óscar Fuentes
2010-01-25 15:47 ` Andreas Schwab
2010-01-25 15:57 ` Óscar Fuentes
2010-01-25 16:10 ` Andreas Schwab
2010-01-25 18:06 ` Óscar Fuentes
2010-01-25 18:10 ` Andreas Schwab
2010-01-25 18:24 ` Óscar Fuentes
2010-01-25 18:31 ` Andreas Schwab
2010-01-25 18:50 ` Óscar Fuentes
2010-01-25 19:09 ` Andreas Schwab
2010-01-25 19:21 ` Óscar Fuentes
2010-01-25 19:39 ` Andreas Schwab
2010-01-25 20:07 ` Óscar Fuentes
2010-01-25 20:56 ` Andreas Schwab
2010-01-25 21:24 ` Óscar Fuentes
2010-01-25 21:44 ` Andreas Schwab
2010-01-25 23:19 ` Óscar Fuentes
2010-01-25 23:54 ` Andreas Schwab
2010-01-25 23:57 ` Óscar Fuentes
2010-01-26 2:02 ` Stefan Monnier
2010-01-26 9:08 ` Eli Zaretskii
2010-01-26 15:11 ` Stefan Monnier
2010-01-26 18:11 ` Eli Zaretskii
2010-01-26 15:15 ` Karl Fogel
2010-01-26 17:13 ` Stephen J. Turnbull
2010-01-26 17:09 ` Karl Fogel
2010-01-26 18:14 ` Eli Zaretskii
2010-01-25 22:10 ` David Reitter
2010-01-25 23:35 ` Óscar Fuentes
2010-01-26 0:03 ` Andreas Schwab
2010-01-26 1:38 ` Stephen J. Turnbull
2010-01-26 4:30 ` David Reitter
2010-01-25 13:41 ` Teemu Likonen
2010-01-25 13:52 ` Thierry Volpiatto [this message]
2010-01-25 12:30 ` Óscar Fuentes
2010-01-26 0:05 ` Richard Stallman
2010-01-26 1:49 ` Stephen J. Turnbull
2010-01-26 4:25 ` Eli Zaretskii
2010-01-26 9:16 ` Andreas Schwab
2010-01-26 10:31 ` Eli Zaretskii
2010-01-26 10:51 ` Andreas Schwab
2010-01-26 10:06 ` Óscar Fuentes
2010-01-26 16:49 ` Richard Stallman
2010-01-26 16:49 ` Richard Stallman
2010-01-26 17:50 ` Eli Zaretskii
2010-01-26 18:20 ` Lennart Borgman
2010-01-26 18:42 ` Karl Fogel
2010-01-26 19:10 ` Eli Zaretskii
2010-01-26 19:38 ` Stephen J. Turnbull
2010-01-26 22:43 ` Richard Stallman
2010-01-27 1:18 ` Stefan Monnier
2010-01-27 4:08 ` Eli Zaretskii
2010-01-25 10:30 ` Eli Zaretskii
2010-01-25 10:51 ` Andreas Schwab
2010-01-25 11:09 ` Eli Zaretskii
2010-01-25 12:36 ` Andreas Schwab
2010-01-25 12:43 ` Óscar Fuentes
2010-01-25 10:27 ` Óscar Fuentes
2010-01-26 3:02 ` Stefan Monnier
2010-01-26 8:38 ` Eli Zaretskii
2010-01-26 9:29 ` Andreas Schwab
2010-01-26 10:10 ` Óscar Fuentes
2010-01-26 10:28 ` Andreas Schwab
2010-01-26 12:40 ` Andreas Schwab
2010-01-25 11:33 ` Teemu Likonen
2010-01-25 12:02 ` Eli Zaretskii
2010-01-25 12:38 ` Andreas Schwab
2010-01-25 13:17 ` Teemu Likonen
2010-01-25 14:22 ` Eli Zaretskii
2010-01-25 14:03 ` Interpreting git diff --cc [was: merge conlict?] Stephen J. Turnbull
2010-01-26 0:05 ` merge conlict? Richard Stallman
2010-01-26 0:04 ` Richard Stallman
2010-01-26 2:14 ` Stephen J. Turnbull
2010-01-26 4:26 ` Eli Zaretskii
2010-01-26 16:50 ` Richard Stallman
2010-01-26 17:53 ` Eli Zaretskii
2010-01-28 2:10 ` Katsumi Yamaoka
2010-01-28 4:03 ` Eli Zaretskii
2010-01-28 4:13 ` Katsumi Yamaoka
2010-01-28 5:41 ` Eli Zaretskii
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=87ockifg09.fsf@tux.homenetwork \
--to=thierry.volpiatto@gmail.com \
--cc=emacs-devel@gnu.org \
/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).