D6478: shelve: first prototype of storing unresolved changes

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Jun 11 14:02:37 EDT 2019


pulkit added inline comments.

INLINE COMMENTS

> shelve.py:618
> +            sname += ' (unresolved)'
> +            namewidth += 13
>          ui.write(sname, label=namelabel)

let's do `namewidth += len('unresolved)'`

REPOSITORY
  rHG Mercurial

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

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

To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list