Sun, 01 May 2011 11:46:49 +0200 |
Dan Villiom Podlaski Christiansen |
util: add readfile() & writefile() helper functions
|
changeset |
files
|
Sat, 30 Apr 2011 18:30:14 +0200 |
Alexander Solovyov |
revset aliases
|
changeset |
files
|
Sat, 30 Apr 2011 19:41:53 +0200 |
Dan Villiom Podlaski Christiansen |
opener: add read & write utility methods
|
changeset |
files
|
Sun, 01 May 2011 11:01:57 +0200 |
Dan Villiom Podlaski Christiansen |
dispatch: handle IndexErrors
|
changeset |
files
|
Sat, 30 Apr 2011 11:18:43 -0500 |
Augie Fackler |
color: verify stdout is a tty before using curses
|
changeset |
files
|
Sun, 01 May 2011 03:51:04 -0500 |
Matt Mackall |
http: minor tweaks to long arg handling
|
changeset |
files
|
Sun, 01 May 2011 01:04:37 +0800 |
Steven Brown |
httprepo: long arguments support (issue2126)
|
changeset |
files
|
Sat, 30 Apr 2011 19:36:48 +0200 |
Dan Villiom Podlaski Christiansen |
store: rename the 'opener' argument to 'openertype'
|
changeset |
files
|
Sat, 30 Apr 2011 19:41:25 +0200 |
Dan Villiom Podlaski Christiansen |
statichttprepo: make the opener a subclass of abstractopener
|
changeset |
files
|
Sat, 30 Apr 2011 19:37:13 +0200 |
Dan Villiom Podlaski Christiansen |
add filteropener abstraction for store openers
|
changeset |
files
|
Sat, 30 Apr 2011 19:36:48 +0200 |
Dan Villiom Podlaski Christiansen |
opener: introduce an abstact superclass of it
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: use a set for inclusion test
|
changeset |
files
|
Sat, 30 Apr 2011 15:10:58 +0300 |
Idan Kamara |
graphmod: restore generator nature of dagwalker
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: log -G --follow file does not work, forbid it
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: unify log -G revset translation
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: fix log -G --prune
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: escape log -G single value option arguments
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: fix log -G --removed
|
changeset |
files
|
Sat, 30 Apr 2011 19:42:00 +0200 |
Patrick Mezard |
graphlog: fix log -G option types when translating to revset
|
changeset |
files
|
Sat, 30 Apr 2011 18:53:56 +0200 |
Kevin Gessner |
revset: add tests for multiple and mixed ^ and ~ operators
|
changeset |
files
|
Sat, 30 Apr 2011 18:27:39 +0200 |
Kevin Gessner |
extensions: obsolete and remove parentrevspec extension
|
changeset |
files
|
Sat, 30 Apr 2011 11:53:57 -0500 |
Steve Borho |
wix: a new mercurial.js has replaced graph.js
|
changeset |
files
|
Sat, 30 Apr 2011 09:43:23 -0700 |
Brodie Rao |
util.url: copy urllib.unquote() into util to improve startup times
|
changeset |
files
|
Sat, 30 Apr 2011 09:43:20 -0700 |
Brodie Rao |
url: move URL parsing functions into util to improve startup time
|
changeset |
files
|
Sat, 30 Apr 2011 16:33:47 +0200 |
Sune Foldager |
revlog: introduce _chunkbase to allow filelog to override
|
changeset |
files
|
Sat, 30 Apr 2011 16:32:50 +0200 |
Sune Foldager |
filelog: extract metadata parsing and packing
|
changeset |
files
|
Sat, 30 Apr 2011 17:21:37 +0200 |
Peter Arrenbrecht |
discovery: drop findoutgoing and simplify findcommonincoming's api
|
changeset |
files
|
Sat, 30 Apr 2011 18:25:45 +0200 |
Kevin Gessner |
revset: add missing whitespace
|
changeset |
files
|
Sat, 30 Apr 2011 07:00:13 -0700 |
Brodie Rao |
url: remove unused/obsolete functions
|
changeset |
files
|
Sat, 30 Apr 2011 17:43:04 +0200 |
Kevin Gessner |
revset: add ^ and ~ operators from parentrevspec extension
|
changeset |
files
|
Sat, 30 Apr 2011 10:57:13 -0500 |
Matt Mackall |
encoding: add an encoding-aware lower function
|
changeset |
files
|
Sat, 30 Apr 2011 12:39:46 +0200 |
Kevin Gessner |
add: notify when adding a file that would cause a case-folding collision
|
changeset |
files
|
Sat, 30 Apr 2011 11:08:24 +0200 |
Kevin Gessner |
scmutil: refactor ui.portablefilenames processing
|
changeset |
files
|
Sat, 30 Apr 2011 15:05:36 +0200 |
Dan Villiom Podlaski Christiansen |
pure bdiff: don't use a generator
|
changeset |
files
|
Sat, 30 Apr 2011 15:05:34 +0200 |
Dan Villiom Podlaski Christiansen |
pure mpatch: avoid using list.insert(0, ...)
|
changeset |
files
|
Sat, 30 Apr 2011 13:59:14 +0200 |
Alexander Solovyov |
remove unused imports and variables
|
changeset |
files
|
Sat, 30 Apr 2011 07:30:38 -0500 |
Augie Fackler |
Zeroconf: catch both ValueError and KeyError in get()
|
changeset |
files
|
Sat, 30 Apr 2011 15:20:27 +0300 |
Idan Kamara |
run-tests: print a new line before writing the diff
|
changeset |
files
|
Sat, 30 Apr 2011 10:56:43 -0500 |
Matt Mackall |
revsets: add a last function
|
changeset |
files
|
Sat, 30 Apr 2011 14:22:03 +0200 |
Benoit Boissinot |
bundle: more comments about the different header types, remove useless if
|
changeset |
files
|
Sat, 30 Apr 2011 15:30:51 +0200 |
Martin Geisler |
merge with mpm
|
changeset |
files
|
Sat, 30 Apr 2011 13:47:22 +0200 |
Martin Geisler |
hgweb: initialize permhooks at definition time
|
changeset |
files
|
Sat, 30 Apr 2011 06:58:22 -0700 |
Brodie Rao |
revset: fix undefined name ParseError
|
changeset |
files
|
Sat, 30 Apr 2011 12:56:28 +0200 |
Dan Villiom Podlaski Christiansen |
branchcache: improve speed relative to the amount of heads
|
changeset |
files
|
Sat, 30 Apr 2011 12:55:07 +0200 |
Alexander Solovyov |
drop {short,hex}(ctx.node()) calls in favor of ctx methods
|
changeset |
files
|
Fri, 29 Apr 2011 22:21:13 +0300 |
Idan Kamara |
mq: be more explicit on invalid patch name message
|
changeset |
files
|
Sat, 30 Apr 2011 11:16:52 +0200 |
Benoit Boissinot |
fix broken tests
|
changeset |
files
|
Sat, 30 Apr 2011 03:44:31 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Fri, 29 Apr 2011 22:21:13 +0300 |
Idan Kamara |
mq: add '.' and '..' to list of forbidden patch names
stable
|
changeset |
files
|
Fri, 04 Mar 2011 14:00:49 +0100 |
Patrick Mezard |
subrepo: handle svn tracked/unknown directory collisions
stable
|
changeset |
files
|
Sat, 30 Apr 2011 03:00:38 -0500 |
Matt Mackall |
subrepo: backout bcc6ed0f6c3b
|
changeset |
files
|
Fri, 29 Apr 2011 14:54:01 +0200 |
Peter Arrenbrecht |
wireproto: add test for new optional arg missing on server
|
changeset |
files
|
Sat, 30 Apr 2011 02:42:05 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Thu, 28 Apr 2011 17:02:39 +0200 |
Benoit Allard |
web: Made elapsed time calculation dynamic (javascript).
|
changeset |
files
|
Wed, 27 Apr 2011 21:55:46 -0400 |
Steven Stallion |
extdiff: add repository root as a variable
|
changeset |
files
|
Sun, 17 Apr 2011 23:08:35 +0800 |
Yun Lee |
help: move hgignore man page into built-in help (issue2769)
|
changeset |
files
|
Sat, 23 Apr 2011 15:04:15 +0200 |
Alexander Solovyov |
graphlog: make use of graphmod's revset support
|
changeset |
files
|
Sun, 13 Mar 2011 15:53:38 +0100 |
Alexander Solovyov |
graphmod: use revsets internally
|
changeset |
files
|
Fri, 29 Apr 2011 03:34:18 -0500 |
Augie Fackler |
svn subrepo: attempt work around obstructed checkouts (issue2752)
|
changeset |
files
|
Fri, 29 Apr 2011 16:34:52 +0200 |
Alexander Solovyov |
churn: strip key earlier to avoid false negative seach in aliases
|
changeset |
files
|