Mercurial > hg
log mercurial/dispatch.py @ 32044:cde72a195f32
age | author | description |
---|---|---|
Mon, 17 Apr 2017 23:53:19 +0900 | Yuya Nishihara | dispatch: ignore further SIGPIPE while handling KeyboardInterrupt |
Sat, 15 Apr 2017 13:02:34 +0900 | Yuya Nishihara | dispatch: print traceback in scmutil.callcatch() if --traceback specified |
Sat, 15 Apr 2017 12:58:06 +0900 | Yuya Nishihara | dispatch: mark callcatch() as a private function |
Tue, 11 Apr 2017 14:54:12 -0700 | Bryan O'Sullivan | stdio: catch StdioError in dispatch.run and clean up appropriately |
Tue, 11 Apr 2017 14:54:12 -0700 | Bryan O'Sullivan | atexit: switch to home-grown implementation |
Tue, 11 Apr 2017 14:54:12 -0700 | Bryan O'Sullivan | ui: add special-purpose atexit functionality |
Sun, 26 Mar 2017 20:49:18 +0530 | Pulkit Goyal | dispatch: use pycompat.maplist() instead of map() to get a list |