Mon, 18 Feb 2019 00:27:25 +0900 |
FUJIWARA Katsunori |
tests: replace imported module to avoid check-code.py error
|
Fri, 01 Feb 2019 22:52:09 -0800 |
Martin von Zweigbergk |
status: if ui.relative-paths=no, don't use relative paths even with patterns
|
Tue, 29 Jan 2019 15:37:35 -0800 |
Martin von Zweigbergk |
status: introduce higher-level ui.relative-paths
|
Sat, 13 Oct 2018 15:32:52 +0000 |
Mark Thomas |
py3: fix test-status.t
|
Sun, 14 Oct 2018 07:25:01 +0200 |
Yuya Nishihara |
formatter: make debug output prettier
|
Sun, 05 Aug 2018 16:51:25 +0900 |
Yuya Nishihara |
status: rename {copy} to {source} for compatibility with {file_copies} (BC)
|
Tue, 31 Jul 2018 13:46:57 -0700 |
Gregory Szorc |
ui: remove commands.status.terse=u from ui.tweakdefaults
stable
|
Sun, 01 Jul 2018 22:18:46 +0900 |
Yuya Nishihara |
status: add support for log-like template keywords and functions
|
Mon, 14 May 2018 22:02:44 -0400 |
Augie Fackler |
status: add default of --terse=u to tweakdefaults (BC)
|
Fri, 27 Apr 2018 20:55:10 +0530 |
Pulkit Goyal |
py3: suppress the value returned by .write() calls
|
Sun, 11 Feb 2018 13:00:00 -0800 |
Gregory Szorc |
py3: fix file i/o in test-status.t
|
Thu, 16 Nov 2017 17:11:14 -0800 |
Martin von Zweigbergk |
tweakdefaults: turn on ui.statuscopies
|
Fri, 16 Jun 2017 20:35:45 -0400 |
Matt Harbison |
test-status: glob fixes for Windows
|
Wed, 14 Jun 2017 20:56:34 -0400 |
Augie Fackler |
ui: add support for a tweakdefaults knob
|
Sat, 01 Apr 2017 14:48:39 -0400 |
Matt Harbison |
tests: add globs for Windows
|
Tue, 21 Mar 2017 17:50:44 -0700 |
Martin von Zweigbergk |
status: support commands.status.relative config
|
Wed, 15 Mar 2017 19:26:20 -0700 |
Ryan McElroy |
tests: properly drop back to root dir in test-status.t
|
Sun, 03 Jul 2016 22:28:24 +0530 |
Pulkit Goyal |
py3: make files use absolute_import and print_function
|
Thu, 24 Mar 2016 22:55:56 +0900 |
Yuya Nishihara |
log: fix status template to list copy source per dest (issue5155)
stable
|
Tue, 12 Jan 2016 13:10:31 -0800 |
Martin von Zweigbergk |
context: check for differing flags a little earlier
|
Tue, 12 Jan 2016 12:43:36 -0800 |
Martin von Zweigbergk |
status: back out changeset 89f49813526c
|
Wed, 13 Jan 2016 00:09:26 -0500 |
Matt Harbison |
test-status: stabilize for no-execbit platforms
|
Mon, 04 Jan 2016 10:13:29 -0800 |
Martin von Zweigbergk |
status: change + back out == clean (API)
|
Mon, 04 Jan 2016 09:44:58 -0800 |
Martin von Zweigbergk |
status: revert + flag-change == modified
|
Wed, 10 Jun 2015 14:38:09 -0500 |
Matt Mackall |
tests: test basic template support for status
|
Tue, 24 Mar 2015 21:25:57 +0100 |
Mathias De Maré |
commands: add ui.statuscopies config knob
|
Sat, 16 Aug 2014 13:44:16 +0900 |
Yuya Nishihara |
revset: add wdir() function to specify workingctx revision by command
|
Mon, 24 Nov 2014 18:42:56 -0800 |
Pierre-Yves David |
rename: properly report removed and added file as modified (issue4458)
stable
|
Sun, 12 Oct 2014 22:23:43 -0700 |
Martin von Zweigbergk |
status: add more complete tests for --rev
|
Fri, 12 Sep 2014 18:36:38 -0500 |
Matt Mackall |
formatter: add pickle format
|