log

age author description
Sun, 21 Sep 2014 10:31:34 -0500 Matt Mackall help: mention mode in hg log --removed help (issue4381) stable
Sun, 21 Sep 2014 10:07:06 -0500 Matt Mackall commit: catch changed exec bit on files from p1 (issue4382) stable
Sat, 30 Aug 2014 02:25:23 +0200 Pierre-Yves David revert: add a `drop` action
Sat, 30 Aug 2014 02:23:25 +0200 Pierre-Yves David revert: explicitly track added but deleted file
Mon, 01 Sep 2014 12:36:48 +0200 Pierre-Yves David revert: have an explicit action for "forget"
Sat, 30 Aug 2014 18:20:29 +0200 Pierre-Yves David revert: split between newly added file and file added in other changeset
Tue, 16 Sep 2014 22:55:49 -0700 Pierre-Yves David revset: stop using a baseset instead of a plain list in _revsbetween
Fri, 19 Sep 2014 07:23:10 +0530 anuraggoel run-tests: added 'cuser', 'csys' time info in report.json file
Fri, 19 Sep 2014 14:51:58 -0500 Matt Mackall import: let --exact 'work' with --no-commit (issue4376)
Tue, 16 Sep 2014 16:03:21 -0700 Durham Goode obsolete: use C code for headrevs calculation
Tue, 16 Sep 2014 23:47:34 -0700 Pierre-Yves David revset: simplify orderedlazyset creation in spanset method
Tue, 16 Sep 2014 23:37:03 -0700 Pierre-Yves David revset: use spanset.isdescending in multiple simple places
Tue, 16 Sep 2014 23:34:18 -0700 Pierre-Yves David revset: wider definition of ascending and descending for spanset
Wed, 17 Sep 2014 23:21:20 +0900 Yuya Nishihara annotate: port to generic templater enabled by hidden -T option
Tue, 16 Sep 2014 23:40:24 +0900 Yuya Nishihara annotate: split functions to get data without applying text formatting