Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

SWT/Devel/Gerrit

< SWT‎ | Devel
Revision as of 12:06, 20 July 2015 by Lufimtse.redhat.com (Talk | contribs) (Initial Implementation.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configure Repository for Gerrit review

    TODO


Reviewing Changes

Identifying dependencies between patches

"Related changes" will pop up if there are related changes (e.g your patch depends on another patch, or it's a pre-requisite for another patch).

One thing to note is that the related changes are listed the same way a 'git-log' is listed. Meaning all dependencies will appear below the current patch etc... Please see documentation for details: [[1]]

Back to the top