Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion function for bitkeeper?
- X-seq: zsh-users 6779
- From: Danek Duvall <duvall@xxxxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: Completion function for bitkeeper?
- Date: Fri, 14 Nov 2003 13:24:48 -0800
- Cc: Jonas Juselius <jonas@xxxxxx>, zsh-users@xxxxxxxxxx
- In-reply-to: <20031114154608.GA6959@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxx>, Oliver Kiddle <okiddle@xxxxxxxxxxx>, Jonas Juselius <jonas@xxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030523160155.GA14388@xxxxxxxxxxxxxxxxxx> <20031106153225.GA491@xxxxxxxxxxxxxxxxxx> <1281.1068232665@athlon> <20031110182013.GA20547@xxxxxxxxxxxxxxxxxx> <9219.1068538977@xxxxxxxxxxx> <20031111162338.GD23138@xxxxxxxxxxxxxxxxxx> <901.1068577572@athlon> <20031111212828.GA28125@xxxxxxxxxxxxxxxxxx> <29114.1068797096@xxxxxxxxxxx> <20031114154608.GA6959@xxxxxxxxxxxxxxxxxx>
Here are the bitkeeper and sccs functions I use.
http://lorien.emufarm.org/~duvall/zsh/
Some caveats:
- _bk is incomplete (not all subcommands have logic for them, and
_bk_repository is not written)
- not all _bk functionality is correct -- there are some cases where I
couldn't figure out what bk's actual behavior was, so it was unclear
what I was trying to model, and there were some cases where I wasn't
sure how to model the behavior correctly. These should all be
marked with comments.
- I'm not sure what version of bk this is against. 3.0.1, I think.
- _sccs was written by myself, I think before _sccs was in the tree.
Feel free to grab anything from that which might be useful.
- sccsdiff and sccshist are just simple functions to help view sccs
revision histories.
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author