log mercurial/ui.py @ 1840:d17f19d84fd3

age author description
Mon, 06 Mar 2006 17:53:11 +0100 Thomas Arendsen Hein Merge with crew
Mon, 06 Mar 2006 17:47:41 +0100 Thomas Arendsen Hein Create local ui object per repository, so .hg/hgrc don't get mixed.
Mon, 06 Mar 2006 08:35:15 -0800 Vadim Gelfer make ui flush output. this makes error happen if printing to /dev/full.
Tue, 24 Jan 2006 15:02:10 +1300 mason Add new bdiff based unidiff generation.
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.