zsh-workers
 help / color / mirror / code / Atom feed
59b2a109a2daff9f4f7006f95aa6a15f6eede438 blob 911 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
#compdef debdiff

_arguments \
  '(-d --dirs)'{-d,--dirs}'[do not ignore directories]' \
  '--nodirs[ignore directories]' \
  '(-m --move)'{-m,--move}':movement:_files' \
  '--move-regex:movement:_files' \
  '--nocontrol[do not compare control files]' \
  '--control[compare control files]' \
  '--wp[pass -p to wdiff]' \
  '--wl[pass -l to wdiff]' \
  '--wt[pass -t to wdiff]' \
  '--show-moved[show movements between packages]' \
  '--noshow-moved[do not show movements between packages]' \
  '--renamed:package:_deb_packages avail' \
  '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any config files]' \
  '(-h --help)'{-h,--help}'[show help]' \
  '(-v --version)'{-v,--version}'[show version]' \
  '(-q --quiet)'{-q,--quiet}'[be quiet if no differences]' \
  '--from:debs:_files -g "*.deb(-.)"' \
  '--to:debs:_files -g "*.deb(-.)"' \
  '*:file to compare:_files -g "*.([du]#deb|changes|dsc)(-.)"'
debug log:

solving 59b2a109a ...
found 59b2a109a in https://inbox.vuxu.org/zsh-workers/0EDB69C7-C277-49DC-B3ED-59264D421F4B@dana.is/
found 6f8519a4a in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 6f8519a4aa15dea5ee45e9a2e873f4576efba27e	Completion/Debian/Command/_debdiff

applying [1/1] https://inbox.vuxu.org/zsh-workers/0EDB69C7-C277-49DC-B3ED-59264D421F4B@dana.is/
diff --git a/Completion/Debian/Command/_debdiff b/Completion/Debian/Command/_debdiff
index 6f8519a4a..59b2a109a 100644

Checking patch Completion/Debian/Command/_debdiff...
Applied patch Completion/Debian/Command/_debdiff cleanly.

index at:
100644 59b2a109a2daff9f4f7006f95aa6a15f6eede438	Completion/Debian/Command/_debdiff

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).