Tue, 17 Mar 2015 21:47:47 -0400 |
Matt Harbison |
tests: replace uses of 'seq' with portable 'seq.py'
|
Tue, 17 Mar 2015 20:59:23 -0400 |
Matt Harbison |
tests: introduce 'seq.py' as a portable replacement for 'seq'
|
Mon, 16 Mar 2015 16:33:59 -0700 |
Laurent Charignon |
revert: add flag to make revert interactive
|
Mon, 16 Mar 2015 15:37:00 -0700 |
Laurent Charignon |
record: move ui.write wrapping where it should be
|
Mon, 16 Mar 2015 15:35:50 -0700 |
Laurent Charignon |
record: refactor the filtering code
|
Mon, 16 Mar 2015 15:30:33 -0700 |
Laurent Charignon |
record: consolidate ui.write wrapping in a function
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: reuse @number bookmark, if it refers changeset referred remotely
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: check @pathalias suffix before available @number for efficiency
|
Tue, 17 Mar 2015 18:20:24 +0900 |
FUJIWARA Katsunori |
bookmarks: prevent divergent bookmark from being updated unexpectedly
|
Wed, 18 Mar 2015 11:41:36 -0700 |
Drew Gottlieb |
manifest: include Python.h before standard headers
|
Wed, 18 Mar 2015 13:38:06 -0500 |
Matt Mackall |
crecord: use colwidth instead of ucolwidth
|
Wed, 18 Mar 2015 13:37:18 -0500 |
Matt Mackall |
manifest: speed up matches for large sets of files
|
Wed, 18 Mar 2015 12:03:44 -0500 |
Matt Mackall |
perf: add methods for timing changeset file list reading
|
Sun, 15 Mar 2015 21:52:35 -0400 |
Mike Edgar |
censor: add exchange tests, via local push/pull and bundle/unbundle
|
Sun, 15 Mar 2015 21:52:17 -0400 |
Mike Edgar |
censor: add censor command to hgext with basic client-side tests
|
Fri, 13 Mar 2015 14:08:30 -0700 |
Laurent Charignon |
record: add comparison methods for recordhunk class
|
Thu, 12 Mar 2015 17:50:23 -0700 |
Laurent Charignon |
record: minor refactoring of dorecord
|
Thu, 12 Mar 2015 14:42:55 -0700 |
Laurent Charignon |
record: add tests for the curses recording interface
|
Thu, 12 Mar 2015 14:24:48 -0700 |
Laurent Charignon |
record: enable curses recording logic with experimental flag
|
Fri, 13 Mar 2015 10:51:25 -0700 |
Laurent Charignon |
record: change arguments of curses recording function
|
Thu, 12 Mar 2015 17:51:37 -0700 |
Laurent Charignon |
record: change interface of the filtering function
|
Thu, 12 Mar 2015 23:15:06 -0400 |
Matt Harbison |
hgweb: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:18:20 -0400 |
Matt Harbison |
pvec: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:16:26 -0400 |
Matt Harbison |
scmutil: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:11:15 -0400 |
Matt Harbison |
templater: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:08:16 -0400 |
Matt Harbison |
largefiles: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:05:25 -0400 |
Matt Harbison |
obsolete: replace 'ctx._repo' with 'ctx.repo()'
|
Thu, 12 Mar 2015 23:02:19 -0400 |
Matt Harbison |
fileset: replace 'ctx._repo' with 'ctx.repo()'
|
Fri, 13 Mar 2015 20:34:52 -0400 |
Matt Harbison |
filectx: add a repo accessor
|
Fri, 13 Mar 2015 13:03:55 -0400 |
Augie Fackler |
run-tests: ignore ENOENT failures when removing old .err results
|
Fri, 13 Mar 2015 12:50:53 -0400 |
Augie Fackler |
run-tests: stop storing start/stop times in a dict by test name
|
Fri, 13 Mar 2015 12:47:16 -0400 |
Augie Fackler |
run-tests: avoid running the same test instance concurrently
|
Fri, 13 Mar 2015 11:21:53 -0400 |
Augie Fackler |
run-tests: add --runs-per-test flag
|
Thu, 12 Mar 2015 21:41:50 -0400 |
Augie Fackler |
convert: adjust progress bar for octopus merges (issue4169)
|
Thu, 12 Mar 2015 21:31:52 -0400 |
Augie Fackler |
test-convert-git: show insane progress bar with octopus merge (issue4169)
|
Fri, 13 Mar 2015 15:36:11 -0700 |
Drew Gottlieb |
manifest: have context use self.hasdir()
|
Fri, 13 Mar 2015 15:32:45 -0700 |
Drew Gottlieb |
manifest: add hasdir() to context
|
Fri, 13 Mar 2015 15:25:01 -0700 |
Drew Gottlieb |
manifest: add manifestdict.hasdir() method
|
Fri, 13 Mar 2015 15:23:02 -0700 |
Drew Gottlieb |
manifest: have context's dirs() call its manifest's dirs()
|
Fri, 13 Mar 2015 15:19:54 -0700 |
Drew Gottlieb |
manifest: add dirs() to manifestdict
|
Wed, 17 Sep 2014 22:34:34 +0900 |
Yuya Nishihara |
formatter: convert None to json null
|
Sun, 17 Aug 2014 11:35:31 +0900 |
Yuya Nishihara |
localrepo: extend "changeid in repo" to return True for workingctx revision
|
Mon, 16 Mar 2015 13:41:45 -0500 |
Matt Mackall |
merge with stable
|
Mon, 16 Mar 2015 13:32:28 -0500 |
Matt Mackall |
crecord: fix another underbar
|
Mon, 16 Mar 2015 13:25:19 -0500 |
Matt Mackall |
crecord: fiddle with vertical whitespace
|
Mon, 16 Mar 2015 13:23:42 -0500 |
Matt Mackall |
crecord: fix underbar style for orig_stdout
|
Mon, 16 Mar 2015 13:22:37 -0500 |
Matt Mackall |
crecord: use encoding.ucolwidth
|
Mon, 16 Mar 2015 12:58:06 -0500 |
Matt Mackall |
crecord: more import style
|
Mon, 16 Mar 2015 12:55:21 -0500 |
Matt Mackall |
crecord: fix some import style
|
Fri, 13 Mar 2015 22:50:40 -0400 |
Matt Harbison |
manifest.c: ensure realloc_if_full() returns 1 or 0
|
Thu, 12 Mar 2015 14:20:32 -0700 |
Laurent Charignon |
record: change recording function to work with crecord
|
Thu, 12 Mar 2015 14:19:11 -0700 |
Laurent Charignon |
record: add crecord's ui logic to core
|
Wed, 11 Mar 2015 16:39:38 -0700 |
Laurent Charignon |
record: change interface of dorecord to accept new filters
|
Wed, 11 Mar 2015 16:18:47 -0700 |
Laurent Charignon |
record: remove duplicated tests
|
Wed, 11 Mar 2015 15:54:11 -0700 |
Laurent Charignon |
record: make record use commit -i
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 13 Mar 2015 14:20:13 -0400 |
Augie Fackler |
cvsps: use a different tiebreaker to avoid flaky test
|
Sat, 14 Mar 2015 22:34:27 +0900 |
Yuya Nishihara |
templates: fix "log -q" output of default style
stable
|
Fri, 13 Mar 2015 17:55:04 -0500 |
Matt Mackall |
merge with stable
|
Thu, 12 Mar 2015 22:59:52 -0400 |
Matt Harbison |
subrepo: replace 'ctx._repo' with 'ctx.repo()'
|