log mercurial/commands.py @ 27857:b0b98e0a12f8

age author description
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in rename
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in resolve
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in unbundle
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in update
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in graft
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in debugsetparents
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in debugrebuilddirstate
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in copy
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in branch
Tue, 12 Jan 2016 14:28:43 -0800 Bryan O'Sullivan commands: use a context manager for file I/O in debugdiscovery
Sun, 10 Jan 2016 08:03:58 +0000 timeless help: add --system flag to get help for various platform(s)
Tue, 12 Jan 2016 21:01:06 -0800 Martin von Zweigbergk changegroup: hide packermap behind methods
Sun, 13 Dec 2015 22:09:57 +0900 Yuya Nishihara paths: port to generic templater
Sun, 13 Dec 2015 23:01:19 +0900 Yuya Nishihara paths: merge conditions that select visibility of fields
Sun, 13 Dec 2015 22:02:32 +0900 Yuya Nishihara paths: use single loop for both search=None|pattern cases
Sun, 13 Dec 2015 21:55:57 +0900 Yuya Nishihara paths: reorder else clause for readability of subsequent patches
Sun, 13 Dec 2015 21:54:00 +0900 Yuya Nishihara paths: drop ui.status label from output of "hg paths name"
Mon, 11 Jan 2016 21:00:29 -0500 Matt Harbison summary: print unstable, bumped and divergent as unconditionally plural
Mon, 11 Jan 2016 09:49:48 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from _dograft
Mon, 11 Jan 2016 09:49:47 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from _dobackout
Mon, 11 Jan 2016 09:49:39 -0800 Bryan O'Sullivan commands: get rid of empty try/finally block from import_
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out why a file is being ignored (issue4856)
Tue, 05 Jan 2016 07:47:08 -0800 Laurent Charignon debugignore: find out if a file is being ignored
Tue, 05 Jan 2016 19:59:21 +0000 timeless clone: move bookmarks and checkouts before pull help
Wed, 06 Jan 2016 07:55:57 +0000 timeless log: help provide sort by date example
Wed, 06 Jan 2016 19:29:45 -0500 timeless log: mention ordering
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Thu, 24 Dec 2015 19:25:44 +0000 timeless resolve: suggest the next action
Thu, 31 Dec 2015 09:55:56 +0100 Matt Mackall merge with stable