- Jan 14, 2010
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 13, 2010
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 12, 2010
-
-
Patrick Mezard authored
-
- Jan 10, 2010
-
-
Patrick Mezard authored
Hiding the child process window is not strictly necessary but it avoids opening an empty shell window when running hg serve as well as a task in the task bar. The window is hidden after the process is already started causing a single flicker.
-
- Jan 06, 2010
-
-
Patrick Mezard authored
On Windows, Mercurial can be run from the python script of from a frozen executable. In the first case, we have to call the python interpreter since the script is not executable. Frozen executable can be called directly. Fix 3/3 for issue421
-
Patrick Mezard authored
The pipe handshake cannot be implemented with Windows detached process, which disables handle inheritance. Fix 2/3 for issue421
-
- Apr 10, 2009
-
-
Patrick Mezard authored
There is no standard python command to really detach a process under Windows. Instead we use the low level API wrapped by subprocess module with all necessary options to avoid any kind of context inheritance. Unfortunately, this version still opens a new window for the child process. The following have been tried: - os.spawnv(os.P_NOWAIT): works but the child process is killed when parent console terminates. - os.spawnv(os.P_DETACH): works on python25, hang on python26 when writing to the hgweb output socket. - subprocess.CreateProcess() hack without shell mode: similar to os.spawnv(os.P_DETACH). Fix 1/3 for issue421
-
- Jan 12, 2010
-
-
Greg Ward authored
- make it look right in 'hg help extensions' - clarify --revlog option - add a main program to tell users this is no longer a standalone script
-
- Jan 07, 2010
-
-
Pascal Quantin authored
-
- Jan 11, 2010
-
-
Patrick Mezard authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
When shrink-revlog is used as an extension, it would produce an error when switching back to stable because the script will try to execute itself.
-
Benoit Boissinot authored
This avoid a warning when having an empty transaction, where hg would try to delete the journal twice.
-
- Jan 09, 2010
-
-
Jens Bäckman authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Jens Bäckman authored
-
Georg Brandl authored
-
- Jan 08, 2010
-
-
Benoit Boissinot authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Siddharth Agarwal authored
Test and minor code change by Patrick Mézard <pmezard@gmail.com>
-
Patrick Mezard authored
-
- Jan 07, 2010
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Jan 05, 2010
-
-
Martin Geisler authored
-
kiilerix authored
-
Greg Ward authored
They update to new branch head, not new tip -- same as 'hg update'.
-
- Jan 04, 2010
-
-
Pascal Quantin authored
-
- Jan 05, 2010
-
-
Steve Borho authored
Fixes a regression caused by 54b518fc6671
-
- Jan 04, 2010
-
-
Martin Geisler authored
-