Skip to content

Commit

Permalink
git subrepo pull subrepos/plano
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "subrepos/plano"
  merged:   "8ec9ae2"
upstream:
  origin:   "git@github.com:ssorj/plano.git"
  branch:   "main"
  commit:   "8ec9ae2"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???"
  • Loading branch information
ssorj committed Jan 2, 2024
1 parent 6d001fd commit 43d3821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions subrepos/plano/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = git@github.com:ssorj/plano.git
branch = main
commit = 71ba806f8f1cee130adafdd2882bc756a0ce2a10
parent = 17b640cb7678d2b152eacd701a2036db03af22ae
commit = 8ec9ae2606fb2a136b08472dee5fb6a04689c57d
parent = 6d001fd5f34d1a6486501fcb623590275578b775
method = merge
cmdver = 0.4.6
4 changes: 2 additions & 2 deletions subrepos/plano/src/plano/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ def _format_command(command, represent=True):
# stderr=<file> - Send stderr to a file
# shell=False - XXX
def start(command, stdin=None, stdout=None, stderr=None, output=None, shell=False, stash=False, quiet=False):
_notice(quiet, "Starting command {}", _format_command(command))
_notice(quiet, "Starting a new process (command {})", _format_command(command))

if output is not None:
stdout, stderr = output, output
Expand Down Expand Up @@ -1201,7 +1201,7 @@ def start(command, stdin=None, stdout=None, stderr=None, output=None, shell=Fals
except OSError as e:
raise PlanoError("Command {}: {}".format(_format_command(command), str(e)))

debug("{} started", proc)
_notice(quiet, "{} started", proc)

return proc

Expand Down

0 comments on commit 43d3821

Please sign in to comment.