From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r111349: * lisp/progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger Date: Thu, 27 Dec 2012 20:55:27 -0100 Message-ID: <87k3s3rwhc.fsf@yandex.ru> References: <87ip7nqroz.fsf@yandex.ru> <87y5gjgu8e.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356645345 11819 80.91.229.3 (27 Dec 2012 21:55:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Dec 2012 21:55:45 +0000 (UTC) Cc: Sam Steingold , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 27 22:56:01 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ToLQl-0005RN-9q for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2012 22:55:59 +0100 Original-Received: from localhost ([::1]:40983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToLQW-0001PK-Up for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2012 16:55:44 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:58033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToLQQ-0001Ov-2p for emacs-devel@gnu.org; Thu, 27 Dec 2012 16:55:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToLQL-00071D-Ll for emacs-devel@gnu.org; Thu, 27 Dec 2012 16:55:38 -0500 Original-Received: from mail-la0-f41.google.com ([209.85.215.41]:64130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToLQL-0006yD-6u; Thu, 27 Dec 2012 16:55:33 -0500 Original-Received: by mail-la0-f41.google.com with SMTP id m15so13024351lah.0 for ; Thu, 27 Dec 2012 13:55:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=A0YrHtaJLYY3fKiEo4rpEeM+gsZpmLfBZ66Bap2mWsc=; b=tTc1uYNZTHyZEOlsGeAN/tzU+JrW6AVfU2vqUrGoI+n6kiHyjk7ubrlWvtvAjmvhJ+ c1f0RUNkSeNuI7PY1wZ7VchvU+E7eYE+Q4hCR5F7T/CICKtTdGwKVjojePmfe4UZfDpQ uzXK7MbjOp49r560OgUVdJFrfM4Cxn4AkspkChIi57bHnoepUahLtMCL7fz1vizrGmB4 jbWTzH44TsZ7gpZd4EVwFPFgqJpeyjKJw72t2QDPSHF3OD4OZvM+gL+vRVvKd1PuPfAZ txiczmhCtivQM1+sd8A+EKO6sbjLTAPBukyYqSuOdYL/Om0ccfPj8SRWwZPH37wNV5I+ 9gYQ== X-Received: by 10.112.23.234 with SMTP id p10mr12908365lbf.35.1356645331791; Thu, 27 Dec 2012 13:55:31 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id ox6sm11652010lab.16.2012.12.27.13.55.29 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Dec 2012 13:55:30 -0800 (PST) In-Reply-To: <87y5gjgu8e.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 27 Dec 2012 21:39:29 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155948 Archived-At: Juri Linkov writes: >>> - from 109911 (see the new test). >>> + from Bug#109911 (see the new test). >> >> This change is inaccurate. 109911 is a Bazaar revision, not a bug number. > > To avoid ambiguity and misunderstanding revisions should have a prefix > similar to bug numbers, e.g. revno#109911 or revno:109911. Thanks, will do next time. I guess I'm used to Git, where you don't usually prefix commit ids with anything.