log

age author description
Mon, 10 Dec 2007 00:35:04 +0000 Christian Ebert Remove spurious escape attempt in hg.1.txt
Wed, 05 Dec 2007 20:40:01 +0900 Osku Salerma Use VISUAL in addition to EDITOR when choosing the editor to use.
Tue, 18 Dec 2007 14:01:42 -0600 Matt Mackall util: get rid of is_win_9x wart
Sun, 09 Dec 2007 17:14:38 +0900 Osku Salerma Add --verbose support to tags command.
Sun, 09 Dec 2007 16:32:05 +0900 Osku Salerma Properly check tag's existence as a local/global tag when removing it.
Tue, 18 Dec 2007 14:01:34 -0600 Kirill Smelkov [RFC] convert: fix --datesort
Wed, 12 Dec 2007 14:44:59 +0100 Christian Ebert highlight: pass encoding to lexers and formatter
Wed, 12 Dec 2007 14:36:34 +0100 Christian Ebert highlight: mandatory arguments where possible
Mon, 17 Dec 2007 23:42:48 +0100 Patrick Mezard patch: simplify directory creation
Mon, 17 Dec 2007 23:42:46 +0100 Patrick Mezard patch: write rej files for missing targets (issue 853)
Mon, 17 Dec 2007 23:06:04 +0100 Patrick Mezard patch: avoid file existence tests when possible in selectfile()
Mon, 17 Dec 2007 23:06:01 +0100 Patrick Mezard patch: move diff parsing in iterhunks generator
Mon, 17 Dec 2007 22:19:21 +0100 Patrick Mezard patch: move NoHunk detection up with parsing code
Mon, 17 Dec 2007 13:45:30 +0100 Thomas Arendsen Hein merge with main
Fri, 14 Dec 2007 16:47:41 +0100 Shun-ichi GOTO Workaround for "Not enough space" error due to the bug of Windows.
Thu, 13 Dec 2007 14:25:51 -0600 Steve Borho fix typo in sshargs
Thu, 13 Dec 2007 20:35:42 +0100 Peter Arrenbrecht mq: drop obsolete reference to 'qversion'
Wed, 12 Dec 2007 16:44:26 -0600 Steve Borho win32: fix ssh://host:port when using Plink
Sun, 16 Dec 2007 22:55:23 +0100 Christian Ebert patchbomb: make "hg email -b" w/o destination work as advertised
Mon, 10 Dec 2007 14:54:41 -0800 Lee Cantey Default to 10.5 version using the default python 2.5
Mon, 10 Dec 2007 22:41:18 +0100 Patrick Mezard patchbomb: prompt with ui.prompt()
Mon, 10 Dec 2007 10:26:42 -0600 Matt Mackall ignore: fix up comment parsing
Mon, 10 Dec 2007 10:24:47 -0600 Matt Mackall demandload: give better diagnostic for call of an unloaded module
Mon, 10 Dec 2007 10:24:36 -0600 Matt Mackall fancyopts: lots of cleanups
Mon, 10 Dec 2007 10:24:29 -0600 Matt Mackall commit: avoid losing edits during commit
Mon, 10 Dec 2007 10:24:21 -0600 Matt Mackall rm: complain more about removing added files
Mon, 10 Dec 2007 10:24:14 -0600 Matt Mackall merge: make return codes more sensible
Mon, 10 Dec 2007 10:23:56 -0600 Matt Mackall doc: correct preoutgoing description
Mon, 10 Dec 2007 10:23:45 -0600 Matt Mackall dispatch: report OOM rather than traceback
Sun, 09 Dec 2007 20:46:32 +0100 Patrick Mezard Merge with crew-stable