This change updates the ak-code-review script to print
${remote}:${head} in the link for code review.

Previously I was showing urls of the sort:

    https://github.com/brho/akaros/compare/abe793d...0780d03

which was fine, except that if I ever did a 'push -f' to update a
branch, the link wouldn't reflect the current state of the branch
under review anymore. This commit changes the link to e.g.:

https://github.com/brho/akaros/compare/abe793d...klueska:corealloc-packed

which will reflect the newest changes to the branch.

The changes in this request can be viewed online at:

    
https://github.com/brho/akaros/compare/abe793d...klueska:update-ak-code-review

The following changes since commit abe793d7c7507cbd6732ed2d794916ae295523ad:

  Added test for devarch MSR file (2015-11-24 15:39:05 -0500)

are available in the git repository at:

  [email protected]:klueska/akaros update-ak-code-review

for you to fetch changes up to d25f262fe01b385bb56e4d856f05064038976c6c:

  Print ${remote}:${head} in link for code review (2015-11-25 07:17:06 -0800)

----------------------------------------------------------------
Kevin Klues (2):
      Fix up some whitespace in ak-code-review.sh
      Print ${remote}:${head} in link for code review

 scripts/ak-scripts/ak-code-review.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
You received this message because you are subscribed to the Google Groups 
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to