[PATCH 1 of 6] py3: use startswith() instead of slicing to detect leading whitespace

2018-03-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1520195085 18000 # Sun Mar 04 15:24:45 2018 -0500 # Node ID f7cd53c5127f248f5d075ad28b6be82558b7c35d # Parent 6bacb2f663cb07f58bb493db5f21ae321d5a2e06 py3: use startswith() instead of slicing to detect leading whitespace diff --git a/mercuri

Re: [PATCH 1 of 6] py3: use startswith() instead of slicing to detect leading whitespace

2018-03-04 Thread Pulkit Goyal
Queued the series. Many thanks! On Mon, Mar 5, 2018 at 3:11 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1520195085 18000 > # Sun Mar 04 15:24:45 2018 -0500 > # Node ID f7cd53c5127f248f5d075ad28b6be82558b7c35d > # Parent 6bacb2f663cb07f58bb493db5f21ae32