dlax added inline comments.

INLINE COMMENTS

> dlax wrote in scmutil.py:695
> A "correct" indentation would be:
> 
>   nodesdict = {short(pred): [short(s) for s in succs]
>                for pred, succs in replacements.iteritems()} 
>   fm.write('hashchanges', '%s\n',
>            fm.formatdict(nodesdict, fmt='%r --> %r', sep='\n'))
> 
> Continuation lines should be aligned with the opening delimiter.

almost fine, just add an extra space in continuation lines so that they start 
//after// the opening delimiter.

REPOSITORY
  rHG Mercurial

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

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

Reply via email to