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:   "73dc59c"
upstream:
  origin:   "git@github.com:ssorj/plano.git"
  branch:   "main"
  commit:   "73dc59c"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???"
  • Loading branch information
ssorj committed Jan 4, 2024
1 parent 432076e commit ad0acaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = cea948b0eb767f97f8e21d71d9371c5b8bf34ab6
parent = 264596228a9d8c6d0b25fe57c4a87aca5713f8d0
commit = 73dc59cbe4a4b5ad4688cbfc96d024650d3c5844
parent = 432076e581db07a2c9575ccb4b79e20ae2796d19
method = merge
cmdver = 0.4.6
2 changes: 1 addition & 1 deletion subrepos/plano/src/plano/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ def wait(proc, timeout=None, check=False, quiet=False):
elif proc.exit_code < 0:
debug("{} was terminated by signal {}", proc, abs(proc.exit_code))
else:
debug("{} exited with code {}", proc, proc.exit_code)
error("{} exited with code {}", proc, proc.exit_code)

if proc.stash_file is not None:
if proc.exit_code > 0:
Expand Down

0 comments on commit ad0acaa

Please sign in to comment.