diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-05-06 04:46:09 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-05-06 04:46:09 +0000 |
commit | 38356d85ba1c3417aaade2f742fcccca2286ec26 (patch) | |
tree | 6ef829b9852485923b6624da30150b0e72a8a048 | |
parent | 6707e361d640a50c1d814466de983787ea760888 (diff) | |
download | zsh-38356d85ba1c3417aaade2f742fcccca2286ec26.tar.gz zsh-38356d85ba1c3417aaade2f742fcccca2286ec26.tar.xz zsh-38356d85ba1c3417aaade2f742fcccca2286ec26.zip |
Two more new subcommands for _bzr.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 078028578..6d3c0df53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ * unposted: Completion/Unix/Command/_bzr: fixed the completion of "bzr upgrade" and the subcommands that lookup the parent - URL. + URL. Also added subcommands "checkout" and "update". 2006-05-01 Clint Adams <clint@zsh.org> |