From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: log format for vc-bzr Date: Thu, 07 Jan 2010 22:47:01 +0100 Message-ID: <87k4vtd1uy.fsf@telefonica.net> References: <200912081747.nB8HlwPR021836@godzilla.ics.uci.edu> <874oo1w9y1.fsf@telefonica.net> <87tyw1uss6.fsf@telefonica.net> <200912082203.nB8M3FLP023771@godzilla.ics.uci.edu> <87hbs1at4u.fsf@notengoamigos.org> <871vj3sxgy.fsf@telefonica.net> <87ws0vrd46.fsf@telefonica.net> <87hbqxa9ti.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1262900866 18272 80.91.229.12 (7 Jan 2010 21:47:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 21:47:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 22:47:39 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NT0Cf-0006hT-Jj for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 22:47:38 +0100 Original-Received: from localhost ([127.0.0.1]:47644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT0Cf-0000fO-UH for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 16:47:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NT0CZ-0000ad-5B for emacs-devel@gnu.org; Thu, 07 Jan 2010 16:47:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NT0CT-0000Ob-VO for emacs-devel@gnu.org; Thu, 07 Jan 2010 16:47:30 -0500 Original-Received: from [199.232.76.173] (port=55274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NT0CT-0000OD-Pd for emacs-devel@gnu.org; Thu, 07 Jan 2010 16:47:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:40115) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NT0CT-0005PE-8a for emacs-devel@gnu.org; Thu, 07 Jan 2010 16:47:25 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NT0CN-0006dh-MC for emacs-devel@gnu.org; Thu, 07 Jan 2010 22:47:19 +0100 Original-Received: from 217.red-88-24-214.staticip.rima-tde.net ([88.24.214.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jan 2010 22:47:19 +0100 Original-Received: from ofv by 217.red-88-24-214.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Jan 2010 22:47:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 217.red-88-24-214.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:aKM+sA8WcxRUPH8enS8plpHmtr4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119622 Archived-At: Thien-Thi Nguyen writes: > Well, we will see *lots* of history entries like that. > > It is a byproduct of the distributed workflow. An insignificant one, > because you are not supposed to look into the merge histories of > microbranches. That's why bzr defaults to not showing merged histories. > > I would rather not discourage curiosity, but instead, bad manners. > Unrestrained publishing of personal junk is bad manners. bzr revert --forget-merges allows to commit into microbranches as one pleases and leave a nice corpse afterwards. -- Óscar