Skip to content

Commit

Permalink
Add some docs for update-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 28, 2023
1 parent 655c547 commit 2cc08e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jaraco/develop/update-projects.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
"""
Mechanized merging of an upstream repo across all projects.
Relies on 'known-merge' tool, which must be configured with
git thus:
[mergetool "known-merge"]
cmd = py -m jaraco.develop.merge "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
trustExitCode = true
"""

import contextlib
import subprocess
import functools
Expand Down

0 comments on commit 2cc08e0

Please sign in to comment.