- May 08, 2006
-
-
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
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
fix issue 162.
-
Vadim Gelfer authored
fix issue 225. do not use deprecated commands in examples.
-
- May 04, 2006
-
-
Stephen Darnell authored
Use the python version instead
-
Stephen Darnell authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
email headers and body can be customized using template code.
-
Vadim Gelfer authored
-
Bryan O'Sullivan authored
-
Vadim Gelfer authored
document hgrc settings used.
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
useful for bugzilla integration, email notifications, other stuffs.
-
Benoit Boissinot authored
-
TK Soh authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
windows does not have os.path.samestat, and stat().st_ino is always zero, so util.samestat always returns false on windows.
-
- May 03, 2006
-
-
Vadim Gelfer authored
hook updates bugzilla bugs when it sees commit comments that mention bug id, such as "i fixed bug 77". only bugzilla 2.16 supported yet, but easy to extend. bugzilla versions have different schema, i have not used later than 2.16.
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Benoit Boissinot authored
-
TK Soh authored
-
TK Soh authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
Add an explicit description of 'hg commit --addremove'.
-