Changeset 99064 in webkit


Ignore:
Timestamp:
Nov 2, 2011, 9:11:11 AM (14 years ago)
Author:
weinig@apple.com
Message:

Can't complete ChangeLog when using resolve-Changelogs and webkit-tools-completion.sh
https://bugs.webkit.org/show_bug.cgi?id=71346

Reviewed by Dan Bernstein.

  • Scripts/webkit-tools-completion.sh:

Add "-o default" which allows for completing files in addition to the word list.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99051 r99064  
     12011-11-01  Sam Weinig  <sam@webkit.org>
     2
     3        Can't complete ChangeLog when using resolve-Changelogs and webkit-tools-completion.sh
     4        https://bugs.webkit.org/show_bug.cgi?id=71346
     5
     6        Reviewed by Dan Bernstein.
     7
     8        * Scripts/webkit-tools-completion.sh:
     9        Add "-o default" which allows for completing files in addition to the word list.
     10
    1112011-11-02  Simon Hausmann  <simon.hausmann@nokia.com>
    212
  • trunk/Tools/Scripts/webkit-tools-completion.sh

    r74363 r99064  
    9090
    9191complete -F _webkit-patch_complete webkit-patch
    92 complete -W "--continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" resolve-ChangeLogs
    93 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
     92complete -o default -W "--continue --fix-merged --help --no-continue --no-warnings --warnings -c -f -h -w" resolve-ChangeLogs
     93complete -o default -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
    9494complete -W "--clean --debug --help -h" build-webkit
    9595complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-launch-safari --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
Note: See TracChangeset for help on using the changeset viewer.