GitHub - jschmidt42/timelapse: Timelapse view for mercurial (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Repository files navigation
Timelapse View for HG
Download
You can download the latest pre-built version:
Features
- Show all file revisions in a time-browsable view (designed for Unity mercurial repos)

- Base all file revision on a common ancestor and sort them out intelligibly.

- Show common and useful information:

- You want to view the
diffpatch instead?

- You can use keyboard shortcuts for quick navigation through revisions:

- Standalone and lightweight executable (less than 1 mb)

- Reuse the same instance to timelapsed other repo files:

- Rebasing all revisions on a common ancestor can be a long process (
hgis slow as hell!) so we let the user know how is the annotations fetching and revision rebasing progressing:
- Support various external tool to work with the current revision; such as opening beycond compare as a folder compare view or opening various
thgtools:
- Show the file change set using a simple lis view

- Launching multiple
hgprocess in background thread to keep the UI responsive.
Using
- ocornut/imgui https://github.com/ocornut/imgui for the UI
- rampantpixels/foundation_lib https://github.com/rampantpixels/foundation_lib for the common platform code
