Fri, 12 Oct 2012 10:52:32 +0200 |
Adrian Buehlmann |
store: add new _exists helper function on fncachestore
|
Fri, 12 Oct 2012 10:40:09 +0200 |
Adrian Buehlmann |
store: move __contains__() implementation from class fncache into fncachestore
|
Fri, 12 Oct 2012 10:12:26 +0200 |
Adrian Buehlmann |
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9b
|
Fri, 12 Oct 2012 19:43:24 +0200 |
Adrian Buehlmann |
perf: simply use repo.store for perffncache* commands
|
Sun, 14 Oct 2012 18:30:47 +0200 |
Mads Kiilerich |
test-subrepo-recursion.t: re-introduce glob to handle \ slashes on Windows
|
Sun, 14 Oct 2012 18:30:42 +0200 |
Mads Kiilerich |
run-tests: make it possible to combine (esc) with (glob) and (re)
|
Mon, 15 Oct 2012 02:33:12 +0200 |
Mads Kiilerich |
run-tests: alternative way of handling \r on Windows
|
Tue, 16 Oct 2012 15:39:12 +0200 |
Pierre-Yves David |
obsolete: flip `obstore.successors` and `obsolete.precursors`
|
Sun, 14 Oct 2012 23:33:10 +0200 |
Pierre-Yves David |
obsolete: add example of marker usage in the documentation
|
Mon, 15 Oct 2012 00:12:06 +0200 |
Pierre-Yves David |
obsolete: cheap detection of nullid as successors
|
Tue, 16 Oct 2012 11:43:15 -0700 |
Siddharth Agarwal |
commands: don't infer repo for commands like update (issue2748)
|
Mon, 15 Oct 2012 09:43:34 -0700 |
Siddharth Agarwal |
hgweb: make the escape filter remove null characters (issue2567)
|
Tue, 16 Oct 2012 16:56:14 +0200 |
Pierre-Yves David |
histedit: create obsolescence markers in deterministic order
|
Mon, 15 Oct 2012 23:54:54 -0400 |
David M. Carr |
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
|
Tue, 16 Oct 2012 16:04:28 +0200 |
Thomas Arendsen Hein |
histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4
|
Sat, 13 Oct 2012 15:10:39 -0500 |
Matt Mackall |
vfs: use self.write to write symlink placeholders
|
Sun, 14 Oct 2012 23:49:28 +0200 |
Pierre-Yves David |
histedit: do not use "min" on ctx
|
Sun, 14 Oct 2012 23:58:02 +0200 |
Pierre-Yves David |
histedit: clean abort when there is nothing to edit
|
Mon, 15 Oct 2012 00:05:16 +0200 |
Pierre-Yves David |
histedit: rename `revs` in `ctxs` inside the `between` function
|
Sun, 14 Oct 2012 23:03:58 +0200 |
Pierre-Yves David |
test: fix invalid redirection for histedit text
|
Sat, 13 Oct 2012 15:03:00 -0500 |
Matt Mackall |
vfs: backout fchmod change from 76b73ce0ffac
|
Fri, 12 Oct 2012 21:41:08 +0200 |
Pierre-Yves David |
histedit: refuse to edit public changeset
|
Thu, 27 Sep 2012 14:00:52 +0200 |
Pierre-Yves David |
histedit: ignores hidden revision when checking for orphaned nodes
|
Wed, 10 Oct 2012 06:27:06 +0200 |
Pierre-Yves David |
histedit: simplify computation of edited set (issue3620)
|
Thu, 27 Sep 2012 13:59:48 +0200 |
Pierre-Yves David |
histedit: add obsolete support
|
Thu, 11 Oct 2012 08:36:50 +0200 |
Pierre-Yves David |
histedit: replace various nodes lists with replacement graph (and issue3582)
|
Fri, 12 Oct 2012 15:52:59 -0500 |
Matt Mackall |
merge with durin42
|
Wed, 21 Mar 2012 16:53:39 -0500 |
Kevin Bullock |
clone: update to @ bookmark if it exists
|