rust/hg-core/rustfmt.toml
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 11 Mar 2019 09:35:36 -0700
changeset 41935 bf72e4c39f0b
parent 40271 dbc28c91f7ff
permissions -rw-r--r--
uncommit: convert _fixdirstate() into _movedirstate() _fixdirstate() already also updates to the given commit, so let's rename it to _movedirstate(). Also update the documentation and drop the unnecessary "curctx" argument, since that should always be repo['.']. Differential Revision: https://phab.mercurial-scm.org/D6117

max_width = 79
wrap_comments = true
error_on_line_overflow = true