Start a conversation

Articles

  • [Legacy] How to Use kbfiles

    —Update: Don’t! Use LargeFiles Instead!— KBFiles has been replaced by it’s successor, LargeFiles. KBFiles appear to still work with Kiln (as of 2.9.61) but the extension is no longer being developed a...

  • Using Custom Commit Hooks with Mercurial

      Custom commit hooks can be created for Mercurial. Chapter 10 of Mercurial: The Definitive Guide elaborates on how to accomplish this. If you are looking to enforce bug IDs in changeset commit messag...

  • Kiln and MacOS

    Contents 1 The basics 1.1 Git 1.2 Mercurial 2 Advanced features: The Kiln extensions 3 Branching out: alternate version control client software Setting up Kiln to work with MacOS is relatively straigh...

  • How to Use the Mercurial LargeFiles Extension

    Should I use LargeFiles at all? Probably not. The benefit of LargeFiles is to save some bandwidth on push/pull/clone commands and save a few CPU cycles when making a commit. This comes at a cost thoug...