Mercurial > hg-stable
graph
-
Fixed synopsis for grep command.Fri, 26 Aug 2005 16:47:09 +0200, by Thomas Arendsen Hein
-
Fixed zero-padded filenames with %r if there is a longer number in the middle.Fri, 26 Aug 2005 16:37:28 +0200, by Thomas Arendsen Hein
-
Shortened commands.revrange() a little bit, added docstring.Fri, 26 Aug 2005 15:26:44 +0200, by Thomas Arendsen Hein
-
Cleanups to commands.pyFri, 26 Aug 2005 15:19:18 +0200, by Thomas Arendsen Hein
-
Removed obsolete imports from hgwebdir.cgiFri, 26 Aug 2005 13:31:40 +0200, by Thomas Arendsen Hein
-
Some more spacing/indentation/linebreak cleanups to hgweb.py.Fri, 26 Aug 2005 13:29:52 +0200, by Thomas Arendsen Hein
-
pep-0008 cleanupFri, 26 Aug 2005 13:06:58 +0200, by benoit boissinot
-
Fix set type usage for Python 2.3Fri, 26 Aug 2005 02:03:35 -0700, by mpm
-
Merge from BOS, fix helpFri, 26 Aug 2005 01:56:49 -0700, by mpm
-
grep: speed up matching, and only return one match per line.Thu, 25 Aug 2005 17:13:48 -0700, by bos
-
Use ui.write instead of print in debugwalk.Thu, 25 Aug 2005 10:11:54 -0700, by Bryan O'Sullivan
-
Add grep command.Thu, 25 Aug 2005 02:00:03 -0700, by Bryan O'Sullivan
-
Map long option names containing dashes to ones containing underscores.Wed, 24 Aug 2005 22:25:55 -0700, by Bryan O'Sullivan
-
Minor test-help fixFri, 26 Aug 2005 01:51:44 -0700, by mpm
-
Fixed some synopsises in command help.Fri, 26 Aug 2005 10:39:43 +0200, by Thomas Arendsen Hein
-
Added missing doc strings for two new debug commmands.Fri, 26 Aug 2005 10:01:55 +0200, by Thomas Arendsen Hein
-
Adjust display and alignment of command options to match global options.Fri, 26 Aug 2005 09:56:33 +0200, by Thomas Arendsen Hein
-
Clean up displaying help of global options, only one row per option.Fri, 26 Aug 2005 09:15:04 +0200, by Thomas Arendsen Hein
-
Moved --cwd handling to a place where ui and exception handling already exists.Fri, 26 Aug 2005 08:47:43 +0200, by Thomas Arendsen Hein
-
Allow --help and --version being used together.Fri, 26 Aug 2005 08:42:56 +0200, by Thomas Arendsen Hein
-
Added options -h/--help.Fri, 26 Aug 2005 08:37:41 +0200, by Thomas Arendsen Hein
-
Moved special handling of --version and no hg command from parse to dispatch.Fri, 26 Aug 2005 08:26:21 +0200, by Thomas Arendsen Hein
-
Sort global options by topic: directories, ui, timing, otherThu, 25 Aug 2005 18:35:35 +0200, by Thomas Arendsen Hein
-
run the doc/* through aspell.Thu, 25 Aug 2005 18:25:19 +0200, by Benoit Boissinot