HomeSort by relevance Sort by last modified time
    Searched refs:ChangeLog (Results 1 - 25 of 33) sorted by null

1 2

  /external/bluetooth/glib/
Makefile.am 18 ChangeLog.pre-2-20 \
19 ChangeLog.pre-2-18 \
20 ChangeLog.pre-2-16 \
21 ChangeLog.pre-2-14 \
22 ChangeLog.pre-2-12 \
23 ChangeLog.pre-2-10 \
24 ChangeLog.pre-2-8 \
25 ChangeLog.pre-2-6 \
26 ChangeLog.pre-2-4 \
27 ChangeLog.pre-2-2
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
preparechangelogforrevert.py 31 from webkitpy.changelogs import ChangeLog
37 # First, discard the ChangeLog changes from the rollout.
42 # Second, make new ChangeLog entries for this rollout.
43 # This could move to prepare-ChangeLog by adding a --revert= option.
44 self._run_script("prepare-ChangeLog")
49 ChangeLog(changelog_path).update_for_revert(state["revision"], state["reason"], bug_url)
updatechangelogswithreviewer.py 31 from webkitpy.changelogs import ChangeLog
71 ChangeLog(changelog_path).set_reviewer(reviewer)
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 36 # The source ChangeLog for these tests is the following:
64 --- ChangeLog
65 +++ ChangeLog
86 --- ChangeLog
87 +++ ChangeLog
104 --- ChangeLog
105 +++ ChangeLog
129 --- ChangeLog
130 +++ ChangeLog
148 --- ChangeLog
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 29 # WebKit's Python module for parsing and modifying ChangeLog files
43 class ChangeLog:
60 if not ChangeLog.date_line_regexp.match(first_line):
66 if ChangeLog.date_line_regexp.match(line):
120 # Remove all the ChangeLog boilerplate between the Reviewed by
changelogs_unittest.py 84 == Rolled over to ChangeLog-2009-06-16 ==
90 latest_entry = ChangeLog._parse_latest_entry_from_file(changelog_file)
121 ChangeLog(changelog_path).set_reviewer(reviewer_name)
139 changelog = ChangeLog("/fake/path")
141 message = changelog._message_for_revert(12345, long_reason, "http://example.com/123")
168 changelog = ChangeLog(changelog_path)
169 changelog.update_for_revert(*args)
170 actual_entry = changelog.latest_entry(
    [all...]
scm.py 37 from webkitpy.changelogs import ChangeLog
157 # ChangeLog-specific code doesn't really belong in scm.py, but this function is very useful.
162 if os.path.basename(path) == "ChangeLog":
174 "All changes require a ChangeLog. See:\n"
179 log("Parsing ChangeLog: %s" % changelog_path)
180 changelog_entry = ChangeLog(changelog_path).latest_entry()
182 raise ScriptError(message="Failed to parse ChangeLog: " + os.path.abspath(changelog_path))
185 # FIXME: We should sort and label the ChangeLog messages like commit-log-editor does.
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 93 complete -W "--bug --diff --git-commit --git-index --git-reviewer --help --no-update --no-write --open --update --write -d -h -o" prepare-ChangeLog
do-file-rename 64 return if $file =~ /^ChangeLog/;
do-webcore-rename 65 return if $file =~ /^ChangeLog/;
resolve-ChangeLogs 29 # Merge and resolve ChangeLog conflicts for svn and git repositories
89 print STDERR "ERROR: No ChangeLog files listed on command-line or found unmerged.\n";
102 Usage: @{[ basename($0) ]} [options] [path/to/ChangeLog] [path/to/another/ChangeLog ...]
103 -c|--[no-]continue run "git rebase --continue" after fixing ChangeLog
105 -f|--fix-merged [revision-range] fix git-merged ChangeLog entries; if a revision-range
229 return $_[0] if basename($_[0]) eq "ChangeLog";
231 my $file = File::Spec->catfile($_[0], "ChangeLog");
297 die "No changed ChangeLog files in $revisionRange" if scalar(@changeLogs) < 1;
312 # Read in patch for incorrectly merged ChangeLog entr
    [all...]
commit-log-editor 105 push @changeLogs, makeFilePathRelative($1) if $inChangesToBeCommitted && (/^M....(.*ChangeLog)\r?\n?$/ || /^#\tmodified: (.*ChangeLog)/) && !/-ChangeLog/;
131 for my $changeLog (@changeLogs) {
132 open CHANGELOG, $changeLog or die "Can't open $changeLog";
141 while (<CHANGELOG>) {
197 close CHANGELOG;
199 $changeLog = File::Spec->abs2rel(File::Spec->rel2abs($changeLog), $topLevel)
    [all...]
  /external/libffi/
Makefile.am 7 EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
33 libtool-version ChangeLog.libffi
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 89 dh_installchangelogs ChangeLog
  /external/clearsilver/scripts/
ChangeLog.py 14 class ChangeLog:
136 fpo = open ("ChangeLog.%s" % self._releaseTo, 'w')
182 fpo = open ("ChangeLog.%s" % self._releaseTo, 'w')
183 fpo.write ("ChangeLog from %s to %s\n" % (self._releaseFrom, self._releaseTo))
239 cl = ChangeLog (args[0], args[1], args[2])
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 38 from webkitpy.changelogs import ChangeLog
85 If a bug id is provided, or one can be found in the ChangeLog land will update the bug after committing."""
250 Creates an appropriate rollout ChangeLog, including a trac link and bug link.
  /external/e2fsprogs/debian/attic/libs/
rules 16 # find the version for the main package, from changelog file
17 MAIN_VERSION = $(shell head -1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
157 dh_installchangelogs -pe2fslibsg -pcomerr$(COMERR_MAJOR)g -pss$(SS_MAJOR)g ChangeLog
  /external/elfutils/config/
Makefile 39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog \
  /external/elfutils/doc/
Makefile 39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
  /external/elfutils/libebl/
Makefile 46 $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
  /external/elfutils/m4/
Makefile 39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
  /external/chromium/sdch/open-vcdiff/
Makefile.am 28 dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
  /external/elfutils/lib/
Makefile 44 $(srcdir)/Makefile.in ChangeLog
  /external/elfutils/libcpu/
Makefile 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
  /external/elfutils/libelf-po/
Makefile 272 if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \

Completed in 108 milliseconds

1 2