Articles tagged with mercurial

  1. Replicating the "git show" Command in Mercurial

    Posted on in software

    As a seasoned software engineer who has transitioned from the early days of development to the modern era, I understand the importance of having robust tools to manage codebases. Two of the most popular version control systems (VCS) today are Git and Mercurial. While both serve the same fundamental purpose …

  2. Geeky Goals for 2016

    Posted on in uncategorized

    The new year is finally upon us. Traditionally, I have not been one to make New Year's Resolutions. This year, I decided that rather than a list of resolutions, I would create a list of goals. These are things I would like to achieve over the next year. In other …

  3. Implementing 'git show' in Mercurial

    Posted on in Software

    One of my frequently used git commands is 'git show <rev>'. As in, "show me what the heck this guy did here." Unfortunately, Mercurial doesn't have the same command, but it's easy enough to implement it using an alias in your .hgrc.

    The command you would run from the command …

  4. {git, hg} Custom Log Output

    Posted on in Software

    The standard log output for both Git and Mercurial is a bit verbose for my liking. I keep my terminal at ~50 lines, which results in only getting about 8 to 10 log entries depending on how verbose the commit was. This isn't a big deal if you are just …

Slaptijack's Koding Kraken