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
|
Mon, 24 Jul 2006 14:36:32 -0700 |
Vadim Gelfer |
merge with crew.
|
Thu, 20 Jul 2006 16:21:07 -0700 |
Vadim Gelfer |
status: add -c (clean) and -A (all files) options
|
Sun, 23 Jul 2006 14:00:29 -0500 |
Matt Mackall |
Merge with crew
|
Fri, 21 Jul 2006 02:31:59 +0200 |
Benoit Boissinot |
spelling fix
|
Fri, 21 Jul 2006 01:40:07 +0200 |
Benoit Boissinot |
change 'hg tag' to tag the parent rev instead of tip
|
Wed, 19 Jul 2006 14:22:08 -0500 |
Matt Mackall |
merge with tonfa-experimental
|
Mon, 17 Jul 2006 02:09:35 +0200 |
Benoit Boissinot |
fix 'hg cat' broken by 156fb1feab62
|
Mon, 17 Jul 2006 02:00:49 +0200 |
Benoit Boissinot |
allow specifying a file to hg parents, change the syntax to use -r/--rev
|
Wed, 19 Jul 2006 07:52:16 -0700 |
Brendan Cully |
Add an option '-C|--copies' to hg status to show the source of copied files.
|
Mon, 17 Jul 2006 11:30:33 -0500 |
Matt Mackall |
Merge with tonfa
|
Sun, 16 Jul 2006 11:32:37 +0200 |
Benoit Boissinot |
walkchangerevs: fix race in fast path
|
Sun, 16 Jul 2006 00:02:05 +0200 |
Benoit Boissinot |
mention the bts for bug reporting in traceback message
|
Sat, 15 Jul 2006 16:06:05 -0700 |
Vadim Gelfer |
clone: change name of --stream to --uncompressed.
|
Sat, 15 Jul 2006 17:01:01 +0200 |
Benoit Boissinot |
merge with crew
|
Sat, 15 Jul 2006 17:00:23 +0200 |
Benoit Boissinot |
fix bug introduced in b13a98bd078e
|
Fri, 14 Jul 2006 23:19:15 -0700 |
Vadim Gelfer |
backout: allow backout of merge changeset with --parent option.
|
Fri, 14 Jul 2006 14:51:36 -0700 |
Vadim Gelfer |
clone: do not make streaming default. add --stream option instead.
|
Wed, 12 Jul 2006 08:59:20 -0700 |
Vadim Gelfer |
move most of tag code to localrepository class.
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
Wed, 12 Jul 2006 08:57:18 +0200 |
Thomas Arendsen Hein |
Add ui method to set --ssh/--remotecmd, use it in init/clone/pull/push/in/out.
|
Tue, 11 Jul 2006 16:18:53 -0700 |
Vadim Gelfer |
clone: move code into hg module. make doc better.
|
Tue, 11 Jul 2006 22:36:52 +0200 |
Thomas Arendsen Hein |
Additional information about URLs in pull/push/clone/init:
|
Tue, 11 Jul 2006 22:19:49 +0200 |
Aurelien Jacobs |
disambiguate help about url syntax
|
Thu, 29 Jun 2006 15:16:25 +0200 |
Haakon Riiser |
diff: add -b/-B options
|
Sun, 09 Jul 2006 01:30:30 +0200 |
Benoit Boissinot |
use __contains__, index or split instead of str.find
|
Thu, 06 Jul 2006 15:04:10 -0700 |
Vadim Gelfer |
merge with mpm.
|
Thu, 06 Jul 2006 15:03:34 -0700 |
Vadim Gelfer |
fix problems with external module handling. found by benoit boissinot.
|
Thu, 06 Jul 2006 11:45:34 -0700 |
Vadim Gelfer |
tests: add timeouts, make run-tests.py clean up dead daemon processes
|
Thu, 06 Jul 2006 14:15:24 -0500 |
Matt Mackall |
Fix annotate breakage
|
Wed, 05 Jul 2006 13:28:25 -0500 |
Matt Mackall |
Merge context patches
|
Wed, 28 Jun 2006 17:42:17 -0500 |
Matt Mackall |
Convert hg annotate to context api
|
Wed, 28 Jun 2006 17:11:42 -0500 |
Matt Mackall |
convert hg cat to new context api
|
Wed, 28 Jun 2006 17:06:56 -0500 |
Matt Mackall |
simplify make_filename, fix hg cat bug
|
Mon, 03 Jul 2006 14:30:24 -0700 |
Vadim Gelfer |
help: make "hg help EXTENSION" work
|
Fri, 30 Jun 2006 19:24:02 -0700 |
Sean Meiners |
Added ability to clone from a local repository to a (new) remote one.
|
Fri, 30 Jun 2006 21:57:57 +0200 |
Thomas Arendsen Hein |
Added missing space in continued string.
|
Fri, 30 Jun 2006 16:16:35 +0200 |
Benoit Boissinot |
add -r/--rev arguments to incoming and outgoing
|