mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Sep 2018 12:33:31 +0100
changeset 861 e1e8c087aaef
parent 544 045d88134e1d
permissions -rw-r--r--
Partial fix for "null" `HGChangeset` "null" changeset is currently kept as a singleton instance, i.e., `HGChangeset null` always return the same object. However, some queries (such as `#isObsolete` or `#successors`) require repository to be set - obviously, for "null" changeset there's no repository. Therefore these queries resulted into DNU. To paetially fix this, short-circuit these query methods to answer trasonable values for "null" changeset. Better solution would be to make "null" changeset a normal changeset within a repository.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
544
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
pushd common
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
call mingwmake.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
popd 
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
pushd mercurial
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
call mingwmake.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
045d88134e1d Added mingwmake.bat to compile under MinGW (for Windows / x86_64 builds)
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
popd