Mon, 27 Feb 2006 12:41:20 -0800 improve template errors when something is wrong.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 27 Feb 2006 12:41:20 -0800] rev 1905
improve template errors when something is wrong.
Mon, 27 Feb 2006 11:33:09 -0800 improve templating.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 27 Feb 2006 11:33:09 -0800] rev 1904
improve templating. allow {foo} as well as #foo#. add new functions for changeset authors.
Mon, 27 Feb 2006 11:32:10 -0800 move shortuser into util module.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 27 Feb 2006 11:32:10 -0800] rev 1903
move shortuser into util module.
Mon, 27 Feb 2006 11:18:56 -0800 make parsestring work with strings that do not have quotes.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 27 Feb 2006 11:18:56 -0800] rev 1902
make parsestring work with strings that do not have quotes.
Mon, 27 Feb 2006 09:35:43 -0800 use safer string parser for template engine.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 27 Feb 2006 09:35:43 -0800] rev 1901
use safer string parser for template engine.
Mon, 27 Feb 2006 09:15:59 -0800 move repeated work out of inner loops.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 27 Feb 2006 09:15:59 -0800] rev 1900
move repeated work out of inner loops.
Sun, 26 Feb 2006 20:53:37 -0800 many small changes to templater.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 26 Feb 2006 20:53:37 -0800] rev 1899
many small changes to templater. get string code to parse escapes. uses eval now, should parse strings itself soon. let caller check if fragment is defined using "in". make templatepath take optional file name.
Sun, 26 Feb 2006 13:11:53 -0800 missed hunk when moving code to templater module
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 26 Feb 2006 13:11:53 -0800] rev 1898
missed hunk when moving code to templater module
Sun, 26 Feb 2006 13:09:26 -0800 move hgweb.templatepath into templater
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 26 Feb 2006 13:09:26 -0800] rev 1897
move hgweb.templatepath into templater
Sun, 26 Feb 2006 12:59:28 -0800 move hgweb template code out to templater
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 26 Feb 2006 12:59:28 -0800] rev 1896
move hgweb template code out to templater
Mon, 13 Mar 2006 00:02:33 +0100 findincoming should return an iterable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 13 Mar 2006 00:02:33 +0100] rev 1895
findincoming should return an iterable
Sun, 12 Mar 2006 20:23:05 +0100 Allow symbolic path names in global -R/--repository parameter.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 12 Mar 2006 20:23:05 +0100] rev 1894
Allow symbolic path names in global -R/--repository parameter.
Sun, 12 Mar 2006 20:13:58 +0100 Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 12 Mar 2006 20:13:58 +0100] rev 1893
Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
Sun, 12 Mar 2006 18:05:13 +0100 Directory names take precedence over symbolic names consistently.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 12 Mar 2006 18:05:13 +0100] rev 1892
Directory names take precedence over symbolic names consistently. Previously this was only done for clone.
Sun, 12 Mar 2006 15:11:11 +0100 New version/release in mercurial.spec, patchbomb is now in hgext.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 12 Mar 2006 15:11:11 +0100] rev 1891
New version/release in mercurial.spec, patchbomb is now in hgext.
Sun, 12 Mar 2006 15:07:40 +0100 fix contrib/mercurial.spec for hgext
Xiaofeng Ling <xiaofeng.ling@intel.com> [Sun, 12 Mar 2006 15:07:40 +0100] rev 1890
fix contrib/mercurial.spec for hgext
Sun, 12 Mar 2006 13:57:55 +0100 Try to import extensions from the hgext module first.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 12 Mar 2006 13:57:55 +0100] rev 1889
Try to import extensions from the hgext module first.
Sun, 12 Mar 2006 12:29:03 +0100 Make bash_completion more robust for e.g. broken hgrc or old hg installations.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 12 Mar 2006 12:29:03 +0100] rev 1888
Make bash_completion more robust for e.g. broken hgrc or old hg installations.
Sun, 12 Mar 2006 11:32:03 +0100 new command debugcomplete
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 12 Mar 2006 11:32:03 +0100] rev 1887
new command debugcomplete add a new command debugcomplete, it lists all the possible completion for the specified command. make the bash_completion script uses it instead of the awk code
Sun, 12 Mar 2006 08:08:22 +0100 remove bashisms from tests
TK Soh <teekaysoh@yahoo.com> [Sun, 12 Mar 2006 08:08:22 +0100] rev 1886
remove bashisms from tests
Sat, 11 Mar 2006 21:33:19 -0800 run merge program in repo root.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sat, 11 Mar 2006 21:33:19 -0800] rev 1885
run merge program in repo root. before, merge program was run in user current directory. Well defined location is better for scripts. no more need to pass HG_ROOT to merge program now.
Fri, 10 Mar 2006 23:34:36 -0800 merge with self.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 10 Mar 2006 23:34:36 -0800] rev 1884
merge with self.
Fri, 10 Mar 2006 23:34:02 -0800 give more info to hgmerge script.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 10 Mar 2006 23:34:02 -0800] rev 1883
give more info to hgmerge script.
Fri, 10 Mar 2006 22:42:59 -0800 merge util.esystem and util.system.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 10 Mar 2006 22:42:59 -0800] rev 1882
merge util.esystem and util.system.
Fri, 10 Mar 2006 23:25:50 -0800 undo edit that was accident.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 10 Mar 2006 23:25:50 -0800] rev 1881
undo edit that was accident.
Fri, 10 Mar 2006 22:24:19 -0800 fix broken environment save/restore when a hook runs.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 10 Mar 2006 22:24:19 -0800] rev 1880
fix broken environment save/restore when a hook runs. move "run commend with different env/cwd" code out to function in util. new function is called esystem.
Fri, 10 Mar 2006 20:06:41 +0100 make clean now removes generated documentation.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 10 Mar 2006 20:06:41 +0100] rev 1879
make clean now removes generated documentation.
Fri, 10 Mar 2006 19:16:49 +0100 Make #!/usr/bin/env python in test-bdiff run the specified python version.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 10 Mar 2006 19:16:49 +0100] rev 1878
Make #!/usr/bin/env python in test-bdiff run the specified python version.
Fri, 10 Mar 2006 08:31:31 -0800 change lock format to let us detect and break stale locks.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 10 Mar 2006 08:31:31 -0800] rev 1877
change lock format to let us detect and break stale locks. old style: symlink to pid new style: symlink to hostname:pid if lock code finds new-style lock, it breaks lock if locking pid is on same machine and pid is not alive. otherwise, lock is left alone. this makes locking code safe with old-style locks and with locks on other machines. new code makes server part of mercurial more robust in case machine crashes, power fails, or crazy user does kill -9.
Fri, 10 Mar 2006 11:34:02 +0100 Catch hgrc interpolation errors nicely.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 10 Mar 2006 11:34:02 +0100] rev 1876
Catch hgrc interpolation errors nicely.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip