From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r111349: * lisp/progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger Date: Fri, 28 Dec 2012 12:36:21 +0800 Organization: The Church of Emacs Message-ID: <20121228123621.5f30e2b9c54aef24c61c7aad@gmail.com> References: <87ip7nqroz.fsf@yandex.ru> <87y5gjgu8e.fsf@mail.jurta.org> <87k3s3rwhc.fsf@yandex.ru> <877go3ov9w.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1356669414 20095 80.91.229.3 (28 Dec 2012 04:36:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Dec 2012 04:36:54 +0000 (UTC) Cc: Juri Linkov , Sam Steingold , emacs-devel@gnu.org, Dmitry Gutov To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 28 05:37:09 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 1ToRgv-0005Oc-IM for ged-emacs-devel@m.gmane.org; Fri, 28 Dec 2012 05:37:05 +0100 Original-Received: from localhost ([::1]:38072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToRgh-0004Vu-2C for ged-emacs-devel@m.gmane.org; Thu, 27 Dec 2012 23:36:51 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToRga-0004Vm-Df for emacs-devel@gnu.org; Thu, 27 Dec 2012 23:36:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToRgV-0006KX-P3 for emacs-devel@gnu.org; Thu, 27 Dec 2012 23:36:44 -0500 Original-Received: from mail-pa0-f51.google.com ([209.85.220.51]:56877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToRgQ-0006Jb-H5; Thu, 27 Dec 2012 23:36:34 -0500 Original-Received: by mail-pa0-f51.google.com with SMTP id fb11so5818027pad.24 for ; Thu, 27 Dec 2012 20:36:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=uAMr0ZR6KJ7MiT710/+Hiye5Pjt9nSViTwFDmeLwLuM=; b=TyYN+Y+cyX5bn4qdi8q4T1Y2Sh+7ouBac2LF15S3oq52F/duGiRUURkTeSGygMiqg6 +Yh31Yx1cxENqdJoM2hF1z8MsfiI7qZFWd5QzfkOcu70CigbdZ+8lfUfBx8DFENmYGxb 1s0m8Sb7LvJQ04C6s1wW6D/hVAqHtYDu5B1s4WpGoNO96X6LRt5EB/lWfiGSkXEOgTYW g2+mUY4FeEO+5HdQsIxNmDpsnTaq+E1Yd7tw31rf8RUJTy97HUXhRuqQXobd1VY609tj ZwzPHtsCEKiRt7WE37YznArgUpDQUjTVCLo65Jf4Ci/lOhaBToH0m+SZsCoF8xIteJYh eyfQ== X-Received: by 10.68.245.67 with SMTP id xm3mr100701617pbc.152.1356669393133; Thu, 27 Dec 2012 20:36:33 -0800 (PST) Original-Received: from Emacs ([61.148.244.59]) by mx.google.com with ESMTPS id ou3sm18958597pbb.46.2012.12.27.20.36.27 (version=SSLv3 cipher=OTHER); Thu, 27 Dec 2012 20:36:31 -0800 (PST) In-Reply-To: <877go3ov9w.fsf@uwakimon.sk.tsukuba.ac.jp> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.51 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:155954 Archived-At: On Fri, 28 Dec 2012 09:49:47 +0900 "Stephen J. Turnbull" wrote: > Are those strings valid syntax for referencing bzr revisions (eg in > log or checkout)? for log: % bzr log -r 1000.. # Revision 1000 and everything after it % bzr log -r ..1000 # Everything up to and including r1000 % bzr log -r 1000..1100 # changes from 1000 to 1100 % bzr log -r 1000 # The changes in only revision 1000 And `bzr checkout' is seldom used. -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao