mercurial/__init__.py
author Ryan McElroy <rmcelroy@fb.com>
Tue, 13 Oct 2015 03:20:05 -0700
changeset 26671 66dc39cd7d06
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
rebase: factor out nothing to rebase return code A rebase call that results in nothing to rebase might be considered successful in some contexts. This factors out the return code from places where hg determines that there is nothing to rebase, so an extenion might change this return code to be something that would allow scripts to run without seeing this as an error.