1
I Use This!
Activity Not Available

News

Posted about 11 years ago by Nathan Durnan <[email protected]>
Only add timestamp file to match list if the list has other items in it already. Otherwise, leave the match object empty for a generic commit. .hgtimestamp TimestampMod.py
Posted about 11 years ago by Nathan Durnan <[email protected]>
`match` has already been identified as `matchmod.match` instance, so coerce the original `match.files()` to list, not the copy. .hgtimestamp TimestampMod.py
Posted about 11 years ago by Nathan Durnan <[email protected]>
Create a local instance of `match` This allows the original object to be returned in the same state as it came in. If `match` is none or empty coming in, return value needs to be the same. If `match.files()` is populated, then .hgtimestamp needs to ... [More] be added. .hgtimestamp TimestampMod.py [Less]
Posted about 11 years ago by Nathan Durnan <[email protected]>
Remove unnecessary line continuation characters. .hgtimestamp TimestampMod.py
Posted about 11 years ago by Nathan Durnan <[email protected]>
Move adding record file into _save function. .hgtimestamp TimestampMod.py
Posted about 11 years ago by Nathan Durnan <[email protected]>
Standardize ui output statments as repo.ui.xxxx Updateded file header comments. .hgtimestamp TimestampMod.py
Posted about 11 years ago by Nathan Durnan <[email protected]>
BitBucket Issue #40 - Extension doesn't work at all on Linux Ubuntu. TimestampMod.py (Version 0.2.6), python 2.6, mercurial 1.8.3 (nor 2.5) The only file that gets committed is .hgtimestamp. Timestamp(s) in .hgtimestamp updated, but added files do ... [More] not get committed. .hgtimestamp [Less]
Posted almost 12 years ago by Nathan Durnan
Added tags "Version 0.2.5" and "Beta" for changeset 0cc80ed72f44 .hgtags .hgtimestamp
Posted almost 12 years ago by Nathan Durnan
Added tags "Version 0.2.5" and "Beta" for changeset 0cc80ed72f44 .hgtags (2 lines added, 1 lines removed) .hgtimestamp (1 lines added, 1 lines removed)
Posted almost 12 years ago by Nathan Durnan
Merge with Release 0.2.6 - Adds International Character (mbcs) support. - Ensures timestamps are only saved for files in the commit set. - Better checking for existing ".hgtimestamp" file. - Fixed handling of JSON timestamp file for an empty Working ... [More] Directory. .hgtimestamp (5 lines added, 2 lines removed) README.md (11 lines added, 3 lines removed) Tests/BBI36_CheckTimestampFileExists_Test.bat (49 lines added, 0 lines removed) Tests/BBI37_SaveOnlyCommittedTimestamps_Test.bat (71 lines added, 0 lines removed) Tests/BBI38_EmptyUpdate_Test.bat (61 lines added, 0 lines removed) TimestampMod.py (550 lines added, 260 lines removed) [Less]