Subversion does not allow to have local commits. So, manage this case.
Closes T15612
Differential D25796
Subversion: fix empty "Authored on" date on commit pages valerio.bozzolan on Aug 21 2024, 13:33. Authored by
Details
Subversion does not allow to have local commits. So, manage this case. Closes T15612 Surf a git commit: nothing changed. Surf a svn commit: the "Authored on" date is not empty anymore.
Diff Detail
Event TimelineComment Actions As usual I'm confused about the PHP magic which does not require defining the method PhabricatorRepositoryCommit::getEpoch() in its class or parent classes, but I assume you tested locally that your patch works, plus PhabricatorRepositoryCommit does have some calls already to $this->getEpoch(), so I'll accept - worst case would be the very same behavior as now. Comment Actions Thanks. Premising that I also don't like projects with "automagic getters" so I agree with you; here how every getter works in Phabricator/Phorge:
|