On Tue, 22 Oct 2019 10:02:42 -0400, Jordi Gutiérrez Hermoso wrote: > # HG changeset patch > # User Jordi Gutiérrez Hermoso <jord...@octave.org> > # Date 1571752600 14400 > # Tue Oct 22 09:56:40 2019 -0400 > # Node ID 386e0a956ae57a95d62330c95497d7460761f3fd > # Parent d782cce137fd1d50cccfecf8ccb17a623fde8800 > grep: warn on censored revisions instead of erroring out
Queued, thanks. > + ui.warn( > + _(b'cannot search in censored file: > %(filename)s:%(revnum)s\n') > + % { > + 'filename': filename, > + 'revnum': pycompat.bytestr(revision), Added missing b''s for py3 compatibility. _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel