Tue, 05 Aug 2014 15:10:50 -0700 |
Pierre-Yves David |
simplemerge: support three labels when merging
|
Tue, 05 Aug 2014 14:56:25 -0700 |
Pierre-Yves David |
simplemerge: burn "minimal" feature to the ground
|
Tue, 29 Jul 2014 11:55:01 -0700 |
Pierre-Yves David |
merge: use no-minimal for premerge too
|
Mon, 09 Jun 2014 23:37:36 -0700 |
Pierre-Yves David |
merge: refactor labels selection code
|
Tue, 01 Jul 2014 23:08:17 +0200 |
Pierre-Yves David |
push: include phase push in the unified bundle2 push
|
Wed, 30 Jul 2014 19:26:47 -0700 |
Pierre-Yves David |
push: perform phases discovery before the push
|
Tue, 01 Jul 2014 17:06:02 +0200 |
Pierre-Yves David |
push: make discovery extensible
|
Wed, 30 Jul 2014 19:04:50 -0700 |
Pierre-Yves David |
push: rework the bundle2partsgenerators logic
|
Tue, 01 Jul 2014 17:27:22 +0200 |
Pierre-Yves David |
push: move common heads computation into pushop
|
Tue, 01 Jul 2014 17:20:47 +0200 |
Pierre-Yves David |
push: extract fallback heads computation into pushop
|
Tue, 01 Jul 2014 17:20:31 +0200 |
Pierre-Yves David |
push: extract future heads computation into pushop
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
cmdutil: use '[committemplate]' section like as map file for style definition
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
cmdutil: look commit template definition up by specified 'editform'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
import: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
commit: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
tag: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
graft: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:27 +0900 |
FUJIWARA Katsunori |
backout: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
transplant: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
shelve: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
rebase: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
mq: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
histedit: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
gpg: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
fetch: pass 'editform' argument to 'cmdutil.getcommiteditor'
|
Sat, 02 Aug 2014 21:46:26 +0900 |
FUJIWARA Katsunori |
cmdutil: introduce 'editform' to distinguish the purpose of commit text editing
|
Tue, 22 Jul 2014 22:40:16 -0700 |
Durham Goode |
log: allow patterns with -f
|
Mon, 28 Jul 2014 19:48:59 -0400 |
Augie Fackler |
run-tests: fix test result counts with --keyword specified or skips occurring
|
Tue, 29 Jul 2014 22:35:59 -0400 |
Augie Fackler |
test-run-tests.t: add tests for skips
|
Mon, 28 Jul 2014 20:54:14 -0400 |
Augie Fackler |
test-run-tests.t: add extra data to tests for keyword tests
|
Mon, 04 Aug 2014 15:24:57 -0500 |
Matt Mackall |
purge: drop stat import
|
Mon, 04 Aug 2014 14:42:24 -0500 |
Matt Mackall |
run-tests: add iolock to failure output
|
Mon, 04 Aug 2014 14:32:34 -0500 |
Matt Mackall |
merge with stable
|
Fri, 01 Aug 2014 13:09:06 -0500 |
Sean Farley |
color: pass on key error for win32 (issue4298)
stable
|
Fri, 01 Aug 2014 18:30:18 -0700 |
Siddharth Agarwal |
context: call normal on the right object
stable
|
Sat, 31 May 2014 16:48:29 -0700 |
Pierre-Yves David |
getbundle: add a ``cg`` boolean argument to control changegroup inclusion
|
Thu, 22 May 2014 17:20:52 -0700 |
Pierre-Yves David |
wireproto: add a ``boolean`` type for getbundle parameters
|
Sun, 03 Aug 2014 19:19:23 +0900 |
Yuya Nishihara |
i18n: detect UI language without POSIX-style locale variable on Windows (BC)
|
Fri, 01 Aug 2014 22:16:54 -0700 |
Siddharth Agarwal |
locate: use ctx.matches instead of ctx.walk
|
Fri, 01 Aug 2014 22:07:29 -0700 |
Siddharth Agarwal |
context: add a method to efficiently filter by match if possible
|
Fri, 01 Aug 2014 22:05:16 -0700 |
Siddharth Agarwal |
dirstate: add a method to efficiently filter by match
|
Sat, 02 Aug 2014 09:45:21 +0100 |
Christian Ebert |
purge: prefer util.unlink instead over own removefile
|
Sat, 02 Aug 2014 09:44:45 +0100 |
Christian Ebert |
keyword: bump copyright year
|
Sat, 02 Aug 2014 09:44:11 +0100 |
Christian Ebert |
keyword: really clean up kwdemo temp tree
|
Sat, 26 Jul 2014 14:54:36 -0700 |
Siddharth Agarwal |
graft: make --force apply across continues (issue3220)
|
Fri, 25 Jul 2014 18:21:16 -0700 |
Siddharth Agarwal |
graft: allow regrafting ancestors with --force (issue3220)
|
Fri, 04 Jul 2014 19:52:39 +0200 |
Pierre-Yves David |
test-obsolete: better logging template
|
Thu, 26 Jun 2014 01:22:50 +0530 |
anuraggoel |
run-tests: '--time' option provide more details to Linux users
|
Fri, 01 Aug 2014 18:32:52 -0500 |
Matt Mackall |
merge with stable
|
Fri, 01 Aug 2014 18:23:18 -0500 |
Matt Mackall |
Added signature for changeset 3178e4989202
stable
|
Fri, 01 Aug 2014 18:22:56 -0500 |
Matt Mackall |
Added tag 3.1 for changeset 3178e4989202
stable
|
Fri, 01 Aug 2014 13:01:35 -0700 |
Pierre-Yves David |
status: do not reverse deleted and unknown
stable 3.1
|
Fri, 01 Aug 2014 12:49:00 -0700 |
Pierre-Yves David |
status: don't drop unknown and ignored information (issue4321)
stable
|
Fri, 01 Aug 2014 13:13:24 -0700 |
Pierre-Yves David |
status: explicitly exclude removed file from unknown and ignored
stable
|
Fri, 01 Aug 2014 11:45:26 -0500 |
Matt Mackall |
merge with i18n some more
stable
|
Fri, 01 Aug 2014 11:44:50 -0500 |
Matt Mackall |
merge with i18n
stable
|
Fri, 01 Aug 2014 17:29:02 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with f582fa1167f7
stable
|
Fri, 01 Aug 2014 02:02:06 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with dccbf52ffe9f
stable
|
Fri, 01 Aug 2014 21:36:56 +0900 |
Yuya Nishihara |
log: do not use exact matcher for --patch --follow without file (issue4319)
stable
|
Thu, 31 Jul 2014 16:32:12 -0500 |
Matt Mackall |
qimport: record imported revs incrementally (issue3874)
stable
|