Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
base: e7d37882f249^
Choose a base ref
...
head repository: getnikola/nikola
compare: d1dd872b21aa
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 24, 2015

  1. Copy the full SHA
    e7d3788 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dcfa98f View commit details
    Browse the repository at this point in the history
  3. Make flake8 happy

    asmeurer authored and ralsina committed Apr 24, 2015
    Copy the full SHA
    10e4c2a View commit details
    Browse the repository at this point in the history
  4. Replace transform_sourcecode with transform_code

    The latter didn't really to a transformation, it just marked the problematic
    code.
    
    Also, don't use a new variable in transform_content, as you might forget to
    write new_content = func(new_content) instead of new_content = func(content).
    asmeurer authored and ralsina committed Apr 24, 2015
    Copy the full SHA
    6aac0ab View commit details
    Browse the repository at this point in the history
  5. update changelog

    ralsina committed Apr 24, 2015
    Copy the full SHA
    d1dd872 View commit details
    Browse the repository at this point in the history