- Mar 02, 2009
-
-
Dirkjan Ochtman authored
-
Stefan Rusek authored
The .mo files for translations should be included in the Windows installer.
-
- Feb 28, 2009
-
-
Dirkjan Ochtman authored
-
timeless developer authored
-
Dirkjan Ochtman authored
In particular, provide some example data for some of the common filters. Thanks go to timeless again for pointing out where we were lacking.
-
Dirkjan Ochtman authored
In particular, the precedence for usernames is explained in more detail. Thanks to timeless for pointing out the deficiencies here.
-
timeless developer authored
-
- Feb 27, 2009
-
-
Matt Mackall authored
-
- Jan 25, 2009
-
-
Dirkjan Ochtman authored
-
- Feb 24, 2009
-
-
Martin Geisler authored
Otherwise a bad hgrc file can make the version detection fail.
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
- Feb 21, 2009
-
-
Steve Borho authored
We caught this exception in ui.prompt(), but not here. Without this, hitting CTRL-D at the password prompt gives a long traceback.
-
- Feb 04, 2009
-
-
Pascal Quantin authored
If there is already a Beyond Compare's instance running when performing a merge from Mercurial, BCompare.exe will exit immediately and the merge will fail. Use the /solo switch to make it always wait (it will open each comparison in it's own window instead of in tabs)
-
- Feb 22, 2009
-
-
Benoit Boissinot authored
-
David Soria Parra authored
-
Martin Geisler authored
-
- Feb 20, 2009
-
-
Katsunori FUJIWARA authored
this finished translation for: - online help for all core commands - all other help topics, except of "templating"
-
- Feb 18, 2009
-
-
Frank Wierzbicki authored
-
- Feb 17, 2009
-
-
Brodie Rao authored
-
Martin Geisler authored
Executing ".\hg" does not work on Windows, but we can instead ask Python to execute hg.
-
Martin Geisler authored
-
Dongsheng Song authored
-
Matt Mackall authored
- add writepending to flush delayed writes to separate file - add support in hooks for lazy evaluation of callable parameters - add HG_PENDING to pretxn hooks - call writepending if hook is used - pass repo root to hook environment - if HG_PENDING = repo root, we're in pretxn hook - read pending data to make pending changesets visible - filter HG_PENDING in tests/printenv.py
-
- Jan 18, 2009
-
-
Stefano Tortarolo authored
-
- Feb 10, 2009
-
-
kiilerix authored
The merge tool selecting algorithm is hardcoded to look for hgmerge in $PATH before it falls back to use internal merge. This fixes the test for this fallback to be tolerant to existing hgmerges.
-
- Feb 16, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
This should help work around virus scanner issues with rename on Windows.
-
Matt Mackall authored
Otherwise we filter out merge changesets with no changed files
-
Matt Mackall authored
-
- Feb 15, 2009
-
-
Alexander Solovyov authored
-
- Feb 16, 2009
-
-
Martin Geisler authored
-
- Feb 15, 2009
-
-
Martin Geisler authored
This is more portable than memory mapping /dev/zero: Windows obviously does not have /dev/zero and mapping /dev/zero failed on Mac OS X.
-
- Feb 11, 2009
-
-
Stefan Rusek authored
In the cmdtable for the convert extension, the default value for splicefile is empty string, while mapfile (the class that reads splicemaps) expects either a real path or None. This patch changes mapfile to expect a real path or logical false (False, None, empty string, etc.)
-
- Feb 08, 2009
-
-
Simon Heimberg authored
Test if bzrlib.__doc__ is not empty. Ignores an empty lib.
-
- Feb 10, 2009
-
-
Augie Fackler authored
This changes the behavior of qguard in the case of setting negative guards, as -- will now always be required. Fixes issue1402. Doc fixes for mq by mpm.
-
Augie Fackler authored
-