Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 652645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:17:43+00:00 2026-05-13T22:17:43+00:00

I’m using Mercurial (specifically TortoiseHg on Windows) to do version control of VBA code.

  • 0

I’m using Mercurial (specifically TortoiseHg on Windows) to do version control of VBA code. Anybody who’s tried this knows that VBA changes the case of every variable throughout a project whenever any declaration of that variable is changed anywhere in the project (regardless of scope). It makes version control a nightmare.

I would like to ignore case changes in my source code when performing diffs. What is the easiest way to do this? (some option for diff that I’m missing, an external diff utility, something else?)

NOTE: I am not talking about dealing with ‘case-insensitive filenames’ (yes, I’m talking to you Google…)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:17:44+00:00Added an answer on May 13, 2026 at 10:17 pm

    You can do that when diffing for your on-screen consumption using the ExtDiff Extension.

      [extensions]
      hgext.extdiff =
    
      [extdiff]
      # add new command that runs GNU diff(1) in case-insensitive mode
      cmd.mydiff = diff
      opts.mydiff = -i
    

    Then you’d run hg mydiff from the command line. That, of course, requires you have a diff binary installed be it gnu’s or other.

    However, that’s not going to be as helpful as you might like because internally, of course, Mercurial can’t ignore case — it’s taking the cryptographic hash of the file contents, and those don’t allow for wiggle room. So if you get this set up you’ll do hg mydiff, and see no changes, and then do hg commit and see changes all over the place.

    So you can make this work on-screen, but not fundamentally.

    One option would be to find a visual basic code-cleaner, similar to indent for C-like languages, that normalizes variable case and run that in a mercurial commit hook. Then at least all the code going into source control will be consistent and you can diff across revisions accurately.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 398k
  • Answers 398k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Packaging EJB 3 Applications by Debu Panda (author of EJB3… May 15, 2026 at 3:31 am
  • Editorial Team
    Editorial Team added an answer That expression does return an NSString, but without formatting. To… May 15, 2026 at 3:31 am
  • Editorial Team
    Editorial Team added an answer The tableview subclasses scrollView, so, to answer your question, you… May 15, 2026 at 3:31 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.