evolve: clarify why returning by adding inline doc
authorSushil khanchi <sushilkhanchi97@gmail.com>
Sat, 08 Jun 2019 16:03:05 +0530
changeset 4682 8195452be71d
parent 4681 3027005c42c3
child 4693 6f6fec14e607
evolve: clarify why returning by adding inline doc
hgext3rd/evolve/evolvecmd.py
--- a/hgext3rd/evolve/evolvecmd.py	Sat Jun 08 15:59:31 2019 +0530
+++ b/hgext3rd/evolve/evolvecmd.py	Sat Jun 08 16:03:05 2019 +0530
@@ -1691,6 +1691,7 @@
         if repo['.'].obsolete():
             result = solveobswdp(ui, repo, opts)
             if result != 0 or result is True:
+                # return as solving obswdp wasn't successful
                 return result
 
         if not revs: