Thu, 02 Oct 2014 18:59:41 -0500 Pierre-Yves David abstractsmartset: add a default implementation for min and max
Thu, 02 Oct 2014 18:52:09 -0500 Pierre-Yves David lazyset: drop now useless ascending/descending definition
Tue, 30 Sep 2014 23:36:57 -0500 Pierre-Yves David lazyset: inherit the fastasc and fastdesc method from subset
Thu, 02 Oct 2014 18:25:37 -0500 Pierre-Yves David lazyset: split the iteration logic from the condition filtering logic
Thu, 02 Oct 2014 17:53:55 -0500 Pierre-Yves David spanset: do a single range check in __contains__
Thu, 02 Oct 2014 18:02:17 -0500 Pierre-Yves David spanset: enforce the order lazily to gain `fastasc` and `fastdesc` methods
Tue, 30 Sep 2014 22:26:34 -0500 Pierre-Yves David abstractsmartset: document the `fastasc` and `fastdesc` attributes/methods
Thu, 02 Oct 2014 18:35:56 -0500 Pierre-Yves David spanset: remove ascending/descending implementation
Thu, 02 Oct 2014 18:35:00 -0500 Pierre-Yves David baseset: remove ascending/descending redefinition
Thu, 02 Oct 2014 18:34:18 -0500 Pierre-Yves David abstractsmartset: default implementation for `ascending` and `descending`
Wed, 17 Sep 2014 04:55:55 -0700 Pierre-Yves David revert: bring back usage of `subset & ps` in `parents`
Sun, 24 Aug 2014 17:40:27 -0400 Jordi GutiƩrrez Hermoso color: update docstring for debug option
Wed, 20 Aug 2014 15:19:37 -0400 Jordi GutiƩrrez Hermoso color: document the possibility to colourise tabs in diffs
Fri, 12 Sep 2014 22:07:23 -0400 Mike Edgar contrib/synthrepo: walk a repo's directory structure during analysis
Fri, 12 Sep 2014 22:04:29 -0400 Mike Edgar contrib/synthrepo: generate initial repo contents using directory shape model
Sun, 28 Sep 2014 17:15:28 +0200 Mads Kiilerich filemerge: switch the default name for internal tools from internal:x to :x
Sun, 28 Sep 2014 17:15:25 +0200 Mads Kiilerich filemerge: introduce :x as short version of internal:x merge tool name
Thu, 02 Oct 2014 23:26:02 +0900 Yuya Nishihara branches: include active, closed and current flags in template output
Thu, 02 Oct 2014 23:13:56 +0900 Yuya Nishihara branches: merge white space to format string
Thu, 02 Oct 2014 22:59:56 +0900 Yuya Nishihara branches: port to generic templater
Thu, 02 Oct 2014 22:15:39 +0900 Yuya Nishihara branches: format rev as integer that is necessary for generic templater
Fri, 03 Oct 2014 22:20:02 +0900 Yuya Nishihara formatter: add general way to switch hex/short functions
Fri, 03 Oct 2014 11:37:56 -0500 Pierre-Yves David locarepo: remove the `pull` method (API)
Fri, 03 Oct 2014 11:21:52 -0500 Pierre-Yves David transplant: use exchange.pull
Fri, 03 Oct 2014 11:19:25 -0500 Pierre-Yves David convert-hg: use localrepo.pull
Fri, 03 Oct 2014 11:16:57 -0500 Pierre-Yves David fetch: use exchange.pull
Fri, 03 Oct 2014 11:15:33 -0500 Pierre-Yves David localrepo: use exchange.pull when cloning
Fri, 03 Oct 2014 11:12:55 -0500 Pierre-Yves David subrepo: use exchange.pull
Fri, 03 Oct 2014 11:11:12 -0500 Pierre-Yves David commands: directly use exchange.pull
Fri, 03 Oct 2014 11:07:47 -0500 Pierre-Yves David exchange: have `pull` return the pulloperation object
Wed, 01 Oct 2014 15:14:36 -0500 Pierre-Yves David revset: introduce an abstractsmartset class
Wed, 01 Oct 2014 15:03:16 -0500 Pierre-Yves David revset: add a `__nonzero__` to baseset
Wed, 01 Oct 2014 15:50:54 -0500 Pierre-Yves David revset: drop isinstance(baseset) in spanset.__sub__
Wed, 01 Oct 2014 15:50:40 -0500 Pierre-Yves David revset: drop isinstance(baseset) in spanset.__and__
Tue, 30 Sep 2014 23:09:59 -0500 Pierre-Yves David revset: drop isinstance(baseset) from baseset.__and__
Wed, 01 Oct 2014 15:53:42 -0500 Pierre-Yves David revset: use direct access to __contains__ in spanset.__sub__
Tue, 30 Sep 2014 12:39:21 -0500 Pierre-Yves David revset: use a single return statement in matcher function
Thu, 02 Oct 2014 16:57:51 -0500 Pierre-Yves David obsolete: replace "nb" notation with "num" (for "number")
Wed, 24 Sep 2014 17:18:57 -0700 Martin von Zweigbergk shelve: remove unused status variables
Thu, 02 Oct 2014 18:50:41 -0500 Matt Mackall gpg: use an abort hint and don't mention --force
Thu, 02 Oct 2014 18:47:02 -0500 Matt Mackall gpg: move test of force before status call
Wed, 24 Sep 2014 12:57:39 -0700 Martin von Zweigbergk gpg: drop unnecessary slicing of status array
Thu, 02 Oct 2014 18:39:57 -0500 Matt Mackall tag: use an abort hint
Thu, 02 Oct 2014 18:38:10 -0500 Matt Mackall tag: only check the status of .hgtags
Thu, 02 Oct 2014 18:37:12 -0500 Matt Mackall tag: properly abort if an unknown or ignored .hgtags is present
Wed, 01 Oct 2014 12:50:18 -0700 Martin von Zweigbergk summary: remove unused code for listing ignored files
Wed, 01 Oct 2014 14:48:42 -0700 Martin von Zweigbergk fetch: use cmdutil.bailifchanged()
Thu, 02 Oct 2014 18:00:05 -0500 Matt Mackall ui: fix comment about non-interactive prompts
Thu, 02 Oct 2014 23:20:59 +0900 Yuya Nishihara formatter: convert booleans to json
Wed, 01 Oct 2014 03:42:00 +0200 Mads Kiilerich merge: mute the status message when bid merge kicks in
Wed, 01 Oct 2014 03:41:11 +0200 Mads Kiilerich merge: use bid merge by default (BC)
Wed, 01 Oct 2014 03:40:51 +0200 Mads Kiilerich changectx: skip all invalid merge.preferancestor values
Wed, 30 Apr 2014 16:56:23 -0700 Pierre-Yves David revset: rely on built in iterator when possible in _generatorset.__iter__
Thu, 18 Sep 2014 15:52:45 -0700 Pierre-Yves David revset: prefetch an attribute in _generatorset.__iter__
Tue, 09 Sep 2014 22:14:13 +0900 Anton Shestakov templater: add count template filter, plus tests
Sun, 28 Sep 2014 17:35:33 -0700 Pierre-Yves David push: update bookmarks (on server) within a transaction
Sun, 28 Sep 2014 15:21:38 -0700 Pierre-Yves David pull: perform bookmark updates in the transaction
Sun, 28 Sep 2014 00:41:55 -0700 Pierre-Yves David bookmark: add a `bmstore.recordupdate` to plug bookmarks into the transaction
Sat, 27 Sep 2014 03:10:33 -0700 Pierre-Yves David bookmarks: split bookmark serialization and file handling
Sun, 28 Sep 2014 00:36:42 -0700 Pierre-Yves David transaction: allow generating file outside of store
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip