log

age author description
Tue, 03 Mar 2015 21:24:16 -0500 Matt Harbison subrepo: always return scmutil.status() from gitsubrepo.status()
Tue, 03 Mar 2015 21:17:29 -0500 Matt Harbison subrepo: explicitly request clean and unknown files in status for git's add
Sun, 01 Mar 2015 18:35:29 -0500 Matt Harbison largefiles: handle logging from outside the repo
Sun, 01 Mar 2015 14:21:54 -0500 Matt Harbison largefiles: don't prefix standin patterns with '.hglf' when logging
Sat, 28 Feb 2015 23:42:38 -0500 Matt Harbison largefiles: teach log to handle patterns
Thu, 05 Mar 2015 13:21:57 -0600 Matt Mackall check-code: allow disabling msys path check
Thu, 08 Jan 2015 23:05:45 +0900 Yuya Nishihara revset: extend fullreposet to make "null" revision magically appears in set
Sat, 10 Jan 2015 18:09:25 +0900 Yuya Nishihara revset: duplicate spanset.__contains__ to fullreposet for modification
Sat, 10 Jan 2015 14:49:50 +0900 Yuya Nishihara revset: have all() filter out null revision
Sat, 10 Jan 2015 16:41:36 +0900 Yuya Nishihara revset: drop unnecessary calls of getall() with empty argument
Wed, 04 Mar 2015 21:47:07 +0900 Yuya Nishihara graphlog: do not bypass commands.log so that -fr works
Wed, 21 Jan 2015 14:45:24 -0800 Mateusz Kwapich histedit: add a config allowing changing histedit rule line length limit
Fri, 06 Mar 2015 00:14:22 +0900 Yuya Nishihara dirstate: make sure rootdir ends with directory separator (issue4557) stable
Wed, 04 Mar 2015 17:24:12 +0100 Alexander Becher i18n-de: fix a typo in the german translation stable
Tue, 03 Mar 2015 17:28:05 -0600 Matt Mackall histedit: fix style of new error message
Wed, 04 Feb 2015 15:17:13 -0500 Augie Fackler Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGS
Wed, 04 Feb 2015 12:26:16 -0500 Augie Fackler Makefile: introduce testpy-% target for testing with a specifc Python
Fri, 27 Feb 2015 17:35:07 -0500 Jordi Gutiérrez Hermoso extdiff: expand tildes and variables in paths to user-supplied diff programs
Sun, 22 Feb 2015 15:40:36 +0100 Joan Massich setup.py: do not install c extensions on pypy
Mon, 02 Mar 2015 14:52:04 +0100 Jesus Cea copyright: update to 2015
Wed, 21 Jan 2015 22:09:32 -0500 Mike Edgar changegroup: emit full-replacement deltas if either revision is censored
Fri, 06 Feb 2015 11:04:55 -0800 Durham Goode log: make -fr show complete history from the given revs
Tue, 24 Feb 2015 14:12:13 +0100 André Klitzing util: accept "now, today, yesterday" for dates even the locale is not english
Fri, 27 Feb 2015 14:26:22 -0800 Martin von Zweigbergk copies: only calculate 'addedinm[12]' sets once
Fri, 27 Feb 2015 14:03:01 -0800 Martin von Zweigbergk copies: calculate 'bothnew' from manifestdict.filesnotin()
Fri, 27 Feb 2015 14:02:30 -0800 Martin von Zweigbergk copies: replace _nonoverlap() by calls to manifestdict.filesnotin()
Fri, 27 Feb 2015 13:57:37 -0800 Martin von Zweigbergk copies: move code into new manifestdict.filesnotin() method
Fri, 27 Feb 2015 23:30:42 -0500 Matt Harbison subrepo: warn when adding already tracked files in gitsubrepo
Thu, 26 Feb 2015 15:53:54 -0500 Matt Harbison subrepo: don't exclude files in .hgignore when adding to git
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich dirstate: clarify comment about leaving normal files undef if changed 'now'