Mercurial > hg
log
age | author | description |
---|---|---|
Mon, 22 May 2017 01:35:53 +0530 | Pulkit Goyal | tests: add tests for predicates and operators which works with wdir() |
Mon, 22 May 2017 01:01:45 +0530 | Pulkit Goyal | revset: add support for "wdir()^n" |
Mon, 22 May 2017 00:54:02 +0530 | Pulkit Goyal | revset: add parentheses after wdir since its a function |
Mon, 22 May 2017 15:05:18 -0400 | Augie Fackler | cmdutil: avoid redefining write() function in export if possible |
Mon, 22 May 2017 13:34:03 -0400 | Augie Fackler | cmdutil: extract closure that performs the actual export formatting |
Mon, 22 May 2017 13:35:22 -0400 | Augie Fackler | cmdutil: use a generator expression instead of a list comprehension |
Sat, 20 May 2017 20:15:05 -0400 | Augie Fackler | cmdutil: rename template param to export to fntemplate |