- Oct 31, 2009
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Oct 30, 2009
-
-
Benoit Boissinot authored
We don't need a "local-charset" aware branchmap() function, we can convert the names when needed during the output.
-
Benoit Boissinot authored
The UTF-8 version of the branchcache is the master, always up-to-date, we can rename it to localrepo._branchcache.
-
Benoit Boissinot authored
It's simpler and the two cache weren't always in sync otherwise: localrepo.branchcache would not be updated after calling branchmap()
-
Alexander Solovyov authored
-
- Oct 26, 2009
-
-
Henrik Stuart authored
-
- Oct 30, 2009
-
-
Alexander Solovyov authored
-
- Oct 29, 2009
-
-
Alexander Solovyov authored
-
- Oct 30, 2009
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Oct 29, 2009
-
-
Steve Borho authored
walkchangerevs() now returns contexts, does not take a cache func.
-
- Oct 30, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Oct 29, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
Now walkchangerevs is a simple iterator over contexts
-
- Oct 28, 2009
-
-
Yuya Nishihara authored
this checks the order of module loading phases of hgweb. `4) reposetup' lines are duplicated because hgweb calls hg.repository() twice, one by __init__, another by refresh.
-
Yuya Nishihara authored
previously uisetup() was invoked by extensions.loadall(), but extsetup() was by _dispatch(). there's no need to split them because we have nothing to do between uisetup() and extsetup(). this fixes issue1824 indirectly.
-
- Oct 21, 2009
-
-
Adrian Buehlmann authored
Reordering the FILES section accordingly. The previous ordering of categories might have been nice from the viewpoint of a site admin doing an initial install, but presenting a higher-precedence-first ordering is more relevant and natural for the average end user, since he will most likely resort to editing rc files in the order of their precedence, overriding whatever "sane" defaults are coming from more general files. Note that this patch does not change the texts, it just moves them. So, whatever bugs, grammar errors, or typos may have been in the texts before this patch: they are still there. On purpose. Because this patch here does not want to reword texts while moving them.
-
- Oct 28, 2009
-
-
Sune Foldager authored
When using hgwebdir with WSGI via the IIS ISAPI-WSGI extension, both stdout and stderr filenos are set to -2, which makes the os.dup call in hook.py fail.
-
Matt Mackall authored
-
- Oct 27, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Oct 25, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
* * * imported patch mercurial/commands.py
-
- Oct 27, 2009
-
-
Yuya Nishihara authored
* arithmetic expression ((...)), without $, is bashism. * printf '\xXX' seems non-standard. '\0' is okay. http://www.opengroup.org/onlinepubs/009695399/utilities/printf.html tested with bash 4.0 and dash 0.5.5.1
-
Sune Foldager authored
-
- Oct 25, 2009
-
-
timeless authored
-
Alexander Solovyov authored
This fixes Cc: prompt.
-
Martin Geisler authored
-
timeless developer authored
-