From 212339b77888f18a7e8cdbcb266b242dd72e02cf Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 19 Nov 2012 07:54:25 -0500 Subject: [PATCH] test:tutorial: fix ".hg" -> ".git" in doctest --- test/tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tutorial.py b/test/tutorial.py index aa51244..78e1f3e 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -57,7 +57,7 @@ Success Success >>> h = r.run_lines(h, ['ls']) # doctest: +ELLIPSIS +REPORT_UDIFF -.hg +.git ... AUTHORS ... -- 2.26.2