diff CHANGELOG @ 3363:380fa6e8baf2 stable

evolve: don't show working directory obsolete message if we were on it This patch tweaks showing wc obsolete message functionality to not show the message if the operation led us to the same changeset we were on before and it didn't obsoleted it. This make failed updates, update on current changeset and a pull with no change omit showing the message. This has some cons like if you are on rev 1 which is obsolete and you do `hg up <revset>` where revset is some revset which resolves to the rev 1, we won't show the warning as shown earlier.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 27 Dec 2017 05:01:30 +0530
parents 92b414710d2e
children 1cb549cd6236
line wrap: on
line diff
--- a/CHANGELOG	Thu Dec 28 03:12:54 2017 +0530
+++ b/CHANGELOG	Wed Dec 27 05:01:30 2017 +0530
@@ -5,6 +5,7 @@
 -------------------
 
   * fix `hg prev` behavior on obsolete changesets
+  * no longer issue "obsolete working copy" message during no-op
 
 topic (0.6.1)