Sat, 10 Jun 2017 01:59:22 +0100 |
Pierre-Yves David |
bookmarks: make sure we close the bookmark file after reading
|
file |
diff |
annotate
|
Sat, 10 Jun 2017 01:55:01 +0100 |
Pierre-Yves David |
bookmarks: rephrase a comment to be shorted and clearer
|
file |
diff |
annotate
|
Wed, 07 Jun 2017 19:32:16 +0100 |
Pierre-Yves David |
bookmarks: move variable initialization earlier
|
file |
diff |
annotate
|
Wed, 07 Jun 2017 19:13:09 +0100 |
Pierre-Yves David |
bookmarks: directly use base dict 'setitem'
|
file |
diff |
annotate
|
Wed, 07 Jun 2017 19:22:39 +0100 |
Pierre-Yves David |
bookmarks: rely on exception for malformed lines
|
file |
diff |
annotate
|
Wed, 07 Jun 2017 22:26:43 +0100 |
Pierre-Yves David |
bookmarks: explicitly convert to 'node' during initialization
|
file |
diff |
annotate
|
Wed, 07 Jun 2017 19:21:02 +0100 |
Pierre-Yves David |
bookmarks: prefetch 'lookup' outside of the loop
|
file |
diff |
annotate
|
Thu, 18 May 2017 16:43:56 -0400 |
Augie Fackler |
localrepo: extract bookmarkheads method to bookmarks.py
|
file |
diff |
annotate
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
bookmarks: use tryunlink
|
file |
diff |
annotate
|
Tue, 21 Feb 2017 01:21:00 +0900 |
FUJIWARA Katsunori |
bookmarks: check HG_PENDING strictly
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 01:34:41 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 1 of 5)
|
file |
diff |
annotate
|
Fri, 09 Dec 2016 03:22:26 -0800 |
Stanislau Hlebik |
bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
|
file |
diff |
annotate
|
Tue, 22 Nov 2016 01:33:31 -0800 |
Stanislau Hlebik |
bookmarks: rename `compare()` to `comparebookmarks()` (API)
|
file |
diff |
annotate
|
Thu, 17 Nov 2016 00:59:41 -0800 |
Stanislau Hlebik |
bookmarks: use listbinbookmarks() in listbookmarks()
|
file |
diff |
annotate
|
Thu, 17 Nov 2016 00:59:41 -0800 |
Stanislau Hlebik |
bookmarks: introduce listbinbookmarks()
|
file |
diff |
annotate
|
Mon, 13 Jun 2016 23:50:26 +0200 |
liscju |
bookmarks: abort 'push -B .' when no active bookmark
|
file |
diff |
annotate
|
Fri, 03 Jun 2016 00:44:20 +0900 |
FUJIWARA Katsunori |
bookmarks: make writing files out avoid ambiguity of file stat
|
file |
diff |
annotate
|
Wed, 04 May 2016 21:01:49 -0400 |
Augie Fackler |
bookmarks: jettison bmstore's write() method per deprecation policy
|
file |
diff |
annotate
|
Wed, 04 May 2016 22:44:30 -0400 |
Augie Fackler |
bookmarks: properly invalidate volatile sets when writing bookmarks
stable
|
file |
diff |
annotate
|
Fri, 19 Feb 2016 22:28:09 +0100 |
liscju |
bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:45 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in _writeactive
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:45 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in _writerepo
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 21:18:02 -0500 |
Augie Fackler |
bmstore: add handling of the active bookmark
|
file |
diff |
annotate
|
Tue, 01 Dec 2015 13:08:05 -0500 |
Augie Fackler |
bookmarks: make _readactive safe when readlines raises ENOENT
|
file |
diff |
annotate
|
Sat, 05 Dec 2015 23:34:07 -0800 |
Pierre-Yves David |
bookmark: deprecate 'bmstore.write' method
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 21:03:48 -0500 |
Augie Fackler |
bmstore: close file in a finally block in _writerepo
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 21:01:23 -0500 |
Augie Fackler |
bmstore: add basic clean-state tracking
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 20:45:38 -0500 |
Augie Fackler |
bookmarks: hoist getbkfile out of bmstore class
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 20:43:25 -0500 |
Augie Fackler |
bookmarks: document getbkfile method
|
file |
diff |
annotate
|
Tue, 17 Nov 2015 12:49:57 -0800 |
Laurent Charignon |
bookmarks: use repo._bookmarks.recordchange instead of repo._bookmarks.write
|
file |
diff |
annotate
|