mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[PR #12] [CLOSED] code cleanups for python 3+ #72
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/initialcommit-com/git-sim/pull/12
Author: @marksmayo
Created: 1/24/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
c1982dacode 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.