You can download the latest pre-built version:
- Windows (~780 kb): https://github.com/jschmidt42/timelapse/raw/master/release/win64/timelapse.exe
-
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
diff
patch 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 (
hg
is 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
thg
tools: -
Show the file change set using a simple lis view
-
Launching multiple
hg
process in background thread to keep the UI responsive.
- ocornut/imgui https://github.com/ocornut/imgui for the UI
- rampantpixels/foundation_lib https://github.com/rampantpixels/foundation_lib for the common platform code