Skip to content

Commit 85975f4

Browse files
authored
Merge pull request #109 from MightyCreak/modularize-vcs
Modularize VCSs
2 parents 642ee96 + 8df2740 commit 85975f4

File tree

18 files changed

+1706
-1317
lines changed

18 files changed

+1706
-1317
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
message
1414

1515
### Changed
16+
- Modularized the VCSs (reducing main.py by around 1300 lines)
1617

1718
### Fixed
1819
- Fixed 'APP_NAME' error when opening non existing file

src/diffuse.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ gettext.install('diffuse', localedir)
3131

3232
if __name__ == '__main__':
3333
from diffuse import main
34-
3534
sys.exit(main.main())

0 commit comments

Comments
 (0)