D626: merge: move cwd-missing detection to helper functions

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Sep 12 18:38:03 EDT 2017


martinvonz added inline comments.

INLINE COMMENTS

> merge.py:1745
> +
> +def _getcwd():
> +    try:

i think we usually put helpers close to (and before?) the functions that use them, not at the end of the file

REPOSITORY
  rHG Mercurial

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

To: phillco, #hg-reviewers, quark, pulkit
Cc: martinvonz, quark, mercurial-devel


More information about the Mercurial-devel mailing list