- Mar 08, 2016
-
-
timeless authored
I used test-dispatch.py to demonstrate what would happen if a log file changed from being readonly to writable, by having it replace a directory (proxy for readonly/not-writable) with a log file in between transactions of a running python process (proxy for Mercurial). This commit makes it easier for people to follow what the test is doing, by creating a real file that people can read.
-
timeless authored
-
timeless authored
-
- May 25, 2011
-
-
Idan Kamara authored
currently only stores the arguments.
-
- Jul 05, 2009
-
-
Alejandro Santos authored
-
- Aug 15, 2007
-
-
Matt Mackall authored
- move command dispatching functions from commands and cmdutil to dispatch - change findcmd to take a table argument - remove circular import of commands in cmdutil - privatize helper functions in dispatch
-
- Aug 11, 2007
-
-
Thomas Arendsen Hein authored
-