Closed
Bug 1247161
Opened 10 years ago
Closed 10 years ago
After running git mozreview, terminal must be reset
Categories
(MozReview Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jya, Unassigned)
Details
This happens everytime I use mozreview on my mac from the terminal application.
Once mozreview has completed, enter will no longer displayed a new line.
I must type reset to be able to get back to normal.
Example:
Before running mozreview, pressing enter twice gives me:
jyapro:mozilla-central jyavenard$
jyapro:mozilla-central jyavenard$
Running mozreview like:
jyapro:mozilla-central jyavenard$ git mozreview push 8bae0a955be444df580840b2281119dbf7d2d665
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 0 changesets with 0 changes to 1 files
submitting 1 commits for review
commit: 8bae0a9 Bug 1247041: [ffmpeg] Request YUVJ420P format explicitly. r?kentuckyfriedtakahe
review: https://reviewboard.mozilla.org/r/34293
publish these review requests now (Yn)? n
(visit review url to publish these review requests so others can see them)
jyapro:mozilla-central jyavenard$
now I press return twice I get:
jyapro:mozilla-central jyavenard$ jyapro:mozilla-central jyavenard$ jyapro:mozilla-central jyavenard$
all on a single line
Comment 1•10 years ago
|
||
If you are using MacPorts, run `mach boostrap` and the issue will be fixed.
Flags: needinfo?(jyavenard)
| Reporter | ||
Comment 2•10 years ago
|
||
yep, that fixed it (it installed readline and watchman).
thank you
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(jyavenard)
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•10 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•