Skip to content

Commit

Permalink
Merge pull request #192 from dafyddcrosby/find_changeset_loading
Browse files Browse the repository at this point in the history
Fix load order of _find_changeset for `impact`
  • Loading branch information
AadityaNair committed Feb 12, 2024
2 parents 3cbc978 + a706bab commit b420929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/taste_tester/commands.rb
Expand Up @@ -278,12 +278,12 @@ def self._find_changeset(repo)
# different tags or labels assigned to the default branch, (i.e. 'main',
# 'stable', etc.) and should be configured if different than the default.
start_ref = case repo
when BetweenMeals::Repo::Hg
TasteTester::Config.vcs_start_ref_hg
when BetweenMeals::Repo::Svn
repo.latest_revision
when BetweenMeals::Repo::Git
TasteTester::Config.vcs_start_ref_git
when BetweenMeals::Repo::Hg
TasteTester::Config.vcs_start_ref_hg
end
end_ref = TasteTester::Config.vcs_end_ref

Expand Down

0 comments on commit b420929

Please sign in to comment.