Mon, 17 Jul 2006 11:30:33 -0500 |
Matt Mackall |
Merge with tonfa
|
file |
diff |
annotate
|
Sun, 16 Jul 2006 11:32:37 +0200 |
Benoit Boissinot |
walkchangerevs: fix race in fast path
|
file |
diff |
annotate
|
Sun, 16 Jul 2006 00:02:05 +0200 |
Benoit Boissinot |
mention the bts for bug reporting in traceback message
|
file |
diff |
annotate
|
Sat, 15 Jul 2006 16:06:05 -0700 |
Vadim Gelfer |
clone: change name of --stream to --uncompressed.
|
file |
diff |
annotate
|
Sat, 15 Jul 2006 17:01:01 +0200 |
Benoit Boissinot |
merge with crew
|
file |
diff |
annotate
|
Sat, 15 Jul 2006 17:00:23 +0200 |
Benoit Boissinot |
fix bug introduced in b13a98bd078e
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 23:19:15 -0700 |
Vadim Gelfer |
backout: allow backout of merge changeset with --parent option.
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 14:51:36 -0700 |
Vadim Gelfer |
clone: do not make streaming default. add --stream option instead.
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 08:59:20 -0700 |
Vadim Gelfer |
move most of tag code to localrepository class.
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 16:18:53 -0700 |
Vadim Gelfer |
clone: move code into hg module. make doc better.
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 22:36:52 +0200 |
Thomas Arendsen Hein |
Additional information about URLs in pull/push/clone/init:
|
file |
diff |
annotate
|
Tue, 11 Jul 2006 22:19:49 +0200 |
Aurelien Jacobs |
disambiguate help about url syntax
|
file |
diff |
annotate
|
Thu, 29 Jun 2006 15:16:25 +0200 |
Haakon Riiser |
diff: add -b/-B options
|
file |
diff |
annotate
|
Sun, 09 Jul 2006 01:30:30 +0200 |
Benoit Boissinot |
use __contains__, index or split instead of str.find
|
file |
diff |
annotate
|
Thu, 06 Jul 2006 15:04:10 -0700 |
Vadim Gelfer |
merge with mpm.
|
file |
diff |
annotate
|
Thu, 06 Jul 2006 15:03:34 -0700 |
Vadim Gelfer |
fix problems with external module handling. found by benoit boissinot.
|
file |
diff |
annotate
|
Thu, 06 Jul 2006 11:45:34 -0700 |
Vadim Gelfer |
tests: add timeouts, make run-tests.py clean up dead daemon processes
|
file |
diff |
annotate
|
Thu, 06 Jul 2006 14:15:24 -0500 |
Matt Mackall |
Fix annotate breakage
|
file |
diff |
annotate
|
Wed, 05 Jul 2006 13:28:25 -0500 |
Matt Mackall |
Merge context patches
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 17:42:17 -0500 |
Matt Mackall |
Convert hg annotate to context api
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 17:11:42 -0500 |
Matt Mackall |
convert hg cat to new context api
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 17:06:56 -0500 |
Matt Mackall |
simplify make_filename, fix hg cat bug
|
file |
diff |
annotate
|
Mon, 03 Jul 2006 14:30:24 -0700 |
Vadim Gelfer |
help: make "hg help EXTENSION" work
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 19:24:02 -0700 |
Sean Meiners |
Added ability to clone from a local repository to a (new) remote one.
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 21:57:57 +0200 |
Thomas Arendsen Hein |
Added missing space in continued string.
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 16:16:35 +0200 |
Benoit Boissinot |
add -r/--rev arguments to incoming and outgoing
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 09:41:05 -0700 |
Vadim Gelfer |
import: make help clearer. suggested by asak.
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 09:30:50 -0700 |
Vadim Gelfer |
import: added tests, fixed bugs found by tests and asak.
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 00:13:44 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 00:09:13 -0700 |
Vadim Gelfer |
import: parse email messages
|
file |
diff |
annotate
|
Tue, 27 Jun 2006 08:31:03 +0200 |
Thomas Arendsen Hein |
Don't require opts['dry_run'] to be set to fix external tools like tailor.
|
file |
diff |
annotate
|
Fri, 23 Jun 2006 18:09:44 -0700 |
Vadim Gelfer |
push, outgoing, bundle: fall back to "default" if "default-push" not defined
|
file |
diff |
annotate
|
Fri, 23 Jun 2006 17:33:10 -0700 |
Vadim Gelfer |
print message after backout that tells that backout adds new head.
|
file |
diff |
annotate
|
Thu, 22 Jun 2006 02:44:39 +0200 |
andrea |
Fix hg diff regression
|
file |
diff |
annotate
|
Wed, 21 Jun 2006 15:15:06 -0700 |
Vadim Gelfer |
archive: make "hg archive -t XXX -" to write to stdout
|
file |
diff |
annotate
|
Wed, 21 Jun 2006 09:15:42 -0700 |
Vadim Gelfer |
change some repo messages in small ways.
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 09:11:41 -0700 |
Vadim Gelfer |
tidy up mtime patch of andrea, get back half of performance loss.
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 15:37:41 +0200 |
andrea |
report correct mtime in the hg diff output
|
file |
diff |
annotate
|
Sun, 18 Jun 2006 19:10:48 +0200 |
Benoit Boissinot |
change log message creation when using 'hg import'
|
file |
diff |
annotate
|
Tue, 13 Jun 2006 08:56:23 -0700 |
Vadim Gelfer |
honor signals during load of extensions.
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 12:05:17 -0700 |
Vadim Gelfer |
add --lsprof option. 3x faster than --profile, more useful output.
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 09:14:30 -0700 |
Vadim Gelfer |
copy: fix introduced bug.
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 09:09:17 -0700 |
Vadim Gelfer |
make description of -n option better.
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 09:06:40 -0700 |
Vadim Gelfer |
revert: add -n/--dry-run option
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 09:00:08 -0700 |
Vadim Gelfer |
remove: add -n/--dry-run option
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 08:48:30 -0700 |
Vadim Gelfer |
copy: add -n/--dry-run option
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 08:42:36 -0700 |
Vadim Gelfer |
addremove: add -n/--dry-run option
|
file |
diff |
annotate
|
Fri, 09 Jun 2006 08:40:06 -0700 |
Vadim Gelfer |
add: add -n/--dry-run option
|
file |
diff |
annotate
|
Thu, 08 Jun 2006 11:28:27 -0700 |
Vadim Gelfer |
debugconfig: allow to print by section and exact item name
|
file |
diff |
annotate
|
Wed, 07 Jun 2006 13:16:25 -0700 |
Vadim Gelfer |
revert: better fix for not printing 'reverting' message
|
file |
diff |
annotate
|
Wed, 07 Jun 2006 10:33:26 -0700 |
Vadim Gelfer |
revert: check for changes against target rev
|
file |
diff |
annotate
|
Wed, 07 Jun 2006 18:33:15 +0200 |
Benoit Boissinot |
pick a non-conflicting module name when loading an extension
|
file |
diff |
annotate
|
Sun, 04 Jun 2006 16:47:46 -0700 |
Vadim Gelfer |
import: allow to import stdin with file name "-"
|
file |
diff |
annotate
|
Sun, 04 Jun 2006 10:29:34 -0700 |
Vadim Gelfer |
merge change to ssh protocol.
|
file |
diff |
annotate
|
Sun, 04 Jun 2006 10:26:05 -0700 |
Vadim Gelfer |
refactor ssh server.
|
file |
diff |
annotate
|
Fri, 02 Jun 2006 08:25:02 -0700 |
Eric Hopper |
Adjusting hgweb splitup to be a little cleaner.
|
file |
diff |
annotate
|
Sun, 04 Jun 2006 18:05:52 +0100 |
Matt Mackall |
Give a response to unknown SSH commands
|
file |
diff |
annotate
|
Thu, 01 Jun 2006 19:08:29 +0200 |
Thomas Arendsen Hein |
Renamed localrepo.undo() to rollback() and talk about "rollback information".
|
file |
diff |
annotate
|