mercurial at 21873: 19 new changesets (3 stable)
Mercurial Commits
hg at intevation.org
Mon Jul 14 23:55:54 UTC 2014
19 new changesets (3 stable) in mercurial:
http://selenic.com/repo/hg//rev/1eda3e556845
changeset: 21855:1eda3e556845
branch: stable
parent: 21843:92666a869ea4
user: Jim Hague <jim.hague at acm.org>
date: Thu Jul 03 10:48:37 2014 +0100
summary: bugzilla: stop trying to cache setup across hook invocation
http://selenic.com/repo/hg//rev/d24969ee272f
changeset: 21856:d24969ee272f
parent: 21854:ba3bc6474bbf
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: encoding: add 'trim' to trim multi-byte characters at most specified columns
http://selenic.com/repo/hg//rev/86c2d792a4b7
changeset: 21857:86c2d792a4b7
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: util: replace 'ellipsis' implementation by 'encoding.trim'
http://selenic.com/repo/hg//rev/50fd3a36d166
changeset: 21858:50fd3a36d166
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: histedit: use 'util.ellipsis' to trim description of each changesets
http://selenic.com/repo/hg//rev/be4270d27a7e
changeset: 21859:be4270d27a7e
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: progress: use 'encoding.trim' to trim output line correctly
http://selenic.com/repo/hg//rev/e382cf9ec30b
changeset: 21860:e382cf9ec30b
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: progress: use 'encoding.colwidth' to get column width of output line correctly
http://selenic.com/repo/hg//rev/b515c3a63e96
changeset: 21861:b515c3a63e96
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: encoding: add 'leftside' argument into 'trim' to switch trimming side
http://selenic.com/repo/hg//rev/ba7f75e7f4e5
changeset: 21862:ba7f75e7f4e5
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: progress: use 'encoding.trim' to trim items in output line correctly
http://selenic.com/repo/hg//rev/f9c91c638378
changeset: 21863:f9c91c638378
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: progress: use 'encoding.colwidth' to get column width of items correctly
http://selenic.com/repo/hg//rev/755bf1bbe0a9
changeset: 21864:755bf1bbe0a9
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: filemerge: use only the first line of the generated conflict marker for safety
http://selenic.com/repo/hg//rev/78e56e70c70a
changeset: 21865:78e56e70c70a
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Sun Jul 06 02:56:41 2014 +0900
summary: filemerge: use 'util.ellipsis' to trim custom conflict markers correctly
http://selenic.com/repo/hg//rev/a2ca9dcb4b77
changeset: 21866:a2ca9dcb4b77
user: Gregory Szorc <gregory.szorc at gmail.com>
date: Sat Jul 12 10:52:58 2014 -0700
summary: localrepo: document localrepo.hook()
http://selenic.com/repo/hg//rev/829f2dd99f5c
changeset: 21867:829f2dd99f5c
branch: stable
parent: 21855:1eda3e556845
user: Matt Mackall <mpm at selenic.com>
date: Mon Jul 14 12:44:45 2014 -0500
summary: templates: escape NUL bytes in jsonescape (issue4303)
http://selenic.com/repo/hg//rev/3420346174b1
changeset: 21868:3420346174b1
branch: stable
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Mon Jul 14 23:33:59 2014 +0900
summary: convert: detect removal of ".gitmodules" at git source revisions correctly
http://selenic.com/repo/hg//rev/e353fac7db26
changeset: 21869:e353fac7db26
parent: 21866:a2ca9dcb4b77
user: FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
date: Tue Jul 15 00:59:09 2014 +0900
summary: cmdutil: separate building commit text from 'commitforceeditor'
http://selenic.com/repo/hg//rev/dd716807fd23
changeset: 21870:dd716807fd23
user: Matt Mackall <mpm at selenic.com>
date: Mon Jul 14 17:55:31 2014 -0500
summary: revset: maintain ordering when subtracting from a baseset (issue4289)
http://selenic.com/repo/hg//rev/0feb41534421
changeset: 21871:0feb41534421
user: Siddharth Agarwal <sid0 at fb.com>
date: Mon Jul 14 15:42:31 2014 -0700
summary: parsers: remove unused getintat function
http://selenic.com/repo/hg//rev/abae1eb695c0
changeset: 21872:abae1eb695c0
user: Siddharth Agarwal <sid0 at fb.com>
date: Sat Jul 12 20:44:00 2014 -0700
summary: log: allow revset for --follow to be lazily evaluated
http://selenic.com/repo/hg//rev/cf599f8a2da8
changeset: 21873:cf599f8a2da8
tag: tip
parent: 21872:abae1eb695c0
parent: 21868:3420346174b1
user: Matt Mackall <mpm at selenic.com>
date: Mon Jul 14 18:53:03 2014 -0500
summary: merge with stable
--
Repository URL: http://selenic.com/repo/hg/
More information about the Mercurial-devel
mailing list