log mercurial/ui.py @ 1616:f0f9e84849e7

age author description
Mon, 02 Jan 2006 15:25:33 -0800 Vadim Gelfer eliminate backtrace when piping output on windows.
Wed, 14 Dec 2005 20:38:11 -0600 Benoit Boissinot quote the filename when calling HGEDITOR
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Mon, 31 Oct 2005 09:57:54 -0800 Soh Tk-r28629 Fix traceback on bad system hgrc files
Thu, 27 Oct 2005 13:40:56 -0700 Benoit Boissinot make readconfig take a filename instead of a file pointer as argument
Mon, 24 Oct 2005 17:41:45 -0700 tonfa Fix relative pull in a subdir
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it
Wed, 21 Sep 2005 09:56:30 -0700 Bryan O'Sullivan Use platform-appropriate rc file names.
Mon, 29 Aug 2005 10:31:41 -0700 bos Merge with TAH.
Sun, 28 Aug 2005 17:29:28 +0200 Thomas Arendsen Hein Move generating short username to display in hg/hgweb annotate to ui module.
Fri, 26 Aug 2005 14:05:52 -0700 mason Add support for extension modules
Fri, 26 Aug 2005 13:06:58 +0200 benoit boissinot pep-0008 cleanup
Tue, 23 Aug 2005 21:30:12 -0700 Bryan O'Sullivan Add commands.debugconfig.
Sat, 20 Aug 2005 13:08:07 -0700 mpm Merge with jeffpc