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
|
Wed, 01 Oct 2014 21:40:44 -0500 |
Pierre-Yves David |
transaction: work around and document issue with file backup
|
Thu, 02 Oct 2014 00:15:15 -0500 |
Pierre-Yves David |
bundle2: remove an explicit packing
|
Wed, 01 Oct 2014 23:55:22 -0500 |
Pierre-Yves David |
bundle2: split test in two
|
Sun, 28 Sep 2014 14:07:56 -0700 |
Pierre-Yves David |
pull: merge bookmark updates and imports
|
Sun, 28 Sep 2014 13:43:31 -0700 |
Pierre-Yves David |
pull: gather explicit bookmark pulls with bookmark updates
|
Sun, 28 Sep 2014 12:47:25 -0700 |
Pierre-Yves David |
subrepo: stop pulling bookmark manually
|
Sat, 27 Sep 2014 01:59:56 -0700 |
Pierre-Yves David |
pull: retrieve bookmarks through bundle2
|
Sat, 27 Sep 2014 01:37:56 -0700 |
Pierre-Yves David |
pull: retrieve bookmarks before obsmarkers
|
Sat, 27 Sep 2014 01:31:15 -0700 |
Pierre-Yves David |
pull: move bookmark pulling into its own function
|
Sat, 27 Sep 2014 01:34:02 -0700 |
Pierre-Yves David |
pull: perform the todostep inside functions handling old way of pulling
|
Fri, 26 Sep 2014 23:04:35 -0700 |
Pierre-Yves David |
bookmark: remove now unused `pushtoremote` function
|
Sat, 27 Sep 2014 20:51:53 -0700 |
Pierre-Yves David |
push: gather all bookmark decisions together
|
Fri, 26 Sep 2014 18:33:11 -0700 |
Pierre-Yves David |
push: prepare the issue of multiple kinds of messages
|
Thu, 02 Oct 2014 13:19:49 -0500 |
Pierre-Yves David |
push: set bkresult when pushing bookmarks through bundle2
|
Fri, 26 Sep 2014 13:56:20 -0700 |
Pierre-Yves David |
clone: remove duplicated bookmark pulling
|
Fri, 26 Sep 2014 15:15:49 -0700 |
Pierre-Yves David |
clone: explicitly push bookmarks when cloning from local to remote
|
Fri, 26 Sep 2014 13:55:53 -0700 |
Pierre-Yves David |
clone: copy `.hg/bookmarks` during copy clone
|
Fri, 26 Sep 2014 17:44:00 -0700 |
Pierre-Yves David |
pull: move bookmark movements inside the `exchange.pull`
|
Thu, 02 Oct 2014 12:16:07 -0500 |
Pierre-Yves David |
bookmarks: allow `updatefromremote` to be quiet
|
Thu, 02 Oct 2014 12:39:37 -0500 |
Pierre-Yves David |
util: fix sorteddict.pop
|
Fri, 26 Sep 2014 12:51:55 -0700 |
Pierre-Yves David |
localrepo: pass arbitrary kwargs from `repo.pull` to `exchange.pull`
|