On Tue, Aug 16, 2016 at 1:25 AM, Gregory Szorc <gregory.sz...@gmail.com> wrote:
> @@ -317,16 +317,17 @@ def stop():
>              state.thread.join()
>
>          state.accumulate_time(clock())
>          state.last_start_time = None
>          statprofpath = os.environ.get('STATPROF_DEST')
>          if statprofpath:
>              save_data(statprofpath)
>
> +

stray newline
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to