| /sfw/usr/src/cmd/diffstat/ |
| install-sfw | 28 VER=diffstat-1.45 39 _install E diffstat ${BINDIR}/diffstat 555 40 _install M diffstat.1 ${MAN1DIR}/diffstat.1 444
|
| Makefile.sfw | 28 VER=diffstat-1.45
|
| /sfw/usr/src/cmd/mercurial/mercurial-1.3.1/contrib/ |
| python-hook-examples.py | 6 def diffstat(ui, repo, **kwargs): function 10 commit.diffstat = python:/path/to/this/file.py:diffstat 11 changegroup.diffstat = python:/path/to/this/file.py:diffstat 22 ui.write(patch.diffstat(util.iterlines(diff)))
|
| /sfw/usr/src/pkgdefs/SUNWdiffstat/ |
| prototype_com | 48 f none usr/bin/diffstat 555 root bin 52 f none usr/share/man/man1/diffstat.1 444 root bin
|
| /sfw/usr/src/cmd/diffstat/diffstat-1.45/testing/ |
| run_test.sh | 3 # Test-script for DIFFSTAT 18 (which diffstat) >/dev/null 2>/dev/null && echo "Checking `which diffstat`" 31 diffstat -e $TEST.err -o $TEST.out $OPTS $DATA
|
| /sfw/usr/src/cmd/mercurial/mercurial-1.3.1/tests/ |
| test-notify-changegroup | 12 diffstat = False
|
| test-notify | 12 diffstat = False 79 diffstat = True
|
| test-command-template | 96 files manifest node parents rev tags diffstat; do
|
| test-keyword | 101 diffstat = False
|
| /sfw/usr/src/cmd/mercurial/mercurial-1.3.1/hgext/ |
| hgcia.py | 16 # Append a diffstat to the log message (optional) 17 #diffstat = False 19 #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat} 101 def diffstat(self): member in class:ciamsg 105 # diffstat is stupid 115 return patch.diffstat(pbuf.lines) or '' 118 diffstat = self.cia.diffstat and self.diffstat() or '' 121 url=self.cia.url, diffstat=diffstat [all...] |
| patchbomb.py | 19 [Optional] The result of running diffstat on the patch. 27 With the -d/--diffstat option, you will be prompted for each changeset 28 with a diffstat summary and the changeset summary, so you can be sure 97 s = patch.diffstat(patchlines) 101 ans = prompt(ui, _('does the diffstat above look okay? '), 'y') 103 raise util.Abort(_('diffstat rejected')) 137 if opts.get('diffstat'): 186 description. Next, (optionally) if the diffstat program is 187 installed and -d/--diffstat is used, the result of running 188 diffstat on the patch. Finally, the patch itself, as generated b [all...] |
| notify.py | 42 diffstat = True # add a diffstat before the diff content 243 if self.ui.configbool('notify', 'diffstat', True): 244 s = patch.diffstat(difflines)
|
| /sfw/usr/src/cmd/quilt/quilt-0.47/quilt/ |
| header.in | 24 printf $"Usage: quilt header [-a|-r|-e] [--backup] [--strip-diffstat] [--strip-trailing-whitespace] [patch]\n" 36 --strip-diffstat 37 Strip diffstat output from the header. 71 options=`getopt -o areh --long backup,strip-trailing-whitespace,strip-diffstat -- "$@"` 95 --strip-diffstat)
|
| refresh.in | 22 printf $"Usage: quilt refresh [-p n|-p ab] [-u|-U num|-c|-C num] [-z[new_name]] [-f] [--no-timestamps] [--no-index] [--diffstat] [--sort] [--backup] [--strip-trailing-whitespace] [patch]\n" 61 --diffstat 62 Add a diffstat section to the patch header, or replace the 63 existing diffstat section. 90 options=`getopt -o p:uU:cC:fz::h --long no-timestamps,diffstat,backup,sort \ 129 --diffstat) 280 if (system("diffstat '"$QUILT_DIFFSTAT_OPTS \
|
| /sfw/usr/src/cmd/diffstat/diffstat-1.45/ |
| makefile.wnt | 2 # makefile for 'diffstat' on WIN32 using Microsoft Visual C++ 13 NAME = diffstat
|
| /sfw/usr/src/pkgdefs/SUNWquiltu/ |
| depend | 55 P SUNWdiffstat diffstat - displays a histogram from diff output
|
| /sfw/usr/src/cmd/git/git-1.5.6.5/ |
| diff.c | 726 static struct diffstat_file *diffstat_add(struct diffstat_t *diffstat, 732 if (diffstat->nr == diffstat->alloc) { 733 diffstat->alloc = alloc_nr(diffstat->alloc); 734 diffstat->files = xrealloc(diffstat->files, 735 diffstat->alloc * sizeof(x)); 737 diffstat->files[diffstat->nr++] = x 752 struct diffstat_t *diffstat = priv; local 3142 struct diffstat_t diffstat; local [all...] |
| builtin-apply.c | 19 * --stat does just a diffstat, and doesn't actually apply 20 * --numstat does numeric diffstat, and doesn't actually apply 35 static int diffstat; variable [all...] |
| git-send-email.perl | 510 GIT: Consider including an overall diffstat or table of contents
|
| /sfw/usr/src/cmd/ |
| Makefile | 76 diffstat \
|
| /sfw/usr/src/cmd/quilt/quilt-0.47/ |
| quilt.spec | 208 - configure.ac: Use the new helper for diffstat and rpmbuild. 209 - compat/diffstat.in: Delete. 235 - test/dir-a-b.test: Don't use diffstat in the regression test 277 - compat/diffstat.in: Same as for compat/rpmbuild.in, try to 278 execute diffstat even though none was there at quilt build 620 - When inserting new diffstat, put a "---" line above it. [all...] |
| configure | 685 DIFFSTAT [all...] |
| /sfw/usr/src/cmd/git/git-1.5.6.5/git-gui/lib/ |
| option.tcl | 121 {b merge.diffstat {mc "Show Diffstat After Merge"}}
|
| /sfw/usr/src/cmd/mercurial/mercurial-1.3.1/mercurial/ |
| patch.py | 1411 def diffstat(lines, width=80): function [all...] |