https://bugzilla.wikimedia.org/show_bug.cgi?id=53836
C. Scott Ananian <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from C. Scott Ananian <[email protected]> --- This breakage seems to be a side-effect of the gerrit migration. For me, $ git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor $ cd VisualEditor ; git log --oneline -1 feff1fb Merge "Improve welcome dialog support for large fonts" versus $ git clone https://git.wikimedia.org/git/mediawiki/extensions/VisualEditor.git $ cd VisualEditor ; git log --oneline -1 47545a5 Remove no-insertion metadata corner case from `ve.dm.Transaction.pushReplace()` Note that https://git.wikimedia.org/summary/mediawiki%2Fextensions%2FVisualEditor shows the latter commit, but 'git review -s ; git log gerrit/master' shows the former. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
