Bug 367084 - http://orionhub.org/git/git-status.html#undefined
Summary: http://orionhub.org/git/git-status.html#undefined
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Git (show other bugs)
Version: 0.4   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 0.4 RC2   Edit
Assignee: Malgorzata Janczarska CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
: 370852 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-19 10:28 EST by John J. Barton CLA
Modified: 2012-02-15 11:41 EST (History)
3 users (show)

See Also:
Szymon.Brandys: review+


Attachments
Screenshot after I click the merge button (96.56 KB, image/png)
2011-12-20 14:15 EST, John J. Barton CLA
no flags Details
Merge command message changed. (2.40 KB, patch)
2012-02-15 08:15 EST, Malgorzata Janczarska CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John J. Barton CLA 2011-12-19 10:28:51 EST
If I have a conflict after fetch+merge, then the git-status.html page has a link telling me to go to the git-status page (which is confusing, I'm already on the Git Status page). If I click the link I get an error message. The link is
http://orionhub.org/git/git-status.html#undefined
Comment 1 John J. Barton CLA 2011-12-20 14:15:16 EST
Created attachment 208640 [details]
Screenshot after I click the merge button
Comment 2 Malgorzata Janczarska CLA 2012-02-15 08:15:25 EST
Created attachment 211044 [details]
Merge command message changed.

The problem required doing a trivial fix in code, because there was an uninitialized variable. It was repeated in merge command for git-satus and git-log. But as you mentioned when we are on git-status telling the user to go to Git Status made no sense, so I removed that hint from error message.
The error reporting for merge error is still far from usable so I opened Bug 371607 and Bug 371617, but I don't think they will be fixed in 0.4 as they usually need (or are a part) of more extensive changes.
Comment 3 Szymon Brandys CLA 2012-02-15 11:02:28 EST
Looks good.
Comment 4 Tomasz Zarna CLA 2012-02-15 11:23:04 EST
*** Bug 370852 has been marked as a duplicate of this bug. ***
Comment 5 Malgorzata Janczarska CLA 2012-02-15 11:41:15 EST
Done, John, can you verify if it helped for Bug 370852 as whell?