Mon, 10 Dec 2007 22:41:18 +0100 patchbomb: prompt with ui.prompt()
Patrick Mezard <pmezard@gmail.com> [Mon, 10 Dec 2007 22:41:18 +0100] rev 5641
patchbomb: prompt with ui.prompt() Avoid Windows raw_input() issue introduced by a3fe91b4f6eb. Found by Steve Borho <steve@borho.org>.
Mon, 10 Dec 2007 10:26:42 -0600 ignore: fix up comment parsing
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:26:42 -0600] rev 5640
ignore: fix up comment parsing - remove redundant newline bits - change loop to use regex - eliminate escaping of # in internal representation
Mon, 10 Dec 2007 10:24:47 -0600 demandload: give better diagnostic for call of an unloaded module
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:47 -0600] rev 5639
demandload: give better diagnostic for call of an unloaded module
Mon, 10 Dec 2007 10:24:36 -0600 fancyopts: lots of cleanups
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:36 -0600] rev 5638
fancyopts: lots of cleanups
Mon, 10 Dec 2007 10:24:29 -0600 commit: avoid losing edits during commit
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:29 -0600] rev 5637
commit: avoid losing edits during commit If a file is edited between the time we record file states in the repo and update the dirstate, that change can be lost to hg status. Because we invoke the editor between these two points, that window can be arbitrarily large. This greatly shrinks the window by recording the commit change immediately. If our checkin fails, we simply invalidate the dirstate.
Mon, 10 Dec 2007 10:24:21 -0600 rm: complain more about removing added files
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:21 -0600] rev 5636
rm: complain more about removing added files
Mon, 10 Dec 2007 10:24:14 -0600 merge: make return codes more sensible
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:24:14 -0600] rev 5635
merge: make return codes more sensible Commands that call merge were exiting with a return code equal to the number of unresolved files. We now return 1 if there are unresolved files.
Mon, 10 Dec 2007 10:23:56 -0600 doc: correct preoutgoing description
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:23:56 -0600] rev 5634
doc: correct preoutgoing description
Mon, 10 Dec 2007 10:23:45 -0600 dispatch: report OOM rather than traceback
Matt Mackall <mpm@selenic.com> [Mon, 10 Dec 2007 10:23:45 -0600] rev 5633
dispatch: report OOM rather than traceback
Sun, 09 Dec 2007 20:46:32 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 20:46:32 +0100] rev 5632
Merge with crew-stable
Sun, 09 Dec 2007 15:25:36 +0100 convert: move commands definition to ease demandload job (issue 860)
Patrick Mezard <pmezard@gmail.com> [Sun, 09 Dec 2007 15:25:36 +0100] rev 5631
convert: move commands definition to ease demandload job (issue 860)
Sat, 08 Dec 2007 13:18:03 -0600 win32: remove text man pages from Windows package
Steve Borho <steve@borho.org> [Sat, 08 Dec 2007 13:18:03 -0600] rev 5630
win32: remove text man pages from Windows package The HTML versions are still packaged, and do not suffer from eoln problems. This solves issue531 (addition through subtraction)
(0) -3000 -1000 -300 -100 -12 +12 +100 +300 +1000 +3000 +10000 +30000 tip