diff docs/evolve-good-practice.rst @ 1696:898dfca94433 mercurial-3.7

mercurial-3.7: revert output change No feature regression but various output change
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 05 May 2016 22:22:30 +0200
parents 016ffd74026f
children
line wrap: on
line diff
--- a/docs/evolve-good-practice.rst	Wed Apr 20 17:11:49 2016 -0700
+++ b/docs/evolve-good-practice.rst	Thu May 05 22:22:30 2016 +0200
@@ -27,7 +27,7 @@
 There is no descent conflict detection and handling right now.
 Rewriting other people's changesets guarantees that you will get
 conflicts. Communicate with your fellow developers before trying to
-touch other people's work (which is a good pratice in any case).
+touch other people's work (which is a good practice in any case).
 
 Using multiple branches will help you to achieve this goal.