.hg-format-source
author Anton Shestakov <av6@dwimlabs.net>
Sun, 03 May 2020 20:11:37 +0800
changeset 5321 aca826b5bd4d
parent 4814 48b30ff742cb
permissions -rw-r--r--
obslog: use unfiltered repo for --no-graph implementation too repo.unfiltered() is used for graph version of obslog, because if we want to filter non-local changesets, we only have to provide --filternonlocal flag on the command line and _nodesandmarkers() will handle filtering. But that means for obslog without -f to work correctly we need to provide unfiltered repo to that function. With this patch both implementations of obslog (--graph and --no-graph) see the same repo.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4814
48b30ff742cb python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
     1
{"pattern": "glob:hgext3rd/**/*.py", "tool": "byteify-strings"}