Sat, 16 Aug 2014 17:59:26 +0900 |
Yuya Nishihara |
annotate: abort early if no file is specified
|
Wed, 20 Aug 2014 15:07:25 -0700 |
Siddharth Agarwal |
purge: avoid full walks when directories aren't purged
|
Thu, 21 Aug 2014 16:05:29 -0700 |
Siddharth Agarwal |
clone: for local clones, copy over filtered branchcaches as well (issue4286)
|
Thu, 21 Aug 2014 15:58:32 -0700 |
Siddharth Agarwal |
clone: for local clones, copy branchcache from the right location (issue4286)
|
Wed, 20 Aug 2014 14:33:59 -0400 |
Augie Fackler |
obsolete: avoid 2-argument form of enumerate, which was new in Python 2.6
|
Wed, 20 Aug 2014 13:21:41 -0400 |
Augie Fackler |
repoview: use util.sha1() instead of hashlib.sha1()
|
Mon, 18 Aug 2014 17:17:23 -0700 |
Pierre-Yves David |
debugobsolete: display parents information from markers
|
Mon, 18 Aug 2014 17:14:27 -0700 |
Pierre-Yves David |
obsmarkers: add a `parentnodes` method to retrieve parent information
|
Mon, 18 Aug 2014 16:28:44 -0700 |
Pierre-Yves David |
obsstore: also store the 'parents' field on disk
|
Mon, 18 Aug 2014 17:06:08 -0700 |
Pierre-Yves David |
obsstore: drop 'date' from the metadata dictionary
|
Mon, 18 Aug 2014 16:17:16 -0700 |
Pierre-Yves David |
createmarkers: automatically record the parent of pruned changesets
|
Mon, 18 Aug 2014 16:12:29 -0700 |
Pierre-Yves David |
obsstore: add a `parents` argument to obsstore.create
|
Mon, 18 Aug 2014 16:08:44 -0700 |
Pierre-Yves David |
obsstore: add a `parents` field
|
Tue, 19 Aug 2014 14:42:08 -0700 |
Pierre-Yves David |
obsstore: add some documentation about the marker fields
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
transplant: change "editform" to distinguish merge commits from others
|