HomeSort by: relevance | last modified time | path
    Searched refs:changelog_location (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 721 changelog_location = self.get_changelog_by_path(file)
723 entries = filter(lambda x: x.folder == changelog_location,
738 entry = ChangeLogEntry(changelog_location,
778 changelog_location = self.get_changelog_by_path(full_path)
779 if changelog_location != entry.folder:
781 err = Error(msg % (entry.folder, changelog_location), file)
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 699 changelog_location = self.get_changelog_by_path(file)
701 entries = filter(lambda x: x.folder == changelog_location,
715 entry = ChangeLogEntry(changelog_location,
749 changelog_location = self.get_changelog_by_path(full_path)
750 if changelog_location != entry.folder:
752 err = Error(msg % (entry.folder, changelog_location), file)

Completed in 98 milliseconds