pulkit added inline comments.

INLINE COMMENTS

> commands.py:4019
>      if abort:
> +        for state in statemod._unfinishedstates:
> +            if state.isunfinished(repo) and state._opname != 'merge':

We are performing the same loop in https://phab.mercurial-scm.org/D6566. How 
about having a utility function which will return the unfinished state, 
something like `getunfinishedstate`

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6607/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6607

To: taapas1128, #hg-reviewers
Cc: pulkit, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to