We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2809c45 commit 6d3524fCopy full SHA for 6d3524f
CHANGELOG.md
@@ -6,12 +6,15 @@
6
7
- add `setuptools-scm` console_scripts entry point to make the CLI directly executable
8
- make Mercurial command configurable by environment variable `SETUPTOOLS_SCM_HG_COMMAND`
9
+- fix #1099 use file modification times for dirty working directory timestamps instead of current time
10
11
### Changed
12
13
- add `pip` to test optional dependencies for improved uv venv compatibility
14
- migrate to selectable entrypoints for better extensibility
15
- improve typing for entry_points
16
+- refactor file modification time logic into shared helper function for better maintainability
17
+- reduce complexity of HgWorkdir.get_meta method by extracting focused helper methods
18
19
### Fixed
20
0 commit comments