log mercurial/commands.py @ 1133:899b619a7eb2

age author description
Sun, 28 Aug 2005 18:27:24 +0200 Thomas Arendsen Hein Create [web] section with short username as contact on hg init and hg clone.
Sun, 28 Aug 2005 17:29:28 +0200 Thomas Arendsen Hein Move generating short username to display in hg/hgweb annotate to ui module.
Sun, 28 Aug 2005 16:24:04 +0200 Thomas Arendsen Hein Changed printing of copies in hg debugstate to: "copy: source -> dest"
Sat, 27 Aug 2005 20:58:53 -0700 mpm Add some rename debugging support
Sat, 27 Aug 2005 19:15:02 -0700 Stephen Darnell Remove the lock file copied during clone (was the source lock file)
Sat, 27 Aug 2005 18:55:14 -0700 TK Soh Updated manpage and help.
Sat, 27 Aug 2005 17:26:26 -0700 mpm Merge with TAH
Sat, 27 Aug 2005 23:36:25 +0200 Thomas Arendsen Hein Remove some options from 'hg grep':
Sat, 27 Aug 2005 23:25:55 +0200 Thomas Arendsen Hein Whitespace cleanup.
Sat, 27 Aug 2005 23:23:32 +0200 Thomas Arendsen Hein Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
Sat, 27 Aug 2005 14:56:58 -0700 mpm commands: use revlog directly for debug commands
Sat, 27 Aug 2005 14:55:07 -0700 mpm commands: use node functions directly
Sat, 27 Aug 2005 14:31:41 -0700 mpm Move opener to utils
Sat, 27 Aug 2005 01:49:41 -0700 TK Soh status: added option -p and -0 to assist xargs
Fri, 26 Aug 2005 23:29:10 -0700 mpm Change canonpath to not know about repo objects
Fri, 26 Aug 2005 14:05:52 -0700 mason Add support for extension modules
Fri, 26 Aug 2005 16:47:09 +0200 Thomas Arendsen Hein Fixed synopsis for grep command.
Fri, 26 Aug 2005 16:37:28 +0200 Thomas Arendsen Hein Fixed zero-padded filenames with %r if there is a longer number in the middle.
Fri, 26 Aug 2005 15:26:44 +0200 Thomas Arendsen Hein Shortened commands.revrange() a little bit, added docstring.
Fri, 26 Aug 2005 15:19:18 +0200 Thomas Arendsen Hein Cleanups to commands.py
Fri, 26 Aug 2005 13:06:58 +0200 benoit boissinot pep-0008 cleanup
Fri, 26 Aug 2005 02:03:35 -0700 mpm Fix set type usage for Python 2.3
Fri, 26 Aug 2005 01:56:49 -0700 mpm Merge from BOS, fix help
Thu, 25 Aug 2005 17:13:48 -0700 bos grep: speed up matching, and only return one match per line.
Thu, 25 Aug 2005 10:11:54 -0700 Bryan O'Sullivan Use ui.write instead of print in debugwalk.
Thu, 25 Aug 2005 02:00:03 -0700 Bryan O'Sullivan Add grep command.
Fri, 26 Aug 2005 10:39:43 +0200 Thomas Arendsen Hein Fixed some synopsises in command help.
Fri, 26 Aug 2005 10:01:55 +0200 Thomas Arendsen Hein Added missing doc strings for two new debug commmands.
Fri, 26 Aug 2005 09:56:33 +0200 Thomas Arendsen Hein Adjust display and alignment of command options to match global options.
Fri, 26 Aug 2005 09:15:04 +0200 Thomas Arendsen Hein Clean up displaying help of global options, only one row per option.
Fri, 26 Aug 2005 08:47:43 +0200 Thomas Arendsen Hein Moved --cwd handling to a place where ui and exception handling already exists.
Fri, 26 Aug 2005 08:42:56 +0200 Thomas Arendsen Hein Allow --help and --version being used together.
Fri, 26 Aug 2005 08:37:41 +0200 Thomas Arendsen Hein Added options -h/--help.
Fri, 26 Aug 2005 08:26:21 +0200 Thomas Arendsen Hein Moved special handling of --version and no hg command from parse to dispatch.
Thu, 25 Aug 2005 18:35:35 +0200 Thomas Arendsen Hein Sort global options by topic: directories, ui, timing, other
Thu, 25 Aug 2005 16:00:08 +0200 Thomas Arendsen Hein Removed forgotten debug print statement from commands.py and tests.
Wed, 24 Aug 2005 19:16:45 -0700 mpm Fix a couple fencepost errors in hg log
Wed, 24 Aug 2005 18:45:49 -0700 mpm Fix hg log -p
Wed, 24 Aug 2005 18:40:17 -0700 mpm Add debugdata for dumping revlog revision data
Wed, 24 Aug 2005 14:45:35 -0700 bos Fix a small corner of log behaviour.
Wed, 24 Aug 2005 13:26:45 -0700 Bryan O'Sullivan Fix help output, and a few broken tests.
Wed, 24 Aug 2005 12:39:10 -0700 Bryan O'Sullivan Rewrite log command. New version is faster and more featureful.
Tue, 23 Aug 2005 21:57:22 -0700 Bryan O'Sullivan Merge with MPM.
Tue, 23 Aug 2005 21:30:12 -0700 Bryan O'Sullivan Add commands.debugconfig.
Tue, 23 Aug 2005 20:21:52 -0700 mpm Teach annotate about binary files
Tue, 23 Aug 2005 19:58:46 -0700 mpm Add automatic binary file detection to diff and export
Tue, 23 Aug 2005 18:58:26 -0700 mpm Clean up argument passing for dodiff
Sun, 21 Aug 2005 16:51:50 -0700 mpm Reformat debugindex output
Sun, 21 Aug 2005 16:00:07 -0700 mpm Remove unused relfilter function
Sun, 21 Aug 2005 15:56:14 -0700 mpm hgweb: change startup argument processing
Sat, 20 Aug 2005 13:08:07 -0700 mpm Merge with jeffpc
Wed, 17 Aug 2005 22:59:47 -0500 Josef "Jeff" Sipek Merge with MPM
Sat, 20 Aug 2005 11:59:10 -0700 mpm Deal with non-integer date offsets generated by some tools
Fri, 19 Aug 2005 23:23:42 -0800 Samuel Tardieu [PATCH] Print timezone offset when outputting dates
Fri, 19 Aug 2005 23:07:31 -0800 mpm hg import: abort with uncommitted changes, override with --force
Fri, 19 Aug 2005 22:48:43 -0800 mpm Use post-expanded clone pathname as default
Fri, 19 Aug 2005 22:11:48 -0800 mpm Add -e and --remotecmd for clone and pull too
Fri, 19 Aug 2005 21:36:57 -0800 mpm Add --ssh and --remotecmd to push
Fri, 19 Aug 2005 16:51:44 -0800 mpm Remove -C alias for --cwd
Fri, 19 Aug 2005 16:45:25 -0800 mpm Merge with TAH