Reference data handling

Issue #142 new
Jan Blechta created an issue

The scripts in test/regression commit an eventual differences on top of master, ignoring whether a current reference is master HEAD or not. This leads to confusion and does not produce nice diffs. It would be better to commit diffs on top of current reference. This leads to the problem of branch naming. Please suggest any scheme.

Comments (5)

  1. Miklós Homolya

    This leads to the problem of branch naming.

    Probably not the kind of idea you are looking for, but Mercurial does not require commits to be accessible from named branches for pushing and pulling.

  2. Jan Blechta reporter

    I did 15 seconds research on anonymous branches. Seemed that those are considered garbage in git.

  3. Log in to comment