- Jan 22, 2009
-
-
Martin Geisler authored
This fixes a crash due to a bad string interpolation, fixes a bunch of typos and adds more translated strings.
-
Bill Barry authored
-
- Jan 25, 2009
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Dongsheng Song authored
-
Martin Geisler authored
This will make the order more stable and give smaller patches when translations merge in new and deleted strings from the hg.pot file.
-
Christian Ebert authored
Default mode of install might be 755, therefore specify 644.
-
- Jan 24, 2009
-
-
Martin Geisler authored
-
- Jan 25, 2009
-
-
Alexander Solovyov authored
-
- Jan 23, 2009
-
-
Pascal Quantin authored
Switch from a hardcoded path to registry key to find Beyond Compare's executable. Calling BCompare.exe works fine with version 3.0.14.
-
- Jan 22, 2009
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Alexander Solovyov authored
-
- Jan 21, 2009
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jan 19, 2009
-
-
Matt Mackall authored
-
- Jan 15, 2009
-
-
Christian Ebert authored
e981725da3fe introduced a bug that discarded all custom headers. Add custom header to test template.
-
- Jan 19, 2009
-
-
Matt Mackall authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Stepan Koltsov authored
-
Alexander Solovyov authored
-
- Jan 18, 2009
-
-
Patrick Mezard authored
-
- Jan 17, 2009
-
-
Pascal Quantin authored
Add WinMerge and Beyond Compare 3 to default merge tools configuration. Fix TortoiseMerge configuration.
-
- Jan 13, 2009
-
-
Patrick Mezard authored
First version by Alexander Solovyov <piranha@piranha.org.ua>
-
- Jan 17, 2009
-
-
Pascal Quantin authored
hgk script will be copied to Contrib/hgk.tcl
-
Pascal Quantin authored
Update contrib/win32/mercurial.ini file with contrib/sample.hgrc content and append contrib/mergetools.hgrc content during installation
-
Patrick Mezard authored
-
Patrick Mezard authored
-
- Jan 15, 2009
-
-
Pascal Quantin authored
Add Lee Cantey's installer icon to contrib/win32 and update mercurial.iss accordingly
-
Christian Ebert authored
e981725da3fe introduced a bug that discarded all custom headers. Add custom header to test template.
-
John Mulligan authored
-
John Mulligan authored
Treat fully closed branches similarly to "inactive" in the output of 'hg branches'. They will be suffixed with "(closed)" where inactive branches are marked with "(inactive)". If the -a/--active option is given both inactive and closed branches will not be shown. Partially closed branches (multiple heads, at least one not closed) will display the next (tipmost) open head. Add -a/--active option to "hg heads" which will hide closed heads iff the option is specified. In other hg commands, when multiple branch heads exist the branch name will refer to the tipmost open head, and if none exist, then the tipmost closed head.
-
John Mulligan authored
Adds a --close-branch option to commit. When --close-branch is present the commit will mark the changeset with close=1 in the changeset extras field. If a regular changeset is added on top of a closed head the branch is no longer considered closed, and thus re-opened.
-
John Mulligan authored
All heads of branches will be stored in a new cache file 'branchheads.cache' within the .hg directory. The old 'branch.cache' file from older versions will be ignored. The new cache contents are formatted line-by-line as '{node} {branchtag}\n'. This is the same as the previous format. Now, every head is recorded in an oldest -> tipmost order. The localrepo.branchheads function is reworked to use the data from the cache.
-
Martin Geisler authored
-