log mercurial/commands.py @ 9586:d08099e74b81

age author description
Tue, 29 Sep 2009 00:23:01 +0200 Martin Geisler Merge with main
Thu, 17 Sep 2009 18:12:53 -0400 Greg Ward commands: tweak help for 'heads'.
Wed, 23 Sep 2009 15:57:25 +0200 Adrian Buehlmann mention overlay bundle file in global --repository option
Sat, 19 Sep 2009 01:15:38 +0200 Martin Geisler do not attempt to translate ui.debug output
Thu, 17 Sep 2009 21:52:08 +0200 Martin Geisler Merge with crew-stable
Thu, 17 Sep 2009 21:50:12 +0200 Martin Geisler commands: expand -c and -C in update error message
Thu, 17 Sep 2009 21:34:05 +0200 Stuart W Marks commands: forbid 'hg update --check --clean'
Sat, 05 Sep 2009 19:39:46 +0200 Patrick Mezard Merge with crew-stable
Sat, 05 Sep 2009 18:56:51 +0200 Patrick Mezard merge: exclude common ancestor from --preview (issue1818)
Fri, 04 Sep 2009 11:51:28 +0200 Christian Ebert log: prevent negative date range from displaying entire log (issue1805)
Mon, 24 Aug 2009 21:00:34 +0200 Nicolas Dumazet use 'x in dict' instead of 'dict.has_key(x)'
Fri, 21 Aug 2009 09:33:27 +0200 Dirkjan Ochtman log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
Thu, 20 Aug 2009 08:34:22 +0200 Dirkjan Ochtman cmdutil: use context objects for walkchangerevs()
Mon, 27 Jul 2009 02:12:17 +0200 David Soria Parra commands: Check if helptext contains a newline before we split
Sun, 26 Jul 2009 01:33:00 +0200 Martin Geisler commands: wrap docstrings at 70 characters
Thu, 23 Jul 2009 20:44:26 +0200 Dirkjan Ochtman merge with crew-stable
Wed, 22 Jul 2009 23:12:54 +0200 Martin Geisler coding style: use a space after comma
Wed, 22 Jul 2009 23:08:32 +0200 Martin Geisler commands: remove ineffective parenthesis
Wed, 22 Jul 2009 22:56:45 +0200 Martin Geisler merge with crew-stable
Wed, 22 Jul 2009 18:27:23 -0500 Matt Mackall heads: more clarity for --closed
Wed, 22 Jul 2009 18:08:02 -0500 Matt Mackall Merge with crew-stable
Wed, 22 Jul 2009 17:59:11 -0500 Matt Mackall update: allow -c to jump branches if clean
Wed, 22 Jul 2009 22:50:34 +0200 Martin Geisler do not translate commit messages
Thu, 16 Jul 2009 23:25:26 +0200 Martin Geisler commands: use minirst parser when displaying help
Wed, 15 Jul 2009 17:44:47 +0200 Martin Geisler merge with crew-stable
Mon, 13 Jul 2009 09:50:26 +0900 Nicolas Dumazet for calls expecting bool args, pass bool instead of int
Fri, 10 Jul 2009 13:40:25 +0200 Dan Villiom Podlaski Christiansen commands: hide deprecated commands.
Thu, 09 Jul 2009 19:49:02 -0500 Matt Mackall Merge with stable
Thu, 09 Jul 2009 17:10:07 -0500 Matt Mackall fix memory usage of revlog caches by limiting cache size [issue1639]
Wed, 08 Jul 2009 00:30:21 +0200 Martin Geisler commands: avoid bad linebreak in addremove docstring