Skip to content

[MRG] Use commit range for diff in flake8_diff.sh#439

Merged
lesteve merged 2 commits intojoblib:masterfrom
lesteve:simplify-common-ancestor-in-flake8-diff
Dec 5, 2016
Merged

[MRG] Use commit range for diff in flake8_diff.sh#439
lesteve merged 2 commits intojoblib:masterfrom
lesteve:simplify-common-ancestor-in-flake8-diff

Conversation

@lesteve
Copy link
Copy Markdown
Member

@lesteve lesteve commented Dec 5, 2016

instead of finding the common ancestor with git merge-base. As per the
git diff documentation:
"git diff A...B" is equivalent to "git diff $(git-merge-base A B) B"

instead of finding the common ancestor with git merge-base. As per the
git diff documentation:
"git diff A...B" is equivalent to "git diff $(git-merge-base A B) B"
@lesteve
Copy link
Copy Markdown
Member Author

lesteve commented Dec 5, 2016

This was just to make sure I did not break anything by mistake, I'll merge this one.

@lesteve lesteve merged commit c505ad5 into joblib:master Dec 5, 2016
@lesteve lesteve deleted the simplify-common-ancestor-in-flake8-diff branch December 5, 2016 14:56
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Dec 8, 2016
* commit '0.10.2-55-g660fe5d': (52 commits)
  MAINT simplify way to skip doctests
  Do not print frames with IPython internals in format_stack
  BF(TST): compare for version in pickled filename ignoring full path, and looking for _ as well (joblib#445)
  [MRG] Remove nose dependency completely. (joblib#441)
  MAINT add Python 3.5 in setup.py
  Remove some Python 2.6 specific code
  [MRG] Make test execution on CI possible through py.test command. (joblib#433)
  Remove more python 2.6 related code (joblib#440)
  [MRG] Use commit range for diff in flake8_diff.sh (joblib#439)
  MAINT remove support for python 2.6 (joblib#437)
  Improve doc about caching methods (joblib#432)
  Get the tests passing with py.test
  MAINT update flake8_diff.sh
  COSMIT move stdlib imports where they belong
  [MRG] Replace assert_* methods with "assert" keyword statements. (joblib#430)
  Reraise when the exception is not a TransportableException (joblib#429)
  Make sure LICENSE.txt is included in the wheel
  Add LICENSE.txt
  Update doc/paralle.rst
  [MRG+1] Remove all nose imports from test scripts. (joblib#422)
  ...
yarikoptic added a commit to yarikoptic/joblib that referenced this pull request Dec 8, 2016
* releases: (52 commits)
  MAINT simplify way to skip doctests
  Do not print frames with IPython internals in format_stack
  BF(TST): compare for version in pickled filename ignoring full path, and looking for _ as well (joblib#445)
  [MRG] Remove nose dependency completely. (joblib#441)
  MAINT add Python 3.5 in setup.py
  Remove some Python 2.6 specific code
  [MRG] Make test execution on CI possible through py.test command. (joblib#433)
  Remove more python 2.6 related code (joblib#440)
  [MRG] Use commit range for diff in flake8_diff.sh (joblib#439)
  MAINT remove support for python 2.6 (joblib#437)
  Improve doc about caching methods (joblib#432)
  Get the tests passing with py.test
  MAINT update flake8_diff.sh
  COSMIT move stdlib imports where they belong
  [MRG] Replace assert_* methods with "assert" keyword statements. (joblib#430)
  Reraise when the exception is not a TransportableException (joblib#429)
  Make sure LICENSE.txt is included in the wheel
  Add LICENSE.txt
  Update doc/paralle.rst
  [MRG+1] Remove all nose imports from test scripts. (joblib#422)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant