/timelapse

Timelapse view for mercurial

Primary LanguageC++

Timelapse View for HG

preview

Download

You can download the latest pre-built version:

Features

  • Show all file revisions in a time-browsable view (designed for Unity mercurial repos)

    main view

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

    timelapse_scrub_time

  • Show common and useful information:

    rev info

  • You want to view the diff patch instead?

    image image

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

    image

  • Standalone and lightweight executable (less than 1 mb)

    image

  • Reuse the same instance to timelapsed other repo files:

    image

  • 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:

    timelapse_taskbar_progress

  • 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:

    image

  • Show the file change set using a simple lis view

    timelapse_file_changeset

  • Launching multiple hg process in background thread to keep the UI responsive.

Using