[PR #12] [CLOSED] code cleanups for python 3+ #72

Closed
opened 2026-03-02 16:48:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/initialcommit-com/git-sim/pull/12
Author: @marksmayo
Created: 1/24/2023
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • c1982da code cleanups for python 3+

📊 Changes

18 files changed (+1203 additions, -304 deletions)

View changed files

📝 git_sim/__main__.py (+193 -40)
📝 git_sim/git_sim.py (+28 -24)
📝 git_sim/git_sim_add.py (+29 -6)
📝 git_sim/git_sim_base_command.py (+458 -109)
📝 git_sim/git_sim_branch.py (+25 -7)
📝 git_sim/git_sim_cherrypick.py (+28 -6)
📝 git_sim/git_sim_commit.py (+29 -5)
📝 git_sim/git_sim_log.py (+6 -1)
📝 git_sim/git_sim_merge.py (+49 -12)
📝 git_sim/git_sim_rebase.py (+82 -20)
📝 git_sim/git_sim_reset.py (+73 -17)
📝 git_sim/git_sim_restore.py (+34 -7)
📝 git_sim/git_sim_revert.py (+82 -20)
📝 git_sim/git_sim_stash.py (+42 -9)
📝 git_sim/git_sim_status.py (+6 -1)
📝 git_sim/git_sim_tag.py (+25 -7)
📝 setup.py (+9 -9)
📝 test.py (+5 -4)

📄 Description

  • cleaned up imports
  • added 3, 3.5, 3.6+ trailing commas
  • tidied whitespace
  • formatted with black

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/initialcommit-com/git-sim/pull/12 **Author:** [@marksmayo](https://github.com/marksmayo) **Created:** 1/24/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`c1982da`](https://github.com/initialcommit-com/git-sim/commit/c1982dab14150a3519c6dd0096aaec820c5473cf) code cleanups for python 3+ ### 📊 Changes **18 files changed** (+1203 additions, -304 deletions) <details> <summary>View changed files</summary> 📝 `git_sim/__main__.py` (+193 -40) 📝 `git_sim/git_sim.py` (+28 -24) 📝 `git_sim/git_sim_add.py` (+29 -6) 📝 `git_sim/git_sim_base_command.py` (+458 -109) 📝 `git_sim/git_sim_branch.py` (+25 -7) 📝 `git_sim/git_sim_cherrypick.py` (+28 -6) 📝 `git_sim/git_sim_commit.py` (+29 -5) 📝 `git_sim/git_sim_log.py` (+6 -1) 📝 `git_sim/git_sim_merge.py` (+49 -12) 📝 `git_sim/git_sim_rebase.py` (+82 -20) 📝 `git_sim/git_sim_reset.py` (+73 -17) 📝 `git_sim/git_sim_restore.py` (+34 -7) 📝 `git_sim/git_sim_revert.py` (+82 -20) 📝 `git_sim/git_sim_stash.py` (+42 -9) 📝 `git_sim/git_sim_status.py` (+6 -1) 📝 `git_sim/git_sim_tag.py` (+25 -7) 📝 `setup.py` (+9 -9) 📝 `test.py` (+5 -4) </details> ### 📄 Description - cleaned up imports - added 3, 3.5, 3.6+ trailing commas - tidied whitespace - formatted with black --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-sim#72
No description provided.