hg glog behaviour changed in MozillaBuild 4.0
Categories
(Firefox Build System :: MozillaBuild, defect, P5)
Tracking
(Not tracked)
People
(Reporter: niklas, Unassigned)
Details
hg glog
or hg log --graph
would output a window height of commits in MozillaBuild 3.4
After switching to MozillaBuild 4.0, the output is like 3 times (or more) the window height.
STR:
- With MozillaBuild 4 installed run
hg glog
orhg log --graph
- Press "q"
Expected result:
The output should be the same height as the window height. The top commits should be visible
Actual result:
The output is like 3 times the height of the window and I have to scroll way up to see the top commits
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:ahochheiden, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
I cannot reproduce this. Running hg log --graph
yields output that is the height of the window. (After hitting q
it gets slightly pushed up, but that's expected on Windows).
Can you confirm that this is still reproducible on MozillaBuild 4.0.2
on the latest central? (Could you also run ./mach vcs-setup
prior to testing, just in-case?)
Reporter | ||
Comment 3•2 years ago
|
||
I just installed MozillaBuild 4.0.2
and this is no longer reproducible.
Closing as worksforme because it is no longer reproducible.
Description
•