Mercurial > public > mercurial-scm > hg
log mercurial/fileset.py @ 24334:eda2f36889b5
age | author | description |
---|---|---|
Thu, 12 Mar 2015 23:02:19 -0400 | Matt Harbison | fileset: replace 'ctx._repo' with 'ctx.repo()' |
Mon, 26 Jan 2015 14:31:48 -0500 | Augie Fackler | fileset: use UnknownIdentifier where appropriate |
Sat, 01 Nov 2014 02:43:08 +0900 | FUJIWARA Katsunori | i18n: add i18n comment to error messages of filesets predicates stable |
Sat, 04 Oct 2014 21:58:01 -0700 | Martin von Zweigbergk | fileset: access status fields by name rather than index |
Wed, 01 Jan 2014 18:28:40 -0500 | Augie Fackler | merge with stable |
Sat, 21 Dec 2013 12:44:19 +0900 | Yuya Nishihara | fileset, revset: do not use global parser object for thread safety stable |
Wed, 06 Nov 2013 16:48:06 -0500 | Augie Fackler | cleanup: move stdlib imports to their own import statement |