- May 10, 2006
-
-
Matt Mackall authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
can not use on windows < nt or if win32 api not available.
-
Vadim Gelfer authored
-
Vadim Gelfer authored
add test to make sure fix stays fixed.
-
Vadim Gelfer authored
old code could not handle embedded "\r" or files that ended without newline.
-
Vadim Gelfer authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Christian Boos authored
-
Bryan O'Sullivan authored
-
Vadim Gelfer authored
-
- May 09, 2006
-
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Thomas Arendsen Hein authored
local: build extensions inplace (the former "all" target") all: "local" (for people who expect this) and build everything else install: install pre-built things (so root doesn't have to write to $HOME) install-home: use setup.py's --home option instead of --prefix
-
Thomas Arendsen Hein authored
-
wilde authored
-
Thomas Arendsen Hein authored
test-hup triggered this bug by killing "hg serve --stdio".
-
Thomas Arendsen Hein authored
-
- May 08, 2006
-
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Matt Mackall authored
-
mason authored
This changes revlog specify revlogng by default. Inlined data files are also used unless a flags option is found in the .hgrc. Some example hgrc files: [revlog] # use the original revlog format format=0 [revlog] # use revlogng. Because no flags are included, inlined data files # also be selected format=1 [revlog] # use revlogng but do not inline the data files with the index flags= [revlog] # the new default format=1 flags=inline
-
Vadim Gelfer authored
old scheme (False/None/0/'' == fail) made coding style unnatural, did not allow use of mercurial commands as hooks. new scheme (False/None/0 == pass) is pythonic, does not require peculiar "return True" at ends of hooks, allows hooks like this: [hooks] # update working dir after push into this repo changegroup.update = python:mercurial.commands.update
-
Vadim Gelfer authored
if file replaced with directory or symlink, IOError not fully filled out.
-
Vadim Gelfer authored
-
- May 03, 2006
-
-
Vadim Gelfer authored
-
- May 06, 2006
-
-
Thomas Arendsen Hein authored
-
Lee Cantey authored
-
- May 05, 2006
-
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-