The real name part of the committer name is normally not quoted, so
don't enforce that. Prefer UTC+0 to UTC-0, git doesn't normalize it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
hgext/fastexport.py | ||
---|---|---|
56 | It looks like this not only changed the treatment of utcoff == 0 but completely negated it. Is that how it should be? We don't seem to have any tests with non-zero utcoff... |
hgext/fastexport.py | ||
---|---|---|
56 | It's a trivial fix that I could of course easily do in flight, but I'd at least like a confirmation first. I'll instead drop this patch for now. |
It looks like this not only changed the treatment of utcoff == 0 but completely negated it. Is that how it should be? We don't seem to have any tests with non-zero utcoff...