diff mercurial/commands.py @ 42529:5f2f6912c9e6

states: moved cmdutil.unfinishedstates to state.py This moves `cmdutil.unfinishedstates`, `checkunfinished()`,`clearunfinished()` to `state.py`. the already existing users of this module are updated accordingly. Test results remain unchanged. Differential Revision: https://phab.mercurial-scm.org/D6484
author Taapas Agrawal <taapas2897@gmail.com>
date Sat, 08 Jun 2019 23:43:53 +0530
parents a68350a7fc55
children 3de4f17f4824
line wrap: on
line diff
--- a/mercurial/commands.py	Mon Jun 24 16:01:22 2019 -0700
+++ b/mercurial/commands.py	Sat Jun 08 23:43:53 2019 +0530
@@ -6148,7 +6148,6 @@
 
     with repo.wlock():
         cmdutil.clearunfinished(repo)
-
         if date:
             rev = cmdutil.finddate(ui, repo, date)