bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Sep 2018 12:33:31 +0100
changeset 861 e1e8c087aaef
parent 327 90423e18b773
child 843 1a791d41fa63
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:
327
90423e18b773 Added bmake.bat
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
pushd common
90423e18b773 Added bmake.bat
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
call bmake.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
90423e18b773 Added bmake.bat
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
popd 
90423e18b773 Added bmake.bat
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
pushd mercurial
90423e18b773 Added bmake.bat
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
call bmake.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
90423e18b773 Added bmake.bat
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
popd