Wed, 19 Mar 2014 02:45:14 +0100 |
Mads Kiilerich |
config: set a 'source' in most cases where config don't come from file but code
|
Sat, 08 Mar 2014 17:38:50 -0600 |
Matt Mackall |
templating: make -T much more flexible
|
Sat, 08 Mar 2014 16:14:08 -0600 |
Matt Mackall |
changeset_templater: remove use_template method
|
Tue, 07 Jan 2014 22:29:39 +0100 |
Simon Heimberg |
cleanup: Remove the only ever used skip-check-code pragma
|
Wed, 20 Nov 2013 12:55:08 +0000 |
Christian Ebert |
keyword: wlock while setting branch in kwdemo
|
Wed, 06 Nov 2013 18:19:04 -0500 |
Augie Fackler |
pathutil: tease out a new library to break an import cycle from canonpath use
|
Tue, 05 Nov 2013 08:59:55 +0100 |
Simon Heimberg |
documentation: add an extra newline after note directive
stable
|
Wed, 10 Oct 2012 21:55:49 +0200 |
Simon Heimberg |
repo: repo isolation, do not pass on repo.ui for creating new repos
|
Wed, 17 Oct 2012 17:32:01 +0200 |
Christian Ebert |
keyword: move commands.inferrepo for code maintenance
|
Tue, 16 Oct 2012 11:43:15 -0700 |
Siddharth Agarwal |
commands: don't infer repo for commands like update (issue2748)
|
Fri, 10 Aug 2012 20:37:20 +0100 |
Christian Ebert |
templatefilters: avoid traceback caused by bogus date input (issue3344)
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Thu, 28 Jun 2012 15:06:41 +0100 |
Christian Ebert |
keyword: use ui.formatter for kwfiles output
|
Sat, 26 May 2012 20:49:51 +0200 |
Christian Ebert |
keyword: update copyleft
|
Sat, 26 May 2012 20:49:44 +0200 |
Christian Ebert |
keyword: wlock cmdutil.copy wrapper
|
Sat, 26 May 2012 20:46:12 +0200 |
Christian Ebert |
keyword: support commit --amend (issue3471)
|
Fri, 25 May 2012 19:32:29 +0200 |
Christian Ebert |
keyword: rename kwt.record attribute to kwt.postcommit
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|
Sun, 13 May 2012 14:26:26 +0100 |
Christian Ebert |
keyword: intentionally ignore check-code warning about unwrapped ui message
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Sun, 15 Jan 2012 13:37:33 +0100 |
Christian Ebert |
keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file
stable
|
Sun, 30 Oct 2011 12:10:11 -0500 |
Matt Mackall |
keyword: backout realpath change (issue3071)
stable
|
Mon, 24 Oct 2011 13:54:59 +0200 |
Thomas Arendsen Hein |
keyword: use util.realpath instead of os.path.realpath
stable
|
Fri, 21 Oct 2011 12:07:27 +0100 |
Christian Ebert |
keyword: correct grammar in iskwfile docstring
stable
|
Fri, 30 Sep 2011 21:58:54 -0400 |
Greg Ward |
rollback: avoid unsafe rollback when not at tip (issue2998)
|
Sun, 11 Sep 2011 12:20:39 +0100 |
Christian Ebert |
keyword: use wopener(..., atomictemp=True) to overwrite
|
Thu, 08 Sep 2011 18:30:44 -0500 |
Matt Mackall |
merge with stable
|
Thu, 08 Sep 2011 19:30:25 +0100 |
Christian Ebert |
keyword: preserve file mode when overwriting
stable
|
Mon, 08 Aug 2011 11:34:52 +0100 |
Christian Ebert |
keyword: avoid x = a and b or c
|
Sun, 03 Jul 2011 12:58:03 +0200 |
Christian Ebert |
keyword: reuse already present working contexts for match
|