Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

14 most recent check-ins by user andybradford

2024-04-27
00:52
With the changes introduced in [213ca339c2951ad1] it is now possible to restrict the timeline to a single branch also with "fossil timeline". ... (check-in: abb54cb0cf user: andybradford tags: trunk)
2024-04-25
13:36
Fix minor typo in test introduced by previous commit. ... (check-in: f0c4705d49 user: andybradford tags: trunk)
13:34
Use join instead to avoid prepending garbage at the beginning of the string. ... (check-in: 4d556700a7 user: andybradford tags: trunk)
2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e42 user: andybradford tags: clone-resume)
2024-02-09
13:51
Sync up with trunk for latest improvements. ... (check-in: 12390507b1 user: andybradford tags: clone-resume)
2024-02-08
15:10
Update help for "fossil ui" to more closely match the behavior in the code. ... (check-in: b2b373ff17 user: andybradford tags: trunk)
2024-02-07
14:25
Pull in the remaining bits from trunk for integration testing. ... (check-in: d27cb05f6b user: andybradford tags: clone-resume)
2024-02-06
14:19
Bring in fixes for SSH from trunk. ... (check-in: c55d1b7b26 user: andybradford tags: clone-resume)
03:22
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. ... (Closed-Leaf check-in: bcf6abe5b6 user: andybradford tags: ssh-path-prefix)
2024-02-03
16:55
Update with all changes from trunk. ... (check-in: c454059a18 user: andybradford tags: clone-resume)
2023-12-17
05:49
When resuming a clone, delete the previous setup user so it can be reset. This also handles the case where a new --admin-user is passed in. ... (check-in: b86d4da5a2 user: andybradford tags: clone-resume)
2023-12-08
15:30
Limit the scope to the error condition to clone operations only for now. ... (check-in: 29e9e84a1e user: andybradford tags: clone-resume)
14:33
Only output clone retry warning if there is another round to go. ... (check-in: bdd22578fa user: andybradford tags: clone-resume)
14:20
The rebuilt string is only regenerated if the manifest changes, so use the mtime of when the rebuild is done instead. ... (check-in: a92fddc023 user: andybradford tags: clone-resume)