Mercurial > evolve
diff .hgignore @ 3662:0caa27259800
evolve: don't pass stringified int to repo.__getitem__
We were doing repo['-1'], which is now deprecated. Switch to
repo['tip'], which is much clearer anyway (I initially thought this
was nullrev and sent an incorrect patch until Pierre-Yves corrected
me).
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 13 Apr 2018 09:26:28 -0700 |
parents | aad37ffd7d58 |
children | ba316ce15040 |