From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14010 invoked from network); 19 Sep 2009 17:51:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 19 Sep 2009 17:51:58 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 4577 invoked from network); 19 Sep 2009 17:51:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Sep 2009 17:51:50 -0000 Received: (qmail 8960 invoked by alias); 19 Sep 2009 17:51:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27282 Received: (qmail 20173 invoked from network); 19 Sep 2009 17:45:01 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Sep 2009 17:45:01 -0000 Received: from mail-yx0-f187.google.com (mail-yx0-f187.google.com [209.85.210.187]) by bifrost.dotsrc.org (Postfix) with ESMTP id EB6AF8026E39 for ; Sat, 19 Sep 2009 19:44:54 +0200 (CEST) Received: by yxe17 with SMTP id 17so2345656yxe.9 for ; Sat, 19 Sep 2009 10:44:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=tUbvYsjt2EH5Dd97JjxZG6NMtRWuzr3O4yoTMKt9h0o=; b=HGW3MbCImJwns1q7px7qcmE38Q/g4A+2EPhxQN25uUY7lu/nk5mtIeuS+XB9vV8BmF 4iBUZ+k4qeWzkbAtMkL0oMKMLIai6u/e7gKQG9BZX6gBuOyzBsDVcV5Y/YOPbfCz5YIu LBTgEqOmizz1SeYuoYTFnV2RoK4WkVILYEpNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=vsMWRuGkvnXiOKyBwYDnzPiehlwp/Agbd4MWQyrNTXKqmXq7JxeoUnyeRVQFy9jLQT 4r82rlbpvIwPBQrlbo5kKe09wlS0ezXPdqx05i0654FKM7EyQZprZMUH6RM13SSBwNUZ tnxubAzIUrGWXhqZXv7pXGZeTx3cOZnPoecSs= MIME-Version: 1.0 Sender: 4wayned@gmail.com Received: by 10.90.45.19 with SMTP id s19mr1961706ags.100.1253382292602; Sat, 19 Sep 2009 10:44:52 -0700 (PDT) Date: Sat, 19 Sep 2009 10:44:52 -0700 X-Google-Sender-Auth: a9765d3dd304cc76 Message-ID: <733654e30909191044n7778b2acue38c5c4ae3cae455@mail.gmail.com> Subject: Updated repos method for multi-repository helper scripts From: Wayne Davison To: zsh-workers@sunsite.dk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV 0.94.2/9816/Sat Sep 19 07:53:55 2009 on bifrost X-Virus-Status: Clean A while back I posted about my "repos" script when I was talking about the git repository support for zsh.=A0 I've recently updated my multi-repos implementation to switch from using a repos perl script to using a chpwd zsh function that changes aliases as I cd into different repo directories.=A0 This gives me zsh's per-repo command-line completion that was missing from my prior setup. Anyone interested in checking this out can visit this page: =A0=A0=A0 http://opencoder.net/repos/ I also mention my zsh checkout setup on that page that lets me commit changes via git and push them into CVS. ..wayne..