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.
Fri, 10 Mar 2006 11:33:28 +0100 Catch other exceptions (e.g. util.Abort) in parse(), too.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 10 Mar 2006 11:33:28 +0100] rev 1875
Catch other exceptions (e.g. util.Abort) in parse(), too. This has the benefit of removing duplicate catching of AmbiguousCommand and UnknownCommand, and keeping all exception handling together.
Fri, 10 Mar 2006 11:06:45 +0100 Inherit config from real parentui and don't use ConfigParser internals.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 10 Mar 2006 11:06:45 +0100] rev 1874
Inherit config from real parentui and don't use ConfigParser internals. Added comments for the meaning of parentui.
Fri, 10 Mar 2006 10:44:17 +0100 Added check for minimal python version to setup.py
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 10 Mar 2006 10:44:17 +0100] rev 1873
Added check for minimal python version to setup.py
Thu, 09 Mar 2006 16:27:21 -0800 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 09 Mar 2006 16:27:21 -0800] rev 1872
merge with crew.
Thu, 09 Mar 2006 16:26:49 -0800 patchbomb: ignore exception if pager quits.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 09 Mar 2006 16:26:49 -0800] rev 1871
patchbomb: ignore exception if pager quits.
Thu, 09 Mar 2006 12:18:59 -0800 make push over http print good error message.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 09 Mar 2006 12:18:59 -0800] rev 1870
make push over http print good error message.
Thu, 09 Mar 2006 08:27:49 +0100 Reordered options for remove, fixed synopsis for rename.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 09 Mar 2006 08:27:49 +0100] rev 1869
Reordered options for remove, fixed synopsis for rename.
Wed, 08 Mar 2006 18:48:40 -0800 merge with self.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 08 Mar 2006 18:48:40 -0800] rev 1868
merge with self.
Wed, 08 Mar 2006 15:14:24 -0800 add -f/--force to remove command.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 08 Mar 2006 15:14:24 -0800] rev 1867
add -f/--force to remove command. else to remove modified file, must use "hg revert; hg rm" or "rm; hg rm --after".
Wed, 08 Mar 2006 14:53:57 -0800 inherit hgrc so "%" interpolation works.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 08 Mar 2006 14:53:57 -0800] rev 1866
inherit hgrc so "%" interpolation works.
Wed, 08 Mar 2006 11:21:45 -0800 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 08 Mar 2006 11:21:45 -0800] rev 1865
merge with crew.
Wed, 08 Mar 2006 11:20:39 -0800 Fix manifest view on Windows
Lee Cantey <lcantey@gmail.com> [Wed, 08 Mar 2006 11:20:39 -0800] rev 1864
Fix manifest view on Windows
Wed, 08 Mar 2006 19:31:54 +0100 Removed script header from mq.py
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 08 Mar 2006 19:31:54 +0100] rev 1863
Removed script header from mq.py
Wed, 08 Mar 2006 19:30:30 +0100 Moved bisect extension to hgext folder.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 08 Mar 2006 19:30:30 +0100] rev 1862
Moved bisect extension to hgext folder.
Wed, 08 Mar 2006 19:25:03 +0100 Added copyright information to hbisect.py
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 08 Mar 2006 19:25:03 +0100] rev 1861
Added copyright information to hbisect.py
Wed, 08 Mar 2006 06:20:32 +0100 Merged tah and crew
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 08 Mar 2006 06:20:32 +0100] rev 1860
Merged tah and crew
Wed, 08 Mar 2006 06:13:24 +0100 Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 08 Mar 2006 06:13:24 +0100] rev 1859
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
Wed, 08 Mar 2006 01:30:43 +0100 Make hg paths and hg debugconfig work with -R/--repository option.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 08 Mar 2006 01:30:43 +0100] rev 1858
Make hg paths and hg debugconfig work with -R/--repository option. Commands that can use a repo, but don't need one, should be added to the "optionalrepo" string, similar to the "norepo" string.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip