Details
Details
- Reviewers
JoshStrobl DataDrake - Group Reviewers
Triage Team - Commits
- R4858:030033ad4344: Initial inclusion of perl-moo
See cloc test plan
Diff Detail
Diff Detail
- Repository
- R4858 perl-moo
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 13 | Can be removed once the perl-class-method-modifiers has perl as a rundep. | |
Comment Actions
You need to amend your commit and submit the full patch. Right now you're effectively submitting a patch against a non-existent master branch to remove a dep.
Comment Actions
Hi @JoshStrobl,
When making the revision, I accidentally did git commit without the --amend, which created a new differential. (I abandoned those.) I later did git commit --amend in the same repository, and then arc diff. I read the instructions here, but git rebase -i HEAD~2 doesn't work.
git log shows:
commit 9683586a51428473a6e2d0bffa5ebd3e139b474a (HEAD -> master)
Author: Evan Wegley <tomocafe@pm.me>
Date: Fri Aug 30 19:45:42 2019 -0700
Fix builddeps
Summary: Initial inclusion of perl-moo
Depends on D6802, D6803
Needed for cloc, see T8163
Test Plan: See cloc test plan
Reviewers: #triage_team
Differential Revision: https://dev.getsol.us/D6804
commit 0125caf68398b32cef80696170261739736b00b3
Author: Evan Wegley <tomocafe@pm.me>
Date: Thu Jul 25 21:54:35 2019 -0700
Initial inclusion of perl-moo Depends on D6802, D6803 Needed for cloc, see T8163
Summary: Add perl dependency of cloc
Test Plan: See cloc test plan
Reviewers: #triage_team
Differential Revision: https://dev.getsol.us/D6804Can you advise on how to proceed? Sorry for the trouble. :)
Comment Actions
What do you mean by it doesn't work? Does it show you a prompt where you pick which you're squashing?