Confirmed users
396
edits
m (Drop references to fx-team) |
m (Drop references to fx-team) |
||
Line 198: | Line 198: | ||
== View incoming changes == | == View incoming changes == | ||
Since your unified repo will likely have all changesets from the various branches pulled locally, `hg in <somebranch> -r <somerev>` will likely not help you see what would be pulled into your current branch from <somebranch> up to that <somerev>. | Since your unified repo will likely have all changesets from the various branches pulled locally, `hg in <somebranch> -r <somerev>` will likely not help you see what would be pulled into your current branch from <somebranch> up to that <somerev>. | ||
Instead, you can use the following to print out the equivalent. Say you want to see what would be merged onto mozilla-central from | Instead, you can use the following to print out the equivalent. Say you want to see what would be merged onto mozilla-central from autoland's revision ca142ec8ba0f: | ||
Make sure m-c is fully up to date: | Make sure m-c is fully up to date: |