log mercurial/commands.py @ 2931:0843bd53dcff

age author description
Fri, 18 Aug 2006 10:05:44 -0700 Brendan Cully Fix bug #345.
Wed, 16 Aug 2006 10:52:42 -0700 Vadim Gelfer override previous merge with mpm.
Wed, 16 Aug 2006 10:52:19 -0700 Vadim Gelfer redo merge with mpm.
Wed, 16 Aug 2006 10:46:24 -0700 Vadim Gelfer merge with mpm.
Tue, 15 Aug 2006 11:28:50 -0700 Brendan Cully Unify mq and hg patch invocation.
Tue, 15 Aug 2006 11:38:07 -0700 Vadim Gelfer merge with other head by default, not tip.
Tue, 15 Aug 2006 00:03:48 -0700 Brendan Cully A fix for --prune.
Mon, 14 Aug 2006 22:48:03 -0700 Brendan Cully Add diff --git option
Mon, 14 Aug 2006 10:27:02 -0700 Brendan Cully Test for log --prune.
Tue, 15 Aug 2006 11:34:08 -0500 Matt Mackall Move ui.diffopts to patch.diffopts where it belongs
Sun, 13 Aug 2006 16:57:45 -0700 Vadim Gelfer move commands.addremove_lock to cmdutil.addremove
Sun, 13 Aug 2006 16:11:22 -0700 Vadim Gelfer move walk and matchpats from commands to cmdutil.
Sun, 13 Aug 2006 18:35:24 +0300 Giorgos Keramidas Make clear that hg pull -r REV pulls "up to" a revision.
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Sat, 12 Aug 2006 16:13:27 -0700 Vadim Gelfer refactor text diff/patch code.
Sat, 12 Aug 2006 15:43:38 -0700 Vadim Gelfer merge.
Sat, 12 Aug 2006 15:01:46 -0700 Brendan Cully grep: add --follow support.
Sat, 12 Aug 2006 13:51:14 -0700 Brendan Cully grep: display correct user/revision for --all in reverse.
Sat, 12 Aug 2006 13:16:48 -0700 Vadim Gelfer commands.import: refactor patch parsing into patch.extract.
Sat, 12 Aug 2006 12:47:18 -0700 Vadim Gelfer merge git patch code.
Fri, 11 Aug 2006 16:30:24 -0700 Brendan Cully Fix bad merge with crew
Fri, 11 Aug 2006 15:50:16 -0700 Brendan Cully Move patch-related code into its own module.
Fri, 11 Aug 2006 15:50:07 -0700 Brendan Cully Teach import to understand git diff extensions.
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Sat, 12 Aug 2006 12:12:23 -0700 Vadim Gelfer merge.
Sat, 12 Aug 2006 11:53:12 -0700 Vadim Gelfer merge with mpm.
Fri, 11 Aug 2006 14:50:41 -0700 Vadim Gelfer import: get lock and wlock one time
Thu, 10 Aug 2006 15:44:05 -0700 Vadim Gelfer call reposetup functions of extension modules whenever repo created
Fri, 11 Aug 2006 10:57:42 -0500 Matt Mackall Change remaining users of manifest flags
Wed, 09 Aug 2006 15:03:46 -0500 Matt Mackall Merge manifest refactor work
Sun, 16 Jul 2006 03:14:17 -0500 Matt Mackall Start using manifestflags methods
Tue, 08 Aug 2006 09:19:20 -0500 Matt Mackall Refactor update locking slightly
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
Mon, 07 Aug 2006 20:54:03 -0500 Matt Mackall Factor doupdate into _lookup + hg.update
Mon, 07 Aug 2006 16:47:06 -0500 Matt Mackall Merge with crew
Mon, 07 Aug 2006 17:23:04 -0700 Vadim Gelfer commands.logmessage: simplify calling.
Fri, 04 Aug 2006 14:36:03 -0700 Brendan Cully Add '.' as a shortcut revision name for the working directory parent.
Thu, 03 Aug 2006 11:48:56 -0700 Brendan Cully Add log option --follow-first to follow only the first parent of
Thu, 03 Aug 2006 13:29:31 -0700 Brendan Cully Make log --follow revision range start default to working dir parent.
Thu, 03 Aug 2006 11:06:09 -0700 Brendan Cully Make log --follow without a file list follow a single head.
Mon, 07 Aug 2006 16:27:09 -0500 Matt Mackall Move repo.verify
Thu, 03 Aug 2006 20:06:05 -0500 Matt Mackall Remove **opts arg from commands.doupdate
Thu, 03 Aug 2006 15:24:41 -0500 Matt Mackall Move merge code to its own module
Tue, 01 Aug 2006 19:58:34 -0700 Vadim Gelfer clone: replace long help string of inaky with doc comment.
Tue, 01 Aug 2006 11:12:34 -0700 Inaky Perez-Gonzalez Breakup clone -r extra text help to fit in 80 columns
Tue, 01 Aug 2006 09:50:30 -0700 Inaky Perez-Gonzalez Expand clone help with hardlink information
Wed, 02 Aug 2006 03:17:06 +0200 Christian Ebert fix hg backup option recommendation for auto-merge
Tue, 01 Aug 2006 15:51:13 -0700 Vadim Gelfer import: make patch apply if run in subdir
Tue, 01 Aug 2006 14:56:54 -0700 Brendan Cully Check for parent/mod as well as parent.mod in findext.
Mon, 31 Jul 2006 12:02:13 -0700 Vadim Gelfer import: switch from application/x-patch to text/x-diff
Mon, 31 Jul 2006 07:31:31 -0700 Vadim Gelfer log: add -f/--follow option, to follow rename/copy
Sun, 30 Jul 2006 22:52:34 -0700 Vadim Gelfer merge with mpm.
Sat, 29 Jul 2006 18:15:08 +0200 Christian Ebert fix output file format %r
Sun, 30 Jul 2006 21:24:06 -0700 Vadim Gelfer import: allow application/x-patch for funny patch from christian ebert
Mon, 31 Jul 2006 00:47:43 -0500 Matt Mackall Kill ui.setconfig_remoteopts
Fri, 28 Jul 2006 18:46:02 +0200 Benoit Boissinot makes 'hg diff' diff the file in sorted order
Fri, 28 Jul 2006 09:01:13 +0200 Thomas Arendsen Hein merge with tonfa
Thu, 27 Jul 2006 19:26:01 +0200 Benoit Boissinot reupdate the options after loading the repo
Wed, 26 Jul 2006 20:11:54 +0200 Mathieu Clabaut MQ: uniformise message and logfile option.
Tue, 25 Jul 2006 13:50:32 -0700 Vadim Gelfer hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks