Thu, 23 Feb 2012 18:05:20 +0100 Patrick Mezard graphlog: paths/-I/-X handling requires a new revset
Thu, 23 Feb 2012 17:55:07 +0100 Patrick Mezard graphlog: imitate log slowpath when inputs are explicit files
Thu, 23 Feb 2012 17:54:42 +0100 Patrick Mezard graphlog: paths arguments must be or'ed
Thu, 23 Feb 2012 11:21:30 +0100 Patrick Mezard graphlog: rewrite --rev like all other options
Thu, 23 Feb 2012 11:21:04 +0100 Patrick Mezard graphlog: --branch and --only-branch are the same
Thu, 23 Feb 2012 17:46:57 +0100 Patrick Mezard test-check-code-hg: fix xargs exit status on OSX stable
Thu, 23 Feb 2012 13:37:10 +0100 Martin Geisler largefiles: respect store.createmode and avoid extra file copy stable
Thu, 23 Feb 2012 13:37:10 +0100 Martin Geisler largefiles: respect store.createmode in basestore.get stable
Thu, 23 Feb 2012 13:22:55 +0100 Martin Geisler largefiles: use repo.store.createmode for new files in .hg/largefiles stable
Wed, 22 Feb 2012 17:41:22 -0600 Matt Mackall mq: expand qimport summary
Wed, 22 Feb 2012 17:36:33 -0600 Matt Mackall merge with stable
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: multiple --keyword must be or'ed
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: multiple --branch must be or'ed
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: multiple --user must be or'ed
Wed, 22 Feb 2012 12:30:15 +0100 Patrick Mezard graphlog: explicitely join multivalue parameters
Wed, 22 Feb 2012 12:30:14 +0100 Patrick Mezard test-glog.t: use printrevset extension to trace rewritten revsets
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: use 'changectx.dirs()' in 'walk()' for directory patterns stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori localrepository: use 'changectx.dirs()' in 'status()' for directory patterns stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: add 'dirs()' to changectx/workingctx for directory patterns stable
Wed, 22 Feb 2012 15:22:12 -0600 Matt Mackall status: fix format field thinko
Mon, 20 Feb 2012 17:59:48 +0100 Dan Villiom Podlaski Christiansen largefiles: don't break filesets stable
Sat, 18 Feb 2012 14:27:57 +0100 Michal Sznajder help: sort hgrc related "Sections" chapters alphabetically
Sat, 18 Feb 2012 12:30:24 +0100 Patrick Mezard doc: minor fixes to [graph] section documentation
Sun, 22 Jan 2012 19:35:26 +0700 Patrick Mezard hgweb: refactor graph customization javascript
Fri, 17 Feb 2012 16:49:43 +0100 Patrick Mezard templates: move Graph.edge() implementation in mercurial.js
Mon, 20 Feb 2012 16:42:51 -0600 Matt Mackall formatter: convert status command
Mon, 20 Feb 2012 16:42:48 -0600 Matt Mackall ui: add formatter method
Mon, 20 Feb 2012 16:42:47 -0600 Matt Mackall formatter: add basic formatters
Mon, 20 Feb 2012 16:42:45 -0600 Matt Mackall encoding: introduce utf8-b helpers
Fri, 17 Feb 2012 13:53:41 -0600 Matt Mackall graphmod: add config cache
Fri, 17 Feb 2012 13:53:19 -0600 Matt Mackall graphmod: rewrite graph config validation
Sun, 22 Jan 2012 19:47:03 +0700 Constantine Linnick graph: in hgrc specify line color for main branch
Sun, 22 Jan 2012 19:35:26 +0700 Constantine Linnick graph: in hgrc specify line width for main branch
Thu, 16 Feb 2012 16:40:29 -0600 Matt Mackall merge with stable
Thu, 16 Feb 2012 15:58:51 -0600 Matt Mackall filemerge: remove some redundancy in decorators/docstrings
Sun, 12 Feb 2012 21:38:12 +0900 FUJIWARA Katsunori filemerge: create detail of internal merge tools from documentation string
Sun, 12 Feb 2012 21:38:12 +0900 FUJIWARA Katsunori filemerge: refactoring of 'filemerge()'
Mon, 13 Feb 2012 17:22:35 +0100 Patrick Mezard patch: fuzz more aggressively to match patch(1) behaviour stable
Mon, 13 Feb 2012 16:47:31 +0100 Patrick Mezard patch: fix fuzzing of hunks without previous lines (issue3264) stable
Mon, 13 Feb 2012 13:51:38 +0100 Patrick Mezard patch: make hunk.fuzzit() compute the fuzzed start locations stable
Mon, 13 Feb 2012 13:21:00 +0100 Patrick Mezard patch: fuzz old and new lines at the same time stable
Mon, 13 Feb 2012 18:37:07 +0100 Na'Tosha Bard largefiles: optimize update speed by only updating changed largefiles
Tue, 14 Feb 2012 14:31:40 +0100 Patrick Mezard mq: make qimport --push push all imported patches (issue3130) stable
Wed, 15 Feb 2012 11:21:24 +0100 Patrick Mezard convert: tolerate spaces between splicemap parent ids (issue3203) stable
Thu, 16 Feb 2012 01:23:45 +0200 Idan Kamara test-commandserver: flush stdout stable
Thu, 16 Feb 2012 01:21:34 +0200 Idan Kamara localrepo: clear _filecache on rollback (issue3261) stable
Wed, 15 Feb 2012 20:02:35 +0200 Idan Kamara scmutil: update cached copy when filecached attribute is assigned (issue3263) stable
Wed, 15 Feb 2012 23:44:10 +0200 Idan Kamara cmdserver: invalidate the dirstate when running commands (issue3271) stable
Wed, 15 Feb 2012 23:49:15 +0200 Idan Kamara localrepo: reset _phasesdirty flag after writing stable
Thu, 16 Feb 2012 13:03:42 +0100 Patrick Mezard import: handle git renames and --similarity (issue3187) stable
Thu, 16 Feb 2012 12:56:48 +0100 Patrick Mezard context: make workingctx.forget() really warn about untracked files stable
Wed, 15 Feb 2012 23:01:09 +0900 FUJIWARA Katsunori largefiles: check whether specified patterns are related to largefiles strictly stable
Fri, 10 Feb 2012 17:09:23 -0600 Matt Mackall merge with stable
Fri, 10 Feb 2012 16:52:32 -0600 Matt Mackall log: remove caching of all visited revisions (issue3253) stable
Fri, 10 Feb 2012 16:09:30 -0600 Matt Mackall pull: backout change to return code stable
Fri, 10 Feb 2012 22:34:13 +0100 Patrick Mezard convert: use splicemap entries when sorting revisions (issue1748) stable
Fri, 10 Feb 2012 22:25:49 +0100 Patrick Mezard convert: turn splicemap into a simple dictionary stable
Fri, 10 Feb 2012 13:50:13 +0100 Patrick Mezard debugrevspec: mention --verbose to print the parsed tree
Fri, 10 Feb 2012 14:46:09 +0100 Na'Tosha Bard largefiles: only cache largefiles in new heads stable
Fri, 10 Feb 2012 13:47:57 -0600 Matt Mackall merge with stable
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip